You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* chore: make exportable ApiConfig interface; chore: change eslint-disable line at first line of generated file
* feat: --single-http-client option which allows to send HttpClient instance to Api constructor (issue #155)
* feat: onCreateRouteName hook; internal: clearing routeNameDuplicatesMap
* docs: update CHANGELOG
* chore: refresh tests schemas
* fix: nested object properties are generated are optional (issue #156, thanks @Fabiencdp)
* bump: up project version to 5.1.0
Which allows to customize route name without customizing `route-name.eta` template
11
+
- Improved content kinds for request infos
12
+
-`--single-http-client` option which allows to send HttpClient instance to Api constructor and not to create many count of HttpClient instances with `--modular` api (issue #155)
13
+
14
+
Minor:
15
+
- A bit improve type declaration file (index.d.ts) for this tool
16
+
- make exportable `ApiConfig` interface
17
+
18
+
Internal:
19
+
- clearing `routeNameDuplicatesMap` before each `parseRoutes()` function call
0 commit comments