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