6.30.0 (2024-06-07)
Bug Fixes
- allow async overrideResponse to be passed to msw handler (issue #1389) (#1390) (c799462)
- correct-enum-handling (#1386) (d5574cd)
- msw: also split allof objects (#1442) (e3e680f)
- msw: correctly generate integer enum mocks (#1437) (ce95b68)
- msw: fix response http status code in handler function (#1400) (a7e6a18)
- msw: if no success response apply a default 200 status (e236c5e)
- msw: make sure method is async even when delay=false (#1440) (991ac17)
- override: add deep merge with operations and tag options (#1397) (ce27a26)
- swr: correct second mutator parameter when using custom mutator (#1412) (1624e6a)
- take optional request body into account when creating form data (#1416) (9c44e9e)
- VueJS infinite query parameters reactivity when
hasInfiniteQueryParam
(#1379) (c1adaf7) - zod: all http responses can now be generated (#1429) (d27a5a3)
- zod: date format now respects useDates override (#1406) (36ebf4f)
Features
- add
input.filters.schemas
option (#1426) (bc21aad) - add new client
fetch
(#1353) (d1cf87f) - msw: split polymorphic mocks into its own functions (#1365) (ddf7964)
- msw: take string pattern property into account when generating mocks (#1398) (e32d4ec)
- release-it: update (bd9c16c)
- use better regex for route parameters (#1393) (ba24407)