7.6.0 (2025-02-27)
Bug Fixes
- adjustments to native enums (#1882) (fcd942b)
- core: don't union required with already required props (#1878) (3d122c3)
- core: Fixed workspace setting does not append a newline to the end of a line in an existing index file #1875 (#1876) (727cbb5)
- core: make sure to only handle first tag when grouping (#1942) (c46f6c9)
- core: model starting with underscore properly handle (#1946) (ff65124)
- core: remove any from type definition (#1937) (cf98554)
- core: shallow-copy while creating override (global/tag/identifier) (#1901) (1fee4e5)
- docs: dropdown overlap (#1932) (611cae9)
- fetch: param stringification for Safari < 17.0 (#1918) (2df8c2d)
- hono:
zValidate
path when usingtags
mode usesoutput.target
based path (#1929) (f8a0ab2) - hono: avoid syntax error in composite routes (#1894) (2674c88)
- hono: preserve parameter name as defined in the OAS (#1921) (7741f07)
- hono: remove duplicate type imports in the
index.context.ts
(#1944) (b6a6fc5) - hono: remove unnecessary
zod
file and import (#1896) (53b6e8c) - implement discriminations correctly in zod (#1907) (1018f0c)
- improve playground editor UX (#1890) (40cdba2)
- msw: adjust combine to handle nested allof (#1936) (87d5e5e)
- query: check for v5 flag (#1933) (c980cc8)
- remove warning log (#1889) (97141ba)
- typedoc samples and plugin support (#1927) (9001fad)
- zod: add preprocess properly everywhere (#1940) (25d2c41)
- zod: strict true when using a discriminator (#1923) (3830a38)
Features
- add default zod support (#1924) (d5cd20a)
- core: ✏️ add naming convention option to output (#1884) (a012305)
- core: ability to provide custom validation ruleset (#1919) (3592782), closes #1887
- fetch: split responses in separate types based on status (#1885) (cba57d1)
- generate const object for const schema definition (#1850) (4260b73)
- zod: generate min max values of array items when using allOf (#1938) (a809011)
- zod: support multipart/form-data (#1920) (e77b7fd)