6.29.0 (2024-05-17)
Bug Fixes
- allow making second axios, etc., param
required
instead ofoptional
(#1357) (b13dbb3) - allow to override only root mock (#1338) (dc18a87)
- correct import for anyof enums (#1371) (d3ddbdd)
- fix type of filters.tags, add regexp to docs (#1369) (50a7ad7)
- format to index of
hono
(#1368) (5581edf) - handle OpenAPI 3.1 nullability for mocks (#1381) (efc4c35)
- hono: remove handler fix (692f749)
- hono: validator return parsed value (#1339) (6d41605)
- msw: make delay optional (#1360) (393a6d8)
- msw: make sure to early out when detecting loop in additionalproperties (#1362) (4536f34)
- path to file url (#1372) (a61d26a)
- unstable reference (Issue 1359) (#1374) (f7db4ca)
- valid syntax when anyOf is present on querystring (#1341) (41f6612)
Features
- 'suppressReadonlyModifier' override option introduced (#1354) (86f2cf1)
- allow override for mock handlers to be a function (#1375) (bc3d277)
- hono: add async to handler (db7de2f)
- hono: add validator option (770295f)