Skip to content

Releases: openapi-ts/openapi-typescript

v2.3.1

04 Nov 19:21
Compare
Choose a tag to compare

🐛 Bugfixes

  • Set index type to all possible values (#348)

v2.3.0...v2.3.1

v2.3.0

23 Oct 23:10
Compare
Choose a tag to compare

🐸 New Features

  • requestBody and $ref-type parameters added in response types by @gr2m

🐣 Minor Changes

  • responses without content schemas changed from any to never or unknown by @gr2m

v2.2.1...v2.3.0

v2.2.0

17 Oct 17:22
Compare
Choose a tag to compare

🦍 Major changes

  • New name! Now published at openapi-typescript.

🐣 Minor improvements

  • Added paths support (#328)

v2.1.0

21 Aug 14:58
Compare
Choose a tag to compare
  • Update CONTRIBUTING.md (#303) fbc7aa2
  • Bump @types/jest from 26.0.9 to 26.0.10 (#309) af81a52
  • [Security] Bump dot-prop from 4.2.0 to 4.2.1 (#308) e80f0a6
  • Bump meow from 7.0.1 to 7.1.0 (#304) a3c4d41
  • docs: add Mause as a contributor (#302) 27381eb
  • docs: add selbekk as a contributor (#301) 377a302
  • Add tuple support (#293) d50ea18
  • docs: add BlooJeans as a contributor (#300) 3da704c
  • Improve error message when server is unreachable (#288) d609f0e
  • bubble up the error message / improve error message when failing to parse the schema (#269) f9c3667
  • Bump lodash from 4.17.15 to 4.17.19 (#284) fa07285
  • docs: add skh as a contributor (#299) 841d1b2
  • docs: add mmiszy as a contributor (#298) 798fa0e
  • additionalProperties interpolation, primitive enums (#266) b4eea99
  • docs: add tshelburne as a contributor (#297) 9cb1218
  • Support for components.responses (#258) 7c3c213
  • Fix missing port bug (#252) 1ebac68
  • Bump @types/jest from 26.0.8 to 26.0.9 (#295) ed9ec07
  • Bump @types/jest from 26.0.7 to 26.0.8 (#292) 900bfd7
  • Bump @types/jest from 26.0.5 to 26.0.7 (#290) 40bbc25
  • Bump @types/jest from 26.0.4 to 26.0.5 (#287) 148cec6
  • Bump typescript from 3.9.6 to 3.9.7 (#286) 8576899
  • Bump @types/prettier from 2.0.1 to 2.0.2 (#283) 5951879
  • Bump @types/jest from 26.0.3 to 26.0.4 (#282) 1a64ea5
  • Bump typescript from 3.9.5 to 3.9.6 (#280) 6bd8ebc
  • Bump @types/js-yaml from 3.12.4 to 3.12.5 (#276) 5389139
  • Bump @types/jest from 26.0.0 to 26.0.3 (#275) 6a40ccc
  • Bump eslint-plugin-prettier from 3.1.3 to 3.1.4 (#274) b2e8b37
  • Bump @types/jest from 25.2.3 to 26.0.0 (#271) ade4b69
  • Bump chalk from 4.0.0 to 4.1.0 (#270) fafaf03
  • Bump typescript from 3.9.3 to 3.9.5 (#268) 3493d05
  • Bump @types/prettier from 2.0.0 to 2.0.1 (#261) fdd4071
  • Bump js-yaml from 3.13.1 to 3.14.0 (#260) 3782d6d
  • Bump typescript from 3.9.2 to 3.9.3 (#257) a2b6ee1
  • Bump @types/jest from 25.2.2 to 25.2.3 (#255) cd4a318
  • Bump @typescript-eslint/eslint-plugin from 2.33.0 to 2.34.0 (#254) 95f0cd5
  • Bump @typescript-eslint/parser from 2.33.0 to 2.34.0 (#253) b5ca9f0
  • Bump @types/js-yaml from 3.12.3 to 3.12.4 (#251) 64b71e1
  • Bump @types/jest from 25.2.1 to 25.2.2 (#250) 558ab7f
  • Bump typescript from 3.8.3 to 3.9.2 (#249) 27b61de
  • Bump @typescript-eslint/parser from 2.32.0 to 2.33.0 (#248) 41466bd
  • Bump @typescript-eslint/eslint-plugin from 2.32.0 to 2.33.0 (#247) a039c0f
  • Bump meow from 7.0.0 to 7.0.1 (#246) cc5229c
  • Bump @typescript-eslint/eslint-plugin from 2.31.0 to 2.32.0 (#245) ee7894d
  • Bump ts-jest from 25.5.0 to 25.5.1 (#243) 6c87092
  • Bump @typescript-eslint/parser from 2.31.0 to 2.32.0 (#242) c38d2ae
  • Bump meow from 6.1.1 to 7.0.0 (#240) 4c2ad9c
  • Bump ts-jest from 25.4.0 to 25.5.0 (#239) af5b86e
  • Bump @typescript-eslint/eslint-plugin from 2.30.0 to 2.31.0 (#238) 7ae7382
  • Bump jest from 25.5.3 to 25.5.4 (#237) 7a6334c

v2.0.0...v2.1.0

v2.0.0

05 May 04:05
Compare
Choose a tag to compare

v2.0.0-alpha.3...v2.0.0

v1.7.1

29 Mar 17:10
Compare
Choose a tag to compare

🐛 Bugfixes

  • Now handles the @ character in namespaces thanks to @sorin-davidoi 🎉

🐣 Minor improvements

  • Updates Prettier to 2.0

v1.7.0...v1.7.1

v1.7.0: Beta Support for v3, bugfixes

02 Feb 22:32
Compare
Choose a tag to compare

🌟 New Features

  • Swagger v3 is no longer unsupported! 🎉 But it’s in beta. Which means errors will probably arise. Please test it out on your existing v3 schema, and file any bugs here.

🐣 Minor improvements

  • The --swagger flag is now deprecated; this library will automatically parse the version from the schema.

🐛 Bugfixes

  • Fixes a bug where additionalProperties weren’t respected for nested properties (#92).

v1.6.2...v1.7.0

v1.6.2: Fix camelCasing on `$ref`s

02 Feb 21:42
Compare
Choose a tag to compare

🐛 Bugfixes

  • Fixes an issue where --camelcase wouldn’t camelCase $refs properly

v1.6.1...v1.6.2

v1.6.1: fix missing `type` definition

02 Feb 21:41
Compare
Choose a tag to compare

🐛 Bugfixes

  • Fixes a bug where a definition with a missing type would be skipped, rather than assume it’s an object like Swagger does by default.

v1.6.0...v1.6.1

v1.6.0: support for x-nullable (#118)

02 Feb 19:10
Compare
Choose a tag to compare

🌟 New Features

  • Property mapper function (README) that supports x-nullable and other properties by @atlefren (#118)

v1.5.0...v1.6.0