Skip to content

Releases: jsonrainbow/json-schema

v4.0.1

09 Nov 19:23
Compare
Choose a tag to compare

#322 handle coercion of multiple types
#325 handle negative integers
#326 update readme for 4.0.0
#328 add php lang tag to code block
#330 [BUGFIX] Use unicode matching for patterns

v4.0.0

10 Oct 12:45
Compare
Choose a tag to compare

#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

26 Aug 12:46
Compare
Choose a tag to compare

#306 Master is not 2.0.x anymore but 3.0.x

v3.0.0

15 Aug 16:46
Compare
Choose a tag to compare

#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

02 Jun 11:05
Compare
Choose a tag to compare

#272 chore(composer): remove version in favor of VCS tags
#273 Throw ResourceNotFoundException outside of re-defined error-handler
#275 Fix constraint of error

v2.0.4

24 May 17:38
Compare
Choose a tag to compare

#271 Revert "Do not override error handler"

v2.0.3

10 May 20:39
Compare
Choose a tag to compare

#262 Do not override error handler

v2.0.2

09 May 16:23
Compare
Choose a tag to compare

#261 Fixes min/max properties validation for non objects

v2.0.1

28 Apr 14:36
Compare
Choose a tag to compare

#259 feat(UriRetriever): application/json support

v2.0.0

14 Apr 16:30
Compare
Choose a tag to compare

#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