7.5.0 (2025-02-03)
Bug Fixes
- broken test in operation.test.ts (#1864) (c27bbbb)
- core: combine schemas if type is array (#1818) (fae65bd)
- core: export type with required properties in all-of object (#1819) (38dcfd4)
- core: fallback to non-pascaled name (#1847) (b362845)
- core: handle parameter counting in custom instance returning useCallback (#1830) (39926b7)
- core: keyof typeof on native enum property (#1860) (1d703f0)
- core: only generate one operation if it has multiple tags (#1812) (7314676)
- core: parenthesize keyof typeof (#1846) (8154873)
- docs: update docs for param serializer (#1855) (8b10578)
- fetch: Improved error handling when body does not exist in
fetch
client (#1870) (043c5bc) - fetch: make sure responseDataType is not empty (#1827) (c091a0a)
- hono: avoid unnecessary
zValidator
imports (#1814) (39a763a) - hono: custom validator always does return value (#1813) (828f558)
- hono: remove unnecessary handler import when
tags
mode (#1833) (036bf52) - mock: ensure getMockScalar respects custom overrides for int64 format (#1829) (239187b)
- msw: handle integer enums correctly (#1816) (e47c3de)
- msw: make sure to not double import value and type (#1799) (cb58fb0)
- msw: simplify combine (#1815) (5607700)
- query: regression that breaks
TData
type check when using custom mutation (#1871) (e218b4c) - Remove broken sort of generated types (#1808) (9643099)
- solve some fix-me and ts-errors (#1825) (dbd9c9b)
Features
- add
hono.validator
option (#1811) (fe47c7d) - allow extension in mutator import (#1797) (ac62fa9)
- export types from @orval/core (#1824) (cceabe5)
- hono: added the ability to generate composite routes with the
hono
client (#1843) (bd653c2) - msw: create an index file exporting msw for split tags mode (#1803) (6938ec7)
- Sanitize model names in (#1859) (975d79e)