File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1212- Made the ` :clear_cache ` option for ` validate ` also clear the URI parse cache
1313- Moved ` JSON::Validator.absolutize_ref ` and the ref manipulating code in
1414 ` JSON::Schema::RefAttribute ` into ` JSON::Util::URI `
15- - Deprecated ` JSON::Validator#validator_for ` in favor of ` JSON::Validator#validator_for_uri `
16- - Deprecated ` JSON::Validator.validate2 ` in favor of ` JSON::Validator.validate! `
17- - Deprecated ` JSON::Schema::Validator#extend_schema_definition ` in favour of subclassing
1815- Made validation errors refer to json schema types not ruby types
1916
17+ ### Deprecated
18+ - ` JSON::Validator#validator_for ` in favor of ` JSON::Validator#validator_for_uri `
19+ - ` JSON::Validator.validate2 ` in favor of ` JSON::Validator.validate! `
20+ - ` JSON::Schema::Validator#extend_schema_definition ` in favour of subclassing
21+
2022## [ 2.7.0] - 2016-09-29
2123
2224### Fixed
You can’t perform that action at this time.
0 commit comments