npm class-validator-jsonschema 5.0.0
v5.0.0

latest release: 5.0.1
18 months ago

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

Don't miss a new class-validator-jsonschema release

NewReleases is sending notifications on new releases.