We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe767d9 commit 59943c7Copy full SHA for 59943c7
changelog.md
@@ -6,6 +6,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [Unreleased]
8
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
24
+ - Now `false` values are send to Back End, previosly was ignored like `null` and `undefined`.
25
26
## [2.5.3] - 2021-02-22
27
28
### Fixed
0 commit comments