Releases: orval-labs/orval
Releases · orval-labs/orval
Release 6.4.2
6.4.2 (2021-12-07)
Bug Fixes
Release 6.4.1
6.4.1 (2021-12-07)
Bug Fixes
- generators: fixed generation when using hooks and forms (#276) (40c16be)
Release 6.4.0
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
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)
Release 6.2.4
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
6.2.3 (2021-10-15)
Bug Fixes
- mutator: if the file cannot be loaded apply a default config (efcaeec)
Release 6.2.2
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
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
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
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)