Releases: jsonrainbow/json-schema
v4.0.1
v4.0.0
#304 Return points, spelling and dead code
#308 Add support for type coercion
#310 performance improvements
#314 Updated to check that $ref is a string
#316 fix(NumberConstraint): force positive value on first arg
#317 Add support for $ref on properties
#318 chore(phpunit): ignore local phpunit.xml
#319 feat(demo): add simple demo script
v3.0.1
v3.0.0
#234 Fix: allow explicit 0 secfracs in datetime format
#276 use JsonPointer for path handling
#277 New way of handling references
#278 Exception interface
#282 fix instancing wrong type, breaks inheritance
#283 move MinMaxPropertiesTest to proper location
#286 Support json_decode assoc
#287 Updating to use more correct hostname regex. This fixes #129
#290 Cache the results of RefResolver::resolve()
#292 Fix #291 failed tests with lestest PHP
#294 Change error reporting for invalid types with multiple valid types
v2.0.5
v2.0.4
v2.0.3
v2.0.2
v2.0.1
v2.0.0
#174 Enhancement: Require more recent phpunit/phpunit
#223 Fix: Remove conditions never evaluating to true
#227 Fix: Generate coverage on one PHP version only
#231 fix(composer): reduce minimum php to 5.3.3
#232 Moving constraints min- and maxProperties to ObjectConstraint
#238 add rfc3339 helper class
#245 #240 Fix RefResolver and make it compatible with draft-04
#246 chore(LICENSE): switch to MIT