7.0.0 (2024-07-22)
Bug Fixes
- core: Referencing combined enums results in a duplicate schema name error (#1488) (3b27e47)
- faker ref resolver: use original name of referenced schema in ref resolution (#1510) (916e277), closes #1500
- fetch: remove unnecessary question mark in
fetch
query params (#1524) (db1f65f) - form-data: handling array items (#1336) (238dfa4)
- handle empty response in MSW mocks (#1482) (c2fff70)
- using
unref
to http function prop whenfetch
withvue
(#1518) (88052ee)
Features
- add ability to just generate specified zod validations (#1480) (c70fe7b), closes #1477
- add override function to empty response mocks (#1484) (e038704)
- fetch: support form data and form url encoded request (#1529) (5585779)
- generate literal types for booleans and numbers (#1512) (e30c7fc)
- mock: infer type from enum values for string and number (#1491) (833faeb)
- query: query clients can use
fetch
as an http client (#1514) (1e20e51) - swr: support for using
fetch
for http clients withswr
(#1498) (3d493a7)