All notable changes to this project will be documented in this file.
- Support for Angular client with
--name
option - Added test cases for Angular client
- Updated dependencies
- Fixed type definition
- Added test cases for CLI commands
- Added test cases for query parsing
- Escaping error description
- Made
Client.request
andBaseHttpRequest.config
props public
_## [0.18.0] - 2022-01-28
- Angular client generation!
- Updated documentation with more examples and better descriptions
- Shorthand notation for properties passed through constructor
- Simplified creation of headers
- Prepare codebase for Angular client
- Removed dependency on
URLSearchParams
to support browser and node without any additional imports
- Correct export inside
index.ts
when giving a custom name
- Added option to set the indentation (spaces and tabs)
- Added option to export separate client file that allows usage for multiple backends
- Decoupled OpenAPI object from requests
- Updated dependencies
- Added change log and releases on GitHub
- Added missing
postfix
options to typedef - Updated escaping of comments and descriptions
- Better handling of services without tags
- Updated dependencies