mirror of
https://github.com/ferdikoomen/openapi-typescript-codegen.git
synced 2025-12-08 20:16:21 +00:00
606 B
606 B
Changelog
All notable changes to this project will be documented in this file.
[0.16.0] - 2021-01-25
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
[0.15.0] - 2021-01-24
Added
- Added change log and releases on GitHub
[0.14.0] - 2021-01-24
Fixed
- Added missing
postfixoptions to typedef - Updated escaping of comments and descriptions
- Better handling of services without tags
- Updated dependencies