Releases: openapi-contrib/json-schema-to-openapi-schema
Releases · openapi-contrib/json-schema-to-openapi-schema
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
v2.2.2
2.2.2 (2022-08-05)
Bug Fixes
- cli: cli was broken due to bin not included in dist (#33) (eaab2be)
v2.2.1
2.2.1 (2022-08-05)
Bug Fixes
- clean up some types and small fixes (#31) (315747a)