github Stranger6667/jsonschema ruby-v0.43.0
[Ruby] Release 0.43.0

latest releases: ruby-v0.46.5, python-v0.46.5, rust-v0.46.5...
3 months ago

Added

  • validator_cls_for(schema) function to detect and return the appropriate validator class for a schema.

Fixed

  • anyOf, format, unevaluatedProperties, and unevaluatedItems now correctly collect annotations per spec.

Performance

  • Optimize pattern and patternProperties for ^(a|b|c)$ alternations via linear array scan.
  • Optimize ^\S*$ patterns by replacing regex with a direct ECMA-262 whitespace check.

Don't miss a new jsonschema release

NewReleases is sending notifications on new releases.