Skip to content

Releases: orval-labs/orval

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

Release 6.12.0

22 Feb 21:14
Compare
Choose a tag to compare

6.12.0 (2023-02-22)

Bug Fixes

  • core: request options without second argument correctly stringify (c2554a7)
  • options: normalize correctly query signal (903e0b5)

Features

  • query: add new tanstack vue query support and move to query object (ba7ee98)
  • query: add support of tanstack svelte query (b26ce92)

Release 6.11.1

19 Jan 20:10
Compare
Choose a tag to compare

6.11.1 (2023-01-19)

Bug Fixes

  • core: file loader use default path package to find correctly the file on all os (7147b72)
  • path: add upath test functions (a891796)
  • path: correctly handle windows path (6a34606)