The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for perl distribution JSON-Validator

0.60 2015-11-09T14:35:56+0000
 - Can use TO_JSON() when validating perl objects

0.59 2015-10-14T17:19:53+0200
 - Move "collectionFormat" support to Swagger2

0.58 2015-10-13T14:47:25+0200
 - Fix string "0" is not detected as boolean

0.57 2015-10-11T13:20:45+0200
 - Trust guesswork if input data is undefined

0.56 2015-09-30T11:43:49+0200
 - Can read YAML::XS booleans automatically #8
 - Change coerce() into a method. #8
 - Remove EXPERIMENTAL coerce attribute #8
 - Remove EXPERIMENTAL JSON_VALIDATOR_COERCE_VALUES and SWAGGER_COERCE_VALUES #8

0.55 2015-09-29T19:01:05+0200
 - Fix "required" cannot be a boolean on properties
 - Improved documentation of error object
 - Change anyOf/allOf/oneOf error message

0.54 2015-09-27T13:33:02+0200
 - Add support for $ref to relative path #3 #4 #5
 - Removed Swagger specific type "file"
 - Removed Swagger specific formats: "byte", "date", "double", "float", "int32" and "int64".

0.53 2015-09-13T10:52:16+0200
 - Fix properties, patternProperties, additionalProperties interaction - patternProperty invalidates property
 - Fix validation for a keyword and instance SHOULD succeed when keywords does not match primitive type
 - Fix allOf with base schema - mismatch base schema
 - Fix checking for a boolean "required"

0.52 2015-09-05T13:52:39+0200
 - Add guessing of schema type, based on other attributes
 - More strict on what is validated as "boolean"
 - Fix additionalItems are allowed by default
 - Fix additionalProperties allows a schema which should validate
 - Fix validating "enum"
 - Fix validating "array" against "additionalItems"
 - Fix bugs after running
   https://github.com/Relequestual/Test-JSON-Schema-Acceptance to validate

0.51 2015-08-24T16:19:06+0200
 - Fix "$ref" pointing to a file on disk #1

0.50 2015-08-23T15:07:08+0200
 - Fix missing namespace when registering new document
 - Made cache_dir() public
 - Bundled spec for json-schema and swagger

0.49 2015-08-23T00:51:08+0200
 - Fix loading schema from files

0.48 2015-08-22T21:23:55+0200
 - Merged core functionality from Swagger2 and Swagger2::SchemaValidator
   into this module, JSON::Validator
   See https://metacpan.org/source/JHTHORSEN/Swagger2-0.47/Changes for
   previous Changes (<=0.47)
 - Fix coercing collectionFormat strings into integers and numbers
 - Add support for reading schemas from __DATA__ section