Skip to content

Releases: estahn/phpunit-json-assertions

v4.0.0

22 Jun 07:05
c1e794a
Compare
Choose a tag to compare

4.0.0 (2021-06-22)

Thanks to @J-T-McC for adding PHP8 support.

Features

BREAKING CHANGES

  • removes support for PHP versions prior 7.4

v3.0.0

26 Oct 06:31
e75e20d
Compare
Choose a tag to compare

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)

v2.0.1

20 Aug 04:53
Compare
Choose a tag to compare

2.0.1 (2018-08-20)

Bug Fixes

  • assertInternalType invalid when $expected is NULL (2f66884)

v2.0.0

20 Jul 12:15
ec7dd1e
Compare
Choose a tag to compare

2.0.0 (2018-07-20)

Features

BREAKING CHANGES

  • Due to the nature of this change we will drop support
    for PHP 5.x.

Bump justinrainbow/json-schema to 2.0

03 Aug 00:15
Compare
Choose a tag to compare
Bump justinrainbow/json-schema to 2.0 (#13)

Bump justinrainbow/json-schema to 2.0

Add method to asserts that a response is successful and of type json

21 Mar 08:38
Compare
Choose a tag to compare

Symfony Extension

16 Mar 14:13
Compare
Choose a tag to compare

An extension providing assert methods accepting a Symfony\Component\HttpFoundation\Response as input instead of a JSON array/object.

Bugfixes

16 Mar 06:49
Compare
Choose a tag to compare
  • Multiple small changes
  • Fixed schema reference loading

Initial Release

16 Mar 05:50
Compare
Choose a tag to compare
v0.1.0

Fix phpunit.xml.dist whitelist