Releases: openapi-contrib/json-schema-to-openapi-schema
Releases · openapi-contrib/json-schema-to-openapi-schema
v4.0.1
4.0.1 (2025-06-03)
Bug Fixes
- cjs: fix cjs by upgrade ref walker dependency (8be42b7)
v4.0.0
4.0.0 (2025-05-22)
Features
- deps: upgrade walker dependency (750b023)
- exports: Upgrade yarn version, upgrade dependencies, add export (bb82a2d)
BREAKING CHANGES
- deps: Upgrade walker and json schema parser dependency
v3.0.3
3.0.3 (2024-11-19)
Bug Fixes
v3.0.2
3.0.2 (2024-06-02)
Bug Fixes
- bump dependency versions, migrate eslint config (8449ab0)
v3.0.1
3.0.1 (2023-12-11)
Bug Fixes
v3.0.0
3.0.0 (2023-11-11)
- BREAKING CHANGE: Move to yarn 4 and only output a cjs build, drop (official) support for node 14, bump json-scheme-walker version and openapi types version (#45) (5b05d98), closes #45
BREAKING CHANGES
v2.2.6
2.2.6 (2023-11-08)
Bug Fixes
- conversion for anyOf type: null to nullable: true (#44) (9318da1)
v2.2.5
2.2.5 (2023-03-28)
Bug Fixes
- change parsing of type: null to add nullable: true to oneOf/anyOf (#43) (ade6d2f)
v2.2.4
2.2.4 (2022-11-07)
Bug Fixes
- esm-path: Fixes esm import path, some typescript errors (#40) (e5e74e7)
v2.2.3
2.2.3 (2022-08-08)
Bug Fixes