7.8.0 (2025-04-03)
Bug Fixes
- core: correctly import custom error and body types (#1977) (82675a4)
- fetch: add default response if none provided (#1982) (d566fe4)
- msw: nested ref fixes (#1983) (4be4caa)
- reintroduce fix for native enums (#1957) (3221aae)
- upgrade axios to ^1.8.2 and fix tsx errors (#1976) (33a37b3), closes #1971
- zod: always prioritize
required
definitions to determineoptional()
(#1985) (752a540) - zod: correct tuple function mapping (#2006) (9185b97)
- zod: enum schema generation for various types (#1996) (8cfb83e)
- zod: handle $ref property names in schemas correctly (#1999) (1881dfa)