Skip to content

Version 1.1.0

Compare
Choose a tag to compare
@cebe cebe released this 21 Jun 15:46
· 288 commits to master since this release
39b50b6

This release brings the following changes:

  • #30 Added separate classes to implement JSON Reference and JSON pointer
  • #30 Improve error handling and document navigation by providing each object with context information.
    Context information contains the base document and the JSON pointer to the objects position in the document.
    This can be used to navigate to parent and sibling elements easily. Such navigation was not possible before.
    It also allows for more convenient error reporting as the errors are annotated with their position in the document.
  • #29 Fixed handling of recursive structures in Schema definitions.
  • correct PHPDoc for properties @property-read was used even though properties are writeable now.