Skip to content

1.0.11

Compare
Choose a tag to compare
@JamesNK JamesNK released this 29 Aug 08:40
· 323 commits to master since this release
  • New feature - Improved validation performance
  • Change - Changed invalid pattern properties to raise an event instead of an error
  • Change - Changed invalid id and reference errors to be wrapped in a better error message
  • Change - Changed incorrect ValidationError property setters to be private
  • Fix - Fixed schema id sometimes not being set on ValidationError
  • Fix - Fixed not raising schema errors in resolved schemas
  • Fix - Fixed not raising duplicate ids events on schemas with no referenced schemas
  • Fix - Fixed error when there are multiple duplicate ids
  • Fix - Fixed dictionaries to use Ordinal string comparison
  • Fix - Fixed many schema id resolution bugs
  • Fix - Fixed invalid ids to throw a wrapped exception