Skip to content

Releases: orval-labs/orval

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)

Release 6.11.0

06 Jan 11:31
98e311a
Compare
Choose a tag to compare

6.11.0 (2023-01-06)

Bug Fixes

  • case: handling name starting with underscore (d393a1c)
  • core: getters scalar stringify all enum items (83d1d59)
  • enum: authorise nullable (74993d1)
  • form-data: handling nullable object property (cb5db56)
  • getters: properties composition correctly check if the schema name already exist (60c6bb2)
  • import-schemas: handling schema file which contain other schemas (68f84a8)
  • imports: correctly handling schema file (c58c0df)
  • imports: non specification improve schema assertion (68522ac)
  • msw: handling combine without resolved type (17f4c82)
  • msw: handling combined type array correctly (128d0c4)
  • mutator: parser mutator double return arrow function (f9f1ee8)
  • mutators: imports error type and body type verify that not already imported (ccb78d5)
  • options: normalize correctly operations verboptions (bfe3333)
  • required query parameters with content (#683) (98e311a)
  • scalar: handling enum without type (e2c449f)

Features

  • client: optional footer, header, title, dependencies and query add options (8b796d6)
  • enum: support x-enumNames (105c3f5)
  • query: add query & mutator options mutator and also query key mutator (0e71800)

Release 6.10.3

07 Nov 14:44
Compare
Choose a tag to compare

6.10.3 (2022-11-07)

Bug Fixes

  • enum: dont sanitize if only one char (81e9dcc)
  • getters: handle OpenAPI 3.1 nullability (#645) (622919a)
  • multi-files: add better parsing for non openapi file (5218b91)
  • writers: parse current index to keep existing export (2d7bbb9)
  • writers: remove import if type or interface already in the file (12a7cfe)
  • cli: handling global input and output with config (a38b73d)

Release 6.10.2

26 Sep 16:28
Compare
Choose a tag to compare

6.10.2 (2022-09-26)

Bug Fixes

  • endpoints: parameters name are different from they usage names for form url encoded (21091ff)
  • formdata: handle special characters key (ea640ba)
  • msw: add missing import when combime with properties (c8720b2)
  • writers: compare versions handling latest (60b251d)