Skip to content

Commit 1fe76b5

Browse files
committed
chore(release): 4.3.0
1 parent 10f349f commit 1fe76b5

File tree

3 files changed

+34
-3
lines changed

3 files changed

+34
-3
lines changed

CHANGELOG.md

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,38 @@
1-
# Change Log
1+
# Changelog
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [4.3.0](https://github.com/flowup/api-client-generator/compare/4.2.0...4.3.0) (2019-06-28)
6+
7+
8+
### Bug Fixes
9+
10+
* **api-client:** support for blob response type ([d14ef9d](https://github.com/flowup/api-client-generator/commit/d14ef9d)), closes [#77](https://github.com/flowup/api-client-generator/issues/77)
11+
* **methods:** recognizing return type if TS primitive or complex type ([8ee08e2](https://github.com/flowup/api-client-generator/commit/8ee08e2))
12+
13+
14+
### Build System
15+
16+
* updated dependencies ([af07e3a](https://github.com/flowup/api-client-generator/commit/af07e3a))
17+
18+
19+
### Features
20+
21+
* **api-client:** generating response for "lowest" of HTML success codes ([72a7b14](https://github.com/flowup/api-client-generator/commit/72a7b14))
22+
* **api-client:** void return type for methods with empty schema ([f1977eb](https://github.com/flowup/api-client-generator/commit/f1977eb))
23+
* **enums:** custom enum key names via custom x-enumNames property ([9cf1c8f](https://github.com/flowup/api-client-generator/commit/9cf1c8f))
24+
* **form-data:** send form parameters as multi part form data ([c18c296](https://github.com/flowup/api-client-generator/commit/c18c296)), closes [#78](https://github.com/flowup/api-client-generator/issues/78)
25+
26+
27+
### Tests
28+
29+
* jest instead of jasmine ([0836c0b](https://github.com/flowup/api-client-generator/commit/0836c0b))
30+
* **angular-project:** jest instead of jasmine and karma ([2de02e7](https://github.com/flowup/api-client-generator/commit/2de02e7))
31+
* **angular-project:** removed jasmine and karma deps ([784b181](https://github.com/flowup/api-client-generator/commit/784b181))
32+
* **angular-project:** updated deps ([c4e8b97](https://github.com/flowup/api-client-generator/commit/c4e8b97))
33+
34+
35+
536
<a name="4.2.0"></a>
637
# [4.2.0](https://github.com/flowup/api-client-generator/compare/4.1.1...4.2.0) (2019-01-11)
738

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "api-client-generator",
3-
"version": "4.2.0",
3+
"version": "4.3.0",
44
"description": "Angular REST API client generator from Swagger YAML or JSON file with camel case settigs",
55
"homepage": "https://github.com/flowup/api-client-generator/blob/master/README.md",
66
"main": "src/main.ts",

0 commit comments

Comments
 (0)