Skip to content

Commit 09864b5

Browse files
author
svolkov
committed
docs: add CHANGELOG
1 parent e025bf5 commit 09864b5

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

CHANGELOG.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
# 1.2.4
2+
Features: add .d.ts file into npm package
3+
Changes: update help block in CLI
4+
Internal: add greenkeeper, update npm keywords
5+
# 1.2.3
6+
Features: @summary, @description comments at each route
7+
Fixes: parsing schema without routes
8+
Changes: update documentation
9+
Internal: add anyOf, allOf test schemas, slack notifications in CI
10+
# 1.2.2
11+
Fixes: fix complex types (oneOf, anyOf), required fields of object type was not required
12+
# 1.2.0
13+
Changes: rename `ApiParams` to `RequestParams`, secure module always exist in generated API module, update documentation
14+
Fixes: Query params was all required, parse yaml files, typescript minor warnings (;)
15+
Internal: test schemas + manual testing, add travis CI/CD
16+
# 1.1.0
17+
Fixes: catching http errors with use API module
18+
# 1.0.9
19+
Features: add description to interfaces and their fields
20+
Changes: update documentation
21+
# 1.0.8
22+
Changes: update documentation
23+
# 1.0.7
24+
Changes: update documentation (+ add logo), add comment about author in generated module
25+
# 1.0.6
26+
Fixes: route naming, http(s) requests for getting swagger schema, integer enums
27+
Changes: include only required files into npm pacakge
28+
# 1.0.5
29+
Changes: update documentation
30+
# 1.0.4
31+
Changes: disable linters rules for generated API module
32+
Fixes: TS issues in template
33+
# 1.0.3
34+
Fixes: NodeJS main script cannot been called on Unix* machines
35+
Changes: add LICENSE, update README
36+
# 1.0.2
37+
Changes(Internal): change dependencies
38+
# 1.0.1
39+
New features: query params, separating routes on submodules, common params in constructor, swagger v2 + yaml parsers
40+
Enhancements: better type extracting.
41+
Fixes: mustache escaping chars
42+
Changes: order of request params, emojis messages in console
43+
# 1.0.0
44+
Initial project.

0 commit comments

Comments
 (0)