Skip to content

Commit 0b27fda

Browse files
committed
chore(release): 4.1.0
1 parent 9c402c2 commit 0b27fda

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
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+
<a name="4.1.0"></a>
6+
# [4.1.0](https://github.com/flowup/api-client-generator/compare/4.0.1...4.1.0) (2019-01-11)
7+
8+
9+
### Bug Fixes
10+
11+
* **api-client:** method parameters description and required flag ([8e02cc1](https://github.com/flowup/api-client-generator/commit/8e02cc1))
12+
* **enum:** substitution of disallowed characters in key string ([7214f2b](https://github.com/flowup/api-client-generator/commit/7214f2b)), closes [#74](https://github.com/flowup/api-client-generator/issues/74)
13+
* **generator:** Expose error from spec validation ([ebb74c7](https://github.com/flowup/api-client-generator/commit/ebb74c7))
14+
* **license:** redundant lt/gt characters removed ([3b5f8d9](https://github.com/flowup/api-client-generator/commit/3b5f8d9))
15+
16+
17+
### Features
18+
19+
* **model:** objects generated as key value maps ([b775b44](https://github.com/flowup/api-client-generator/commit/b775b44))
20+
21+
22+
523
<a name="4.0.1"></a>
624
## [4.0.1](https://github.com/flowup/api-client-generator/compare/4.0.0...4.0.1) (2018-09-01)
725

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.0.1",
3+
"version": "4.1.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)