Skip to content

Releases: jsonrainbow/json-schema

v5.2.3

05 Oct 00:24
Compare
Choose a tag to compare

#453 Backports for 5.2.3

v5.2.2

03 Oct 00:55
Compare
Choose a tag to compare

#431 Backports for 5.2.2 (Part 1)
#432 Added property name in draft-3 required error
#433 Backports for 5.2.2 (Part 2)
#450 Backports for 5.2.2 (Part 3)

v5.2.1

16 May 21:09
Compare
Choose a tag to compare

#353 Validation of JSON-Schema
#405 fix bug when applying defaults
#408 SchemaStorage::addSchema() should call BaseConsstraint::arrayToObjectRecursive() on the provide schemas
#409 [BUGFIX] Cast empty schema arrays to object
#411 [BUGFIX] Split $objectDefinition into $schema and $properties
#415 Issue-414: Allow The Option of T or space for Date time.
#416 Testcase for minProperties with properties defined + Fix Test
#419 [BUGFIX] Split "uri" format into "uri" & "uri-reference", fix meta-schema bug
#421 [BUGFIX] Tweak phpdocumentor dependency to avoid install conflicts

v5.2.0

22 Mar 22:43
Compare
Choose a tag to compare

#362 (package:// URIs and bundle local copy of the spec schemas)
#372 (bugfix for issue #371)
#378 (bugfix for #376, add provided schema under a dummy URI)
#382 (add quiet / verbose options to CLI script)
#383 (add CHECK_MODE_DISABLE_FORMAT)
#366 (more unit tests)
#389 (allow assoc array as schema)
#398 (enable FILTER_FLAG_EMAIL_UNICODE if available)
#394 (anyOf / oneOf exceptions - bugfix for #393)
#365 (default recursion & bugfixes for #359 & #377, refactor defaults, other minor fixes)
#357 (schema validation)
#400 (remove stale files from #357)

v5.1.0

22 Feb 03:58
Compare
Choose a tag to compare

#349 Add option to apply default values from the schema
#354 Option to throw exceptions when an error is encountered
#355 Make code-style more consistent

v5.0.0

15 Feb 16:22
Compare
Choose a tag to compare

#347 Fix regex for Rfc3339 validation
#351 Add new config option, refactor coerce feature to use this, and simplify the public API

v4.1.0

22 Dec 16:47
Compare
Choose a tag to compare

#335 Fix various details in README.md
#336 Better coercion
#339 Added SchemaStorageInterface
#342 fix #341 validate-json command

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