Skip to content

v5.0.0

Compare
Choose a tag to compare
@epiphone epiphone released this 14 Jan 05:55
· 5 commits to master since this release

Breaking changes

  • Upgrade to openapi3-ts v3.0.0 (#99)
    • The JSONSchema decorator parameter type now uses updated JSON Schema type from openapi3-ts v3.
    • IsPositive and IsNegative class-validator decorators now produce output like { "exclusiveMinimum": 0 } instead of { "minimum": 0, "exclusiveMinimum": true } (see JSON Schema docs).

Full Changelog: v4.0.0...v5.0.0