Skip to content

Releases: orval-labs/orval

Release 6.16.0

23 May 11:08
Compare
Choose a tag to compare

6.16.0 (2023-05-23)

Bug Fixes

  • core: file parsing handling esnext correctly (d415077)

Features

  • query: add useMutation options (2b2e2b7)
  • zod: add nullable & nullish to output (#856) (4e73c03)

Release 6.15.0

26 Apr 08:32
Compare
Choose a tag to compare

6.15.0 (2023-04-26)

Features

  • core: add optional flag to force number type instead of bigint (#841) (a2798af)

Release 6.14.4

21 Apr 12:21
Compare
Choose a tag to compare

6.14.4 (2023-04-21)

Bug Fixes

  • core: use bigint for int64 types (#829) (64c62a1)
  • schemas: handling correctly non openapi file entry (be77eb2)

Release 6.14.3

12 Apr 11:47
Compare
Choose a tag to compare

6.14.3 (2023-04-12)

Bug Fixes

  • core: resolve value avoid infinite loop on multi files refs by adding a parents relation (9707881)

Release 6.14.2

12 Apr 11:47
Compare
Choose a tag to compare

6.14.2 (2023-04-12)

Bug Fixes

  • core: resolve value on readonly avoid infinite loop on multi files refs (05c966f)

Release 6.14.1

11 Apr 20:16
Compare
Choose a tag to compare

6.14.1 (2023-04-11)

Bug Fixes

  • core: add non readonly only inside implementation file when needed (3be6a54)

Release 6.14.0

11 Apr 20:16
Compare
Choose a tag to compare

6.14.0 (2023-04-11)

Bug Fixes

  • correctly handle enums without type properties (#814) (daf83a5)
  • zod: avoid deplicated consts declaration (03a058f)
  • zod: change import to handle synthetic import config (8a37cda)

Features

  • core: remove readonly properties from request body (#813) (f5b1ec9)
  • packages: add option to filter generated endpoints (#810) (673bb55)
  • query: generate query and mutation options functions (#821) (79e9527)

Release 6.13.1

04 Apr 12:06
Compare
Choose a tag to compare

6.13.1 (2023-04-04)

Bug Fixes

  • zod: handling correctly deeper ref by deferencing (3aa9162)

Release 6.13.0

04 Apr 12:06
Compare
Choose a tag to compare

6.13.0 (2023-04-03)

Features

Release 6.12.1

05 Mar 13:07
Compare
Choose a tag to compare

6.12.1 (2023-03-05)

Bug Fixes