Skip to content

Commit ab9c11e

Browse files
author
svolkov
committed
docs: update CHANGELOG
1 parent 09864b5 commit ab9c11e

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,62 @@
1+
# 1.2.5
2+
Features: better naming of routes without `operationId`
3+
![route naming](./assets/changelog_assets/1.2.5_route_naming.jpg)
4+
15
# 1.2.4
26
Features: add .d.ts file into npm package
37
Changes: update help block in CLI
48
Internal: add greenkeeper, update npm keywords
9+
510
# 1.2.3
611
Features: @summary, @description comments at each route
712
Fixes: parsing schema without routes
813
Changes: update documentation
914
Internal: add anyOf, allOf test schemas, slack notifications in CI
15+
1016
# 1.2.2
1117
Fixes: fix complex types (oneOf, anyOf), required fields of object type was not required
18+
1219
# 1.2.0
1320
Changes: rename `ApiParams` to `RequestParams`, secure module always exist in generated API module, update documentation
1421
Fixes: Query params was all required, parse yaml files, typescript minor warnings (;)
1522
Internal: test schemas + manual testing, add travis CI/CD
23+
1624
# 1.1.0
1725
Fixes: catching http errors with use API module
26+
1827
# 1.0.9
1928
Features: add description to interfaces and their fields
2029
Changes: update documentation
30+
2131
# 1.0.8
2232
Changes: update documentation
33+
2334
# 1.0.7
2435
Changes: update documentation (+ add logo), add comment about author in generated module
36+
2537
# 1.0.6
2638
Fixes: route naming, http(s) requests for getting swagger schema, integer enums
2739
Changes: include only required files into npm pacakge
40+
2841
# 1.0.5
2942
Changes: update documentation
43+
3044
# 1.0.4
3145
Changes: disable linters rules for generated API module
3246
Fixes: TS issues in template
47+
3348
# 1.0.3
3449
Fixes: NodeJS main script cannot been called on Unix* machines
3550
Changes: add LICENSE, update README
51+
3652
# 1.0.2
3753
Changes(Internal): change dependencies
54+
3855
# 1.0.1
3956
New features: query params, separating routes on submodules, common params in constructor, swagger v2 + yaml parsers
4057
Enhancements: better type extracting.
4158
Fixes: mustache escaping chars
4259
Changes: order of request params, emojis messages in console
60+
4361
# 1.0.0
4462
Initial project.
148 KB
Loading

0 commit comments

Comments
 (0)