Skip to content

Release 6.30.0

Compare
Choose a tag to compare
@anymaniax anymaniax released this 07 Jun 15:22
· 173 commits to master since this release

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