File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 2.4.0] - 2021-01-18
10+ > This can break your ` angular 2 ` app, now all APIs require a model instance.
11+ > Also returns an instance, this can be a big break change, please test your app after build (in another branch) and fix all manually.
12+ ### Added
13+ - Added support for numeric enums
14+ - In "api-model":
15+ - "contentType" (request)
16+ - In "model-attributes" model:
17+ - isTypePrimitive
18+ - isNotPrimitive
19+
20+ ### Changes
21+ - ` API Base ` (angular 2):
22+ - You can add to your angular without doing changes
23+ - Removed all store dependences
24+ - Removed handle error
25+ - ` Angular 2 ` template:
26+ - Added "model-base" which are extended by all generated models to parse/stringfy models
27+ - Added "mapping" to all API responses (with model-base)
28+
929## [ 2.3.3] - 2021-01-11
1030### Added
1131- Support for https remote files
You can’t perform that action at this time.
0 commit comments