Skip to content

Commit c040219

Browse files
committed
Update docs and bump version to 0.143.0
1 parent feae208 commit c040219

File tree

6 files changed

+55
-9
lines changed

6 files changed

+55
-9
lines changed

docs/api/changelog.html

Lines changed: 49 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,15 +102,61 @@ <h1>Changelog</h1>
102102
<p>All notable changes to this project will be documented in this file.</p>
103103
<p>The format is based on <a href="https://keepachangelog.com/en/1.1.0/">Keep a Changelog</a>,
104104
and this project adheres to <a href="https://semver.org/spec/v2.0.0.html">Semantic Versioning</a>.</p>
105-
<h2><a href="https://github.com/diegomvh/angular-odata/compare/v0.128.0...main">Unreleased</a></h2>
105+
<h2><a href="https://github.com/diegomvh/angular-odata/compare/v0.142.0...main">Unreleased</a></h2>
106106
<h3>Added</h3>
107+
<ul>
108+
<li>Add custom region support to apigen schematic to preserve user code between regenerations</li>
109+
</ul>
110+
<h3>Fixed</h3>
111+
<ul>
112+
<li>Fix imports in apigen schematic</li>
113+
</ul>
114+
<h2><a href="https://github.com/diegomvh/angular-odata/compare/v0.141.0...v0.142.0">0.142.0</a> - 2025-12-23</h2>
115+
<h3>Fixed</h3>
116+
<ul>
117+
<li>Fix remove collection model</li>
118+
<li>Fix Imports</li>
119+
</ul>
107120
<h3>Changed</h3>
121+
<ul>
122+
<li>Update Angular 21</li>
123+
<li>Tuning cache</li>
124+
</ul>
108125
<h3>Removed</h3>
109-
<h2><a href="https://github.com/diegomvh/angular-odata/compare/v0.127.0...v0.128.0">0.128.0</a> - 2024-06-03</h2>
126+
<ul>
127+
<li>remove jasmin</li>
128+
</ul>
129+
<h3>Dependencies</h3>
130+
<ul>
131+
<li>add jsdom</li>
132+
</ul>
133+
<h2><a href="https://github.com/diegomvh/angular-odata/compare/v0.140.1...v0.141.0">0.141.0</a> - 2025-10-29</h2>
110134
<h3>Added</h3>
135+
<ul>
136+
<li>GeoProperties support</li>
137+
<li>Collection and Model support in config</li>
138+
<li>Models and Collections from api-config</li>
139+
<li>Navigation Properties support</li>
140+
<li>Models and Collections</li>
141+
<li>getter, setters, fetch, resource</li>
142+
</ul>
111143
<h3>Fixed</h3>
144+
<ul>
145+
<li>Fix: Metadata parser bug (Constructor incorrectly checks version of a metadata, #98)</li>
146+
</ul>
112147
<h3>Changed</h3>
113-
<h3>Removed</h3>
148+
<ul>
149+
<li>ODataResponseJson</li>
150+
<li>ES2022 use declare (Model fields are &#39;declare&#39;, type-only field declarations)</li>
151+
<li>Types</li>
152+
</ul>
153+
<h2><a href="https://github.com/diegomvh/angular-odata/compare/v0.140.0...v0.140.1">0.140.1</a> - 2025-09-18</h2>
154+
<h3>Fixed</h3>
155+
<ul>
156+
<li>Fix builder test (Missing type in test)</li>
157+
<li>Fix <code>ExpandOptions[&#39;select&#39;]</code>, <code>Transform[&#39;aggregate&#39;]</code>, <code>Transform[&#39;filter&#39;]</code> and some other TS type definitions</li>
158+
<li>Fix order of transform operations</li>
159+
</ul>
114160

115161

116162

docs/api/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ <h1 align="center">Angular OData</h1>
107107
<p align="center">
108108
<a href="CONTRIBUTING.md">Contributing</a>
109109
·
110-
<a href="./docs/README.md">Documentation</a>
110+
<a href="./docs/api/index.html">Documentation</a>
111111
·
112112
<a href="https://github.com/diegomvh/AngularODataEntity">Demo</a>
113113
<br>

docs/api/js/search/search_index.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/api/properties.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
</ol>
121121
<ul class="properties-list">
122122
<li>
123-
<b>Version</b> : 0.142.0</li>
123+
<b>Version</b> : 0.143.0</li>
124124
<li>
125125
<b>Description</b> : Client side OData typescript library for Angular</li>
126126
<li>

projects/angular-odata/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<p align="center">
99
<a href="CONTRIBUTING.md">Contributing</a>
1010
·
11-
<a href="./docs/README.md">Documentation</a>
11+
<a href="./docs/api/index.html">Documentation</a>
1212
·
1313
<a href="https://github.com/diegomvh/AngularODataEntity">Demo</a>
1414
<br>

projects/angular-odata/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-odata",
3-
"version": "0.142.0",
3+
"version": "0.143.0",
44
"license": "MIT",
55
"description": "Client side OData typescript library for Angular",
66
"repository": {

0 commit comments

Comments
 (0)