Skip to content

Releases: astahmer/typed-openapi

typed-openapi@1.4.5

05 Jun 08:06
2fe48c8
Compare
Choose a tag to compare

Patch Changes

  • 0749aff: closes #85. Adds support for extended types with allOf.

typed-openapi@1.4.4

02 Jun 07:01
1bae57a
Compare
Choose a tag to compare

Patch Changes

  • 326124b: closes: #82 by supporting enum without type

typed-openapi@1.4.3

01 Jun 13:39
851ae9d
Compare
Choose a tag to compare

Patch Changes

  • fb0fe07: closes: #79 by handling singleton enum of type number

typed-openapi@1.4.2

20 May 09:35
d51523b
Compare
Choose a tag to compare

Patch Changes

  • 9f70b13: Ensure dir is created before generating files

typed-openapi@1.4.1

19 May 12:22
8518912
Compare
Choose a tag to compare

Patch Changes

  • f367a04: Treat boolean values as literal in enum

typed-openapi@1.4.0

16 May 12:24
8eddcbf
Compare
Choose a tag to compare

Minor Changes

  • dad912c: feat: add build-and-test github workflow
  • 0440b2b: add ?: to get optional parameters instead of having to set those to undefined
  • a718a33: Add CLI option --schemas-only to allow generation of only the schema without endpoints and api client

typed-openapi@1.3.2

16 May 08:59
324f3f4
Compare
Choose a tag to compare

Patch Changes

  • ceb15f6: Export generateClientFiles fn (same used as in the CLI)

typed-openapi@1.3.1

15 May 08:14
c6e805c
Compare
Choose a tag to compare

Patch Changes

  • 86a384f: add mutation selectFn + endpoint type-only property in .mutation

typed-openapi@1.3.0

14 May 09:56
fa574bc
Compare
Choose a tag to compare

Minor Changes

  • 91b005f: add parenthesis to handle priority between union/intersection

    this fixes an issue where (A | B | C) & D would be ambiguous and could be interpreted as A | B | (C & D

typed-openapi@1.2.0

14 May 09:06
1fcc0f1
Compare
Choose a tag to compare

Minor Changes

  • ed15081: Rename .options to .queryOptions