Skip to content

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

v2.2.5

28 Mar 13:01
ade6d2f

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

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

Choose a tag to compare

2.2.3 (2022-08-08)

Bug Fixes

v2.2.2

05 Aug 14:57
eaab2be

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

Choose a tag to compare

2.2.1 (2022-08-05)

Bug Fixes

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

v2.2.0

03 Aug 20:20
3544cdb

Choose a tag to compare

2.2.0 (2022-08-03)

Features

  • windows test bug, add support for derefencing definitions (#30) (3544cdb)

v2.1.1

29 Dec 19:31

Choose a tag to compare

2.1.1 (2021-12-29)

Bug Fixes

  • change converter return type to a promise (#23) (90c99dc)

v2.1.0

29 Jul 07:57
b0df26e

Choose a tag to compare

2.1.0 (2021-07-29)

Features

  • add command line to convert files (#24) (b0df26e)

v2.0.0

03 Jun 19:56
f6cf737

Choose a tag to compare

2.0.0 (2021-06-03)

Bug Fixes

  • do not swallow errors from dereferencing (#22) (f6cf737)

BREAKING CHANGES

  • derefencing errors are thrown

v1.3.0

17 Mar 12:25
631342c

Choose a tag to compare

1.3.0 (2021-03-17)

Features