Releases: acacode/swagger-typescript-api
Releases · acacode/swagger-typescript-api
6.1.2 Release (bugfix)
Fixes (critical):
- Problems with using both
--axiosand--modularoptions together (TS,organizeImportscrashed the codegeneration)
6.1.1 Release (bugfix)
Fixes:
- Problems with
--axiosoption- ignoring
path,format,typepayload properties inrequest()method ofHttpClient
- ignoring
- Missing
formatproperty for requests in--modularoption
6.1.0 Release
Features:
--silentoption. Output only errors to console (default: false)
Fixes:
- Bug with
kebab-casepath params (issue #184, thanks @Mr-sgreen) - Typings for
--jsoption
6.0.0 Release
BREAKING_CHANGES:
- Ability to override only one template (issue #166, thanks @Nihisil)
- removed
TPromisetype for--responsesoptions (perf. problem, issue #182, thanks @mixalbl4-127) - breaking changes in
http-client.eta securityWorkernow can returnPromise<RequestParams | void> | RequestParams | void
Features:
- template path prefixes
@base,@default,@modular(using in Eta templates,includeFile(), see README.md) --axiosoption for axios http client (issue #142, thanks @msklvsk, @mixalbl4-127 )
5.1.7 Release (Bugfix)
Fixes:
- Do not fail if template file does not exist (issue #166, thanks @armsnyder )
Caveat: With this fix it will still error if the overridden template usesincludeFileon a template file that is not overridden
5.1.6 Release (Bugfix)
5.1.5 Release
5.1.4 Release
Fixes:
- header overwrite in
defaultandmodularAPI templates (issue #171 by @Styn, thanks @emilecantin for PR with fix)
5.1.3 Release
Fixes:
- Ignored
x-nullablefield - Schema type names which starts with number or special characters