Skip to content

Default values and early failing mode

Compare
Choose a tag to compare
@erosb erosb released this 24 Jan 21:52
· 434 commits to master since this release

Improvements

  • supporting the "default" keyword
  • adding an early-failing validation mode

Bugfixes

  • fixing null handling as a possible enum value - reported in #126
  • fixing regression in "uri" format validation in draft-v4 mode, thanks for @lmontrieux for the bugfix
  • fixing ConstSchema#toString() implementation - reported in #138