Skip to content

v0.8.6

Compare
Choose a tag to compare
@philsturgeon philsturgeon released this 18 Dec 20:12
· 96 commits to master since this release
5500ddc

Added

  • notContain rulesets can now support pattern matching. (#208 via @erunion)

Fixed

  • Support options after the command name, and at the end of the command (#229)

Improved

  • Bumped json-schema-to-openapi-schema to v0.3.0 to handle if/then/else, const, exclusiveMiniumum/exclusiveMaximum, and empty items in type: array. Thanks @MikeRalphson!