Skip to content

Releases: ferdikoomen/openapi-typescript-codegen

v0.20.0

25 Feb 21:29
Compare
Choose a tag to compare

Fixed

  • Updated dependencies
  • Support enums with single quotes in names
  • Generating better names when operationId is not given (breaking change)
  • Fixed issue where x-enum flags where breaking due to non-string values

v0.19.0

07 Feb 17:17
Compare
Choose a tag to compare

Added

  • Support for Angular client with --name option
  • Added test cases for Angular client

v0.18.2

05 Feb 09:08
Compare
Choose a tag to compare

Fixed

  • Updated dependencies
  • Fixed type definition

Added

  • Added test cases for CLI commands
  • Added test cases for query parsing

v0.18.1

31 Jan 19:07
Compare
Choose a tag to compare

Fixed

  • Made Client.request and BaseHttpRequest.config props public
  • Escaping error description

v0.18.0

28 Jan 16:43
Compare
Choose a tag to compare

Added

  • Angular client generation!
  • Updated documentation with more examples and better descriptions

v0.17.0

26 Jan 19:25
Compare
Choose a tag to compare

Fixed

  • Shorthand notation for properties passed through constructor
  • Simplified creation of headers
  • Prepare codebase for Angular client

v0.16.2

26 Jan 10:36
Compare
Choose a tag to compare

Fixed

  • Removed dependency on URLSearchParams to support browser and node without any additional imports

v0.16.1

26 Jan 10:29
Compare
Choose a tag to compare

Fixed

  • Correct export inside index.ts when giving a custom name

v0.16.0

25 Jan 14:41
Compare
Choose a tag to compare

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

24 Jan 22:19
Compare
Choose a tag to compare

Added

  • Added change log and releases on GitHub