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
andIsNegative
class-validator decorators now produce output like{ "exclusiveMinimum": 0 }
instead of{ "minimum": 0, "exclusiveMinimum": true }
(see JSON Schema docs).
- The
Full Changelog: v4.0.0...v5.0.0