Releases: ferdikoomen/openapi-typescript-codegen
Releases · ferdikoomen/openapi-typescript-codegen
v0.20.0
Fixed
- Updated dependencies
- Support enums with single quotes in names
- Generating better names when
operationIdis not given (breaking change) - Fixed issue where
x-enumflags where breaking due to non-string values
v0.19.0
Added
- Support for Angular client with
--nameoption - Added test cases for Angular client
v0.18.2
Fixed
- Updated dependencies
- Fixed type definition
Added
- Added test cases for CLI commands
- Added test cases for query parsing
v0.18.1
Fixed
- Made
Client.requestandBaseHttpRequest.configprops public - Escaping error description
v0.18.0
Added
- Angular client generation!
- Updated documentation with more examples and better descriptions
v0.17.0
Fixed
- Shorthand notation for properties passed through constructor
- Simplified creation of headers
- Prepare codebase for Angular client
v0.16.2
Fixed
- Removed dependency on
URLSearchParamsto support browser and node without any additional imports
v0.16.1
Fixed
- Correct export inside
index.tswhen giving a custom name
v0.16.0
Added
- Added option to set the indentation (spaces and tabs)
- Added option to export separate client file that allows usage for multiple backends
Fixed
- Decoupled OpenAPI object from requests
- Updated dependencies
v0.15.0
Added
- Added change log and releases on GitHub