Skip to content

Releases: justinrainbow/json-schema

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

v1.6.1

25 Jan 17:08
Compare
Choose a tag to compare

#213 Fix exclusive min/max strictness
#217 fixup dev-master alias
#218 feat(composer): require PHP 5.3.29 (PHP 5.3.x EOL version) minimum
#221 feat(Factory): add setConstraintClass
#222 feat(travis): pivot to container-based infrastructure

v1.6.0

06 Jan 14:41
Compare
Choose a tag to compare

#142 Optional extra arguments for custom error messages
#143 Add constraint factory
#192 Create .gitattributes
#194 bugfix: patternProperties raised errors when the pattern has slashes
#202 Fix CollectionConstraint to allow uniqueItems to be false
#204 Fix path output for required properties
#206 An email is a string, not much else.
#207 Fix non-6 digit microsecond date time formats
#209 RefResolver::$depth restoration after JsonDecodingException

v1.5.0

08 Sep 22:29
Compare
Choose a tag to compare

#182 Fix #93 ($ref to local definition not working)