Skip to content

Releases: orval-labs/orval

Release 6.6.0

08 Feb 14:28
Compare
Choose a tag to compare

6.6.0 (2022-02-08)

Bug Fixes

Features

  • generators: add deserialization to JS Date (#106 )(63c3072)

Release 6.5.3

29 Jan 18:07
Compare
Choose a tag to compare

6.5.3 (2022-01-29)

Release 6.5.2

29 Jan 17:57
Compare
Choose a tag to compare

6.5.2 (2022-01-29)

There is a problem with the post-install script on this version. Use version 6.5.3 instead

Bug Fixes

  • code: reducers speed & memory optimisation (#292) (af1ddd7)
  • generators: swr compatible with eslint "semi: error" rule (#304) (5ef7488)
  • getters: enum can contain dashes (#298) (3a92741)
  • lint: add comment to ignore no-explicit-any rule (#290) (55285b0)
  • msw: declaration 'req' is exempted from the unused parameter checking in handler (#287) (f8eac6c)
  • types: remove generic from axios query function generator (#284) (0acfb1f) (#293) (0bc3169)

Release 6.5.1

15 Dec 21:25
Compare
Choose a tag to compare

6.5.1 (2021-12-15)

Bug Fixes

  • generators: correctly handling delete body (95034a6)

Release 6.5.0

14 Dec 16:18
Compare
Choose a tag to compare

6.5.0 (2021-12-14)

Bug Fixes

  • getters: remove enums check combine (7f1542f)

Features

  • generators: add provde in option angular client (#277) (e553290)
  • config: automatically read tsconfig to handle paths and synthetical import (#274) (bb205cb)

Release 6.4.3

09 Dec 22:26
Compare
Choose a tag to compare

6.4.3 (2021-12-09)

Bug Fixes

Release 6.4.2

09 Dec 22:25
Compare
Choose a tag to compare

6.4.2 (2021-12-07)

Bug Fixes

  • core: path parameters default values (#278) (fa97f52)

Release 6.4.1

07 Dec 10:57
Compare
Choose a tag to compare

6.4.1 (2021-12-07)

Bug Fixes

  • generators: fixed generation when using hooks and forms (#276) (40c16be)

Release 6.4.0

28 Nov 17:27
Compare
Choose a tag to compare

6.4.0 (2021-11-28)

Bug Fixes

  • better error message when using unsupported ref component (#263) (28d7d66)
  • client: query add return type (#270) (326ed10)
  • enum: add eslint disabled rule (7b647cf)
  • generator: method delete add body (5eb913b)
  • generators: handling multi-files path refs (9a516b9)
  • getters: combine authorize properties (a191ee7)
  • getters: combine better handling of enums (#271) (70f3cc7)
  • getters: object try to avoid name collision (0c7b9fd)
  • getters: route correctly add last slash (aa0826c)
  • query: check content for query schema (#250) (ff4738b)
  • resolvers: handling slash char into ref (#268) (8b52e37)
  • writers: include workspace index.ts to be formatted using prettier (#253) (0a15c82)
  • writers: sort schemas by imports dependencies (efadb0c)

Features

  • generators: multi files try to handling non openapi files (8bda228)
  • mutators: add a way to override returned error type (4ae28e8)
  • types: export transformer function type (#252) (b4962b9)

Release 6.3.0

03 Nov 17:02
Compare
Choose a tag to compare

6.3.0 (2021-11-03)

Features

  • generator: handling form url encoded (#239) (85e9781)
  • mutator: add a way to alias import (#226) (5c1f0ba)
  • mutator: add caching related to the resolved path (0375efa)
  • query-client: handle hook mutator (#237) (f3211e9)