Skip to content

Commit 59943c7

Browse files
Updated changelog
1 parent fe767d9 commit 59943c7

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

changelog.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [2.5.4] - 2021-02-28
10+
11+
### Added
12+
13+
- Added support for response type:
14+
This add new methods to "api model" template:
15+
- isResponseTypeText
16+
- isResponseTypeJson
17+
- isResponseTypeXML
18+
- isResponseTypeFile
19+
- `API Base` (angular 2):
20+
- Support for "response types" (this fix download files)
21+
22+
### Fixed
23+
- `API Base` (angular 2):
24+
- Now `false` values are send to Back End, previosly was ignored like `null` and `undefined`.
25+
926
## [2.5.3] - 2021-02-22
1027

1128
### Fixed

0 commit comments

Comments
 (0)