Skip to content

Commit 5291f2f

Browse files
Added changelog for 2.4.0
1 parent e98484c commit 5291f2f

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

changelog.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)