Releases
v7.5.0
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
You can’t perform that action at this time.