Skip to content

Releases: openapi-contrib/json-schema-to-openapi-schema

v3.0.3

19 Nov 17:47
358f8c6
Compare
Choose a tag to compare

3.0.3 (2024-11-19)

Bug Fixes

v3.0.2

02 Jun 02:56
8449ab0
Compare
Choose a tag to compare

3.0.2 (2024-06-02)

Bug Fixes

  • bump dependency versions, migrate eslint config (8449ab0)

v3.0.1

11 Dec 18:39
6cc5fa8
Compare
Choose a tag to compare

3.0.1 (2023-12-11)

Bug Fixes

v3.0.0

11 Nov 04:13
5b05d98
Compare
Choose a tag to compare

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

  • Move to yarn 4 and only output a cjs build, drop support for node 14

  • update build

v2.2.6

08 Nov 22:09
9318da1
Compare
Choose a tag to compare

2.2.6 (2023-11-08)

Bug Fixes

  • conversion for anyOf type: null to nullable: true (#44) (9318da1)

v2.2.5

28 Mar 13:01
ade6d2f
Compare
Choose a tag to compare

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

07 Nov 19:59
e5e74e7
Compare
Choose a tag to compare

2.2.4 (2022-11-07)

Bug Fixes

  • esm-path: Fixes esm import path, some typescript errors (#40) (e5e74e7)

v2.2.3

08 Aug 15:50
499e9f5
Compare
Choose a tag to compare

2.2.3 (2022-08-08)

Bug Fixes

v2.2.2

05 Aug 14:57
eaab2be
Compare
Choose a tag to compare

2.2.2 (2022-08-05)

Bug Fixes

  • cli: cli was broken due to bin not included in dist (#33) (eaab2be)

v2.2.1

05 Aug 14:55
315747a
Compare
Choose a tag to compare

2.2.1 (2022-08-05)

Bug Fixes

  • clean up some types and small fixes (#31) (315747a)