Skip to content

Releases: jsonrainbow/json-schema

v1.3.7

25 Aug 02:55

Choose a tag to compare

  • #106 Fix UriRetriever::combineRelativePathWithBasePath() does not qualify UriResolverException
  • #104 Constraint::check() uses wrong indefinite article in error message to express the type constraint
  • #101 replace invalid filesystem dependent directory separator references
  • #107 Added PHP 5.6 and HHVM to travis.yml
  • #99 Use mb_strlen instead of strlen when mbstring extension is available.
  • #98 Fix constraint errors getter
  • #100 minor fix of BasicTypeTests
  • #103 Fix required property validation

v1.3.6

05 Mar 15:07

Choose a tag to compare

  • #92 added configurable maximum recursion depth
  • #95 Fix a case of 2 invalid oneOf were considered valid
  • #94 Add support for additionalProperties set to true

v1.3.5

13 Dec 15:27

Choose a tag to compare

  • #86 - add specific php version 5.3.3 to travis build to validate issue #84
  • #85 - remove abstract declaration of 'retrieve' which duplicated interface declaration

v1.3.4

08 Dec 21:25

Choose a tag to compare

  • #54 - Fix UriRetriever test
  • #60 - bugfix: JsonDecodingException message
  • #73 - Ignore mime type on json-schema.org
  • #72 - show path info in invalid-schema exception
  • #74 - Cache schemas
  • #75 - Fix for #62, #63, #64: automatically detect schema URL
  • #78 - Add *Of properties to RefResolver
  • #79 - fixed "empty array"-bug
  • #83 - Validation with oneOf, allOf and anyOf only if property is set
  • #68 - Add Sphinx Doc and PHPDocumentor to Travis-CI