Releases: acacode/swagger-typescript-api
10.0.3 Release
10.0.2 Release
fix: problem with default http request headers in axios client
fix: host.fileExists is not a function
fix: other problems linked with new typescript version (4.8.*) (thanks @elkeis, @Jnig)
fix: problem with required nested properties based on root required properties list
fix: fetch http client headers content type priority
fix: fs.rmSync (thanks @smorimoto)
fix: locally overridden security schemes (security flag) (#418, thanks @EdwardSalter)
docs: add documentation for unwrapResponseData nodejs option (thanks @simowe)
BREAKING_CHANGE: rename .eta file extensions to .ejs. Backward capability should be existed.
fix: problem with --sort-types option
9.2.0 Release
Features:
- full response typing for status code, data and headers. (#272, thanks @rustyconover)
- --unwrap-response-data to unwrap the data item from the response (#268, thanks @laktak)
Fixes:
- fix: formdata in axios template (#277, thanks @tiagoskaneta)
9.1.2 Release
Fixes:
- Bug with --single-http-client and private
httpproperty
9.1.1 Release
Fixes:
- Critical bug linked with
templateRequirein ETA templates - Critical bugs linked with
--type-prefix,--type-suffix - Bug with nested objects in FormData (issue #262, thanks @avlnche64)
Internal:
- Improve manual testing scripts
9.0.2 Release
Fixes:
- 9.0.1 won't build with tsc when imported (thanks @mastermatt)
9.0.1 Release
Fixes:
- Can't compile 9.0.0 version (thanks @Nihisil )
9.0.0 Release
NOTE: This version is not compatible with previous templates (removed route.request.params, apiConfig.props, apiConfig.generic, apiConfig.description, apiConfig.hasDescription)
Fixes:
- Consider 2xx a successful status (thanks @wyozi)
- GET method query option bug (thanks @rhkdgns95, @SaschaGalley)
silentproperty missed in.d.tsfile (thanks @mastermatt)- axios file upload
formDatatype (thanks @guhyeon) - make property
instanceto public in axios http client (It can be helpful in #226) - variable name "params" doesn't uniq (thanks @mixalbl4-127 )
Features:
8.0.3 Release
- Fixes encoding array query params in
fetchhttp templates (thanks @prog13)
8.0.2 Release
Fixes:
- Wrong working the
formatoption infetchhttp client