Skip to content

Releases: orval-labs/orval

Release 6.18.0

01 Oct 15:24
Compare
Choose a tag to compare

6.18.0 (2023-10-01)

Bug Fixes

Features

  • core: include originalOperation in VerbOptions (#923) (7ea9b85)
  • core: option to disable creating index files (#915) (b3db343)
  • core: throw on errors (#898) (b9cf531)
  • faker: update and remove deprecated (f1b8ff8)
  • msw: allow mock delay override via function (#945) (993d227)
  • namedParameters: Add global named parameters option (#914) (663cafa)
  • query: add compatibility with version 5 (507e604)
  • zod: support array min/max items (#908) (0296a82)

Performance Improvements

Release 6.17.0

08 Jul 09:56
Compare
Choose a tag to compare

6.17.0 (2023-07-08)

Bug Fixes

  • core: recursively handle nested refs (#875) (3e46854)
  • core: use default response object as success/error response (#877) (f16537f)

Features

  • packages: add regex option to filter generated endpoints (#835) (ece8051)

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)