Skip to content

Releases: jsonrainbow/json-schema

v5.2.6

21 Oct 13:17
Compare
Choose a tag to compare

#460 Backports for 5.2.6

v5.2.5

10 Oct 13:23
Compare
Choose a tag to compare

Backports for 5.2.5 #457

v5.2.4

05 Oct 00:27
Compare
Choose a tag to compare

Fresh tag to rectify 5.2.3 mistag.

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