Skip to content

Releases: epiphone/class-validator-jsonschema

v2.1.1

20 Jan 03:29
Compare
Choose a tag to compare

Bugfixes

  • Restrict class-transformer peer dependency to versions 0.2.3 - 0.3.1 since 0.3.2 comes with (for now) incompatible changes (#56)

v2.1.0

31 Dec 06:00
Compare
Choose a tag to compare

Check https://github.com/epiphone/class-validator-jsonschema/blob/master/CHANGELOG.md for previous versions

Features

  • Handle class-validator's IsObject, IsEmptyObject, Allow and class-transformer's Exclude decorators (#53)

Improvements

  • Add { not: { type: 'null' } } to IsDefined schema (#53)
  • Move from TravisCI to Github Actions, yarn to npm + update dependencies (#51)