Skip to content

Releases: orval-labs/orval

Release 5.1.2

07 May 15:27
Compare
Choose a tag to compare

5.1.2 (2021-05-07)

Bug Fixes

  • generator: remove useless comment (e65968d)

Release 5.1.1

07 May 15:20
Compare
Choose a tag to compare

5.1.1 (2021-05-07)

Bug Fixes

  • generator: import allOf handle type enum (8e45881)

Release 5.1.0

05 May 17:53
Compare
Choose a tag to compare

5.1.0 (2021-05-05)

Features

  • generator: add head verb (39c78e5)
  • mock: add override baseUrl (e52a231)

Release 5.0.0

03 May 19:44
Compare
Choose a tag to compare

5.0.0 (2021-05-03)

Bug Fixes

  • generate: correctly handling enum ref (f0f2f73)
  • generator: formData object keys and stringify (6414bde)
  • generator: handle if there is no response definition (206d791)
  • importers: remove useless import (2fb120f)
  • path: move from path to upath to solve windows path generation (35933a8)
  • resolver: resolve value correctly resolve refs (b254bb2)

Features

  • build: move from tsc and rollup to tsup (cc6500c)
  • client: add svelte query (7db523d)
  • generator: add possibility to pass a axios config and override operation name (1f23857)
  • generator: handling multi swagger ref (22ee602)
  • mock: expose a function for each handler (5519c54)
  • mutator: handle second argument of any type (21aa591)
  • orval-config: add converter and parser options (90bc785)
  • requestbodies: handling body ref and better resolve form data (6f2c362)
  • swagger-parser: add resolver github (f40328c)
  • writers: add fs-extra (87146d2)

BREAKING CHANGES

  • react-query: Last argument is now a object which take a property query or mutation because we need to be able to pass custom config to the HTTP client

Release 4.2.1

23 Mar 22:35
Compare
Choose a tag to compare

4.2.1 (2021-03-23)

Bug Fixes

  • client: add missing import for parameters and improve types (6cb2426)
  • mock: only generate when activated (662a391)
  • mock: solved max call stack (2c79e81)
  • path: resolution (84f2aa3)
  • resreqtypes: remove content types check and make it uniq (c47e06f)

Release 4.2.0

14 Jan 20:01
Compare
Choose a tag to compare

4.2.0 (2021-01-14)

Features

  • input: add support of plain text (ec14bbe)

Release 4.1.0

14 Dec 21:29
Compare
Choose a tag to compare

4.1.0 (2020-12-14)

Features

  • react-query: migration v3 (3a936f1)

Release 4.0.3

10 Dec 22:02
Compare
Choose a tag to compare

4.0.3 (2020-12-10)

Features

  • mock: add the possibility to set every property required (585b6af)

Release 4.0.2

10 Dec 14:00
Compare
Choose a tag to compare

4.0.2 (2020-12-10)

Bug Fixes

  • mock: return correctly combined mock (52e7f90)

Release 4.0.1

09 Dec 19:43
Compare
Choose a tag to compare

4.0.1 (2020-12-09)

Bug Fixes

  • react-query: correctly add axios dependency (fb980d4)
  • resolvers: path handle correctly folder base (7bd01ab)
  • transformer: base path import on workspace (546f7a8)