Skip to content

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

0.1.4

10 Dec 16:11
d94d7f2
Compare
Choose a tag to compare

Convert schema of patternProperties using the convertProperties method (#1).

0.1.3

09 Dec 21:12
c38bad1
Compare
Choose a tag to compare

🐛 Bug fix

When an object was inside a nullable one/any/allOf struct, it was not recursively converted (#3).

Thanks to @ctrl-f5!

0.1.2

02 Dec 12:19
Compare
Choose a tag to compare

🐛 Bug fixes

  • Fixed namespace casing that created issues with autoloaders (#2) thanks to @ctrl-f5

0.1.1

12 Apr 16:08
Compare
Choose a tag to compare

Add support for nullable oneOf/anyOf/allOf.

Diverging from upstream, where this is not fixed yet: mikunn/openapi-schema-to-json-schema#31

0.1.0

04 Apr 10:07
Compare
Choose a tag to compare

First release.