Skip to content

v3.0.0

Compare
Choose a tag to compare
@estahn estahn released this 26 Oct 06:31
· 9 commits to master since this release
e75e20d

3.0.0 (2018-10-26)

  • BREAKING CHANGE: Upgrade libraries, changing interfaces and introduci… (#19) (e75e20d), closes #19

BREAKING CHANGES

  • Upgrade libraries, changing interfaces and introducing schema storage

  • justinrainbow/json-schema has been upgraded to the latest version (5.x)

  • Interface for assertJsonMatchesSchema has changed from assertJsonMatchesSchema($schema, $content) to assertJsonMatchesSchema($content, $schema = null)

  • Support for schema storage within traits (see README.md)