Sourced from orval's releases.
Release 7.2.0
7.2.0 (2024-10-22)
Bug Fixes
- add nullable condition to multipart formdata for openapi3.1 (#1646) (b3b0306)
- angular: add request overloads based on observe property (#1633) (398b667)
- Correctly set type for false or 0 constants (#1653) (4692501)
- deps: yarn.lock (f523b7c)
- msw:
ref
inallOf
expands the object (#1638) (a45b20f)- msw: do not import delay if not needed (#1643) (a752a3e)
- msw: fix break
msw
whenanyof
includedallof
(#1635) (f373039)- msw: fix broken mocks when using 'allOf' within 'anyOf' and using a shared schema (#1663) (87e1db6)
- msw: Incorrect Import Generated for Enum in Mock Files (#1639) (b37b2b3)
- msw: when use
useDates
, convert faker values toDate
instance (#1645) (535bb65)- required of parent schema not considered in allOf #1570 (#1659) (86b63eb)
Release 7.1.1
7.1.1 (2024-09-17)
Bug Fixes
- change --apply to --write in biome check command (#1616) (f516975)
- exclude readOnly fields from CreateBody schema in Zod generation (#1625) (bdc584b)
- fetch:
fetch
client can now overrideheaders
withoptions
(#1627) (d9fcfd5)- generate zod constants for oneOf schemas (#1618) (19ff0e0)
- import react deps when tags have mutator (#1614) (47d3367)
- msw: broken mock when
allof
with not hasproperties
object (#1623) (2245435)- msw: do not use spread objects if
nullable
object schema inoneOf
(#1626) (261f8de)
87e1188
chore(release): 7.2.014c36fa
Fix custom client example to include a ?
before query
parameters (#1667)87e1db6
fix(msw): fix broken mocks when using 'allOf' within 'anyOf' and using a
shar...86b63eb
fix: required of parent schema not considered in allOf #1570
(#1659)8736381
chore(deps-dev): bump husky from 9.1.4 to 9.1.6 (#1652)493681f
chore(deps): bump chokidar from 3.6.0 to 4.0.1 (#1648)3068af8
chore(deps): bump esbuild from 0.19.12 to 0.24.0 (#1650)a64260d
Fix small typo in the docs (#1654)4692501
fix: Correctly set type for false or 0 constants (#1653)b3b0306
fix: add nullable condition to multipart formdata for openapi3.1 (#1646)