Minor Changes
Removed resolver node
Valibot plugin no longer exposes the enum.nodes.nullable node. It was refactored so that nullable values are handled outside of resolvers.
Removed resolver node
Zod plugin no longer exposes the enum.nodes.nullable node. It was refactored so that nullable values are handled outside of resolvers.
Patch Changes
-
parser: prefer unprefixed schema names from external files (#3417) (
f3a264b) by @copilot-swe-agent -
parser(patch): support callback for
patch.schemas(#3415) (e494f4d) by @copilot-swe-agent -
output: fix: apply
output.headerto bundled files (#3438) (bcd0a87) by @copilot-swe-agent -
parser: handle OpenAPI 3.1
contentMediaTypekeyword as binary format when file-like (#3431) (d6a8538) by @copilot-swe-agent -
input: fix: improve returned status code when spec fetch fails (#3427) (
37dd92c) by @copilot-swe-agent -
client: expose
onRequestin RequestOptions for SSE request interception (#3392) (8fc4681) by @copilot-swe-agent -
parser: add
patch.inputand shorthandpatch()option for full specification transformations (#3411) (ba9f893) by @copilot-swe-agent -
parser: fix: preserve
unevaluatedPropertieskeyword in transforms (#3435) (f659b38) by @copilot-swe-agent -
plugin(zod): use
.nullable()and.nullish()methods (#3398) (737730c) by @mrlubos -
parser: fix: resolve sibling schemas from external files during bundling (#3422) (
19fd80a) by @j-westover -
parser(transforms): add
schemaNametransform (#3416) (4b9d032) by @copilot-swe-agent -
plugin(valibot): use
.nullable()and.nullish()methods (#3396) (ea6f386) by @mrlubos -
input: fix: avoid prefixing sources if paths do not collide on operations (#3436) (
b1a419a) by @copilot-swe-agent -
parser(patch): support callback for
patch.operations(#3420) (e1cd970) by @copilot-swe-agent -
parser: add support for non-string discriminator property types (#3385) (
dd0be9c) by @SipanP
Updated Dependencies:
- @hey-api/shared@0.2.1
- @hey-api/json-schema-ref-parser@1.3.1