@@ -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 > ,
104104and 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 'declare', 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['select']</ code > , < code > Transform['aggregate']</ code > , < code > Transform['filter']</ code > and some other TS type definitions</ li >
158+ < li > Fix order of transform operations</ li >
159+ </ ul >
114160
115161
116162
0 commit comments