Ruby JSON Schema Validator v2.8.0 Release Notes
Release Date: 2017-02-07 // over 6 years ago-
Closed issues:
- ๐ JSON::Validator.fully_validate(filename, data) fails when trying to parse filename as JSON #366
- 2.7.0 fails validating not required fields #364
- Unable to activate json-schema-2.6.2, because addressable-2.4.0 conflicts with addressable (~> 2.3.8) #356
- Missing comma after empty array not detected as invalid #352
- ๐ JSON::Util::URI.parse memory leak #329
- โ additionalProperties is tested and implemented incorrectly #321
๐ Merged pull requests:
- โก๏ธ Updated ruby versions for travis #372 (iainbeeston)
- Load local copy of draft schemas #362 (iainbeeston)
- ๐ Made sure clear_cache also clears the cache of parsed uris #361 (iainbeeston)
- Simplified
#validator_for
methods #346 (iainbeeston) - ๐ Moved Validator#absolutized_uri and RefAttribute's ref parsing into the URI module #345 (iainbeeston)
- ๐ Deprecated
JSON::Validator#validate2
#336 (iainbeeston) - Deprecated #extend_schema_definition #335 (iainbeeston)
- ๐ Use self or self.class rather than fully qualified class names #333 (iainbeeston)
- โ Stopped the additional properties test from using class_eval #332 (iainbeeston)