Skip to content

@hey-api/openapi-ts@0.43.0

Compare
Choose a tag to compare
@github-actions github-actions released this 02 May 10:19
· 223 commits to main since this release
5574bd4

Minor Changes

  • feat: remove enum postfix, use typescript enums in types when generated, export enums from types.gen.ts (#498)

Patch Changes

  • fix: negative numbers in numeric enums (#470)

  • fix: escape keys in schemas starting with digit but containing non-digit characters (#502)

  • fix: issue causing code to not generate (t.filter is not a function) (#507)

  • fix: handle additional properties union (#499)

  • fix: do not export inline enums (#508)

  • fix: prefix parameter type exports to avoid conflicts (#501)

  • fix: export operation data and response types (#500)

  • fix: handle cases where packages are installed globally (#471)

  • fix: handle cases where package.json does not exist (#471)