Skip to content

Releases: orval-labs/orval

Release 6.2.4

28 Oct 21:22
Compare
Choose a tag to compare

6.2.4 (2021-10-28)

Bug Fixes

  • jsdoc: replace all matches of comment terminations, not just the first (#235) (4e48b1b)
  • writers: tags-split correctly add the extra path level for form data mutator (472954e)

Release 6.2.3

15 Oct 17:22
Compare
Choose a tag to compare

6.2.3 (2021-10-15)

Bug Fixes

  • mutator: if the file cannot be loaded apply a default config (efcaeec)

Release 6.2.2

15 Oct 16:19
Compare
Choose a tag to compare

6.2.2 (2021-10-15)

Bug Fixes

  • getters: schema object property required is array (d9ceaee)
  • mock: check contentType to return the good type (3bf50fa)
  • writers: always prettier correctly (de6d1f1)

Release 6.2.1

12 Oct 07:44
Compare
Choose a tag to compare

6.2.1 (2021-10-12)

Bug Fixes

  • mock: add additional response type possibility (#225) (e0631d3)
  • docs: add default empty string to description (12462e3)
  • jsdoc: ensure no closing comments in JSDoc (#221) (eb6cbd3)
  • jsdoc: ensure no closing summary (72e33fd)
  • parameters: correctly pascal parameter name (7b51a60)

Release 6.2.0

03 Oct 12:19
Compare
Choose a tag to compare

6.2.0 (2021-10-03)

Bug Fixes

  • mock: escape correctly enums (e19ec91)
  • url: correctly validate path vs url (11e5dc9)

Features

  • cli: add mock, client, mode option (215d0c3)

Release 6.1.2

01 Oct 12:23
Compare
Choose a tag to compare

6.1.2 (2021-10-01)

Bug Fixes

  • deduplicate enum values (#214) (581aba4)
  • escape enum values (#212) (8878a2e)
  • jsdoc: add jsDoc to endpoints function (d3fcd9f)
  • manage enum plus number (#213) (9f61489)
  • query: correctly generate with query options (5b7e93c)
  • query: improve typing of the queryFn and add mutationFn (b42fd82)
  • watcher: better log system and avoid crash (09ea830)

Release 6.1.1

22 Sep 11:35
Compare
Choose a tag to compare

6.1.1 (2021-09-22)

Bug Fixes

  • generator: schema name correctly pass suffix to deep object (225d100)
  • prettier: only add schemas path if provided (1f0f6b6)

Release 6.1.0

21 Sep 09:23
Compare
Choose a tag to compare

6.1.0 (2021-09-21)

Features

  • options: add the possibility to prettier generated files (b985c0a)

Release 6.0.4

20 Sep 16:07
Compare
Choose a tag to compare

6.0.4 (2021-09-20)

Bug Fixes

  • bundler: move back to esbuild due to setup issue with swc on some environment (1412f6c)
  • mock: correctly pass mock override options (f40bd46)

Release 6.0.3

17 Sep 09:34
Compare
Choose a tag to compare

6.0.3 (2021-09-16)

Bug Fixes

  • watch-mode: if provide project only watch that one (2369075)