Skip to content

Releases: jasonmccreary/laravel-test-assertions

v2.4.1

10 Jun 14:01
e60bc8c
Compare
Choose a tag to compare

Added

  • Compatibility with PhpUnit 11 (#47)

2.4.0

29 Feb 19:41
e506c4e
Compare
Choose a tag to compare

Added

  • Add assertion to route group middleware in #44
  • Laravel 11 Compatibility in #46

Removed

  • Support for Laravel 9 in #46
  • Support for PHPUnit 9 in #46

2.3.0

15 Mar 16:31
77d1812
Compare
Choose a tag to compare

Added

  • PHPUnit 10 Compatibility (#42)

Removed

  • Dropped support for Laravel 8 (77d1812)
  • Dropped support for PHP 7 (77d1812)

2.2.0

13 Feb 14:53
7bef0bf
Compare
Choose a tag to compare

Added

  • Support for Laravel 10 (#40)

2.1.1

20 Mar 13:49
2547c03
Compare
Choose a tag to compare

Fixed

  • Take excluded_middleware into account for middleware assertions (#38)

2.1.0

09 Feb 12:44
7d2fa95
Compare
Choose a tag to compare

Added

  • Support for PHP 8 and Laravel 9 (#36)

2.0.0

28 Sep 18:49
f70f51e
Compare
Choose a tag to compare

This is a superficial major version release. It marks the adoption of a new Support Policy by dropping support for old versions of Laravel (currently 6.x, 7.x). There are no changes to functionality or underlying code other than requiring the latest stable version of Laravel (currently 8.x).

This also removes the assertNotSoftDeleted assertion in favor of using the native assertNotSoftDeleted added in Laravel 8.62. As the first parameter matches, no code changes are required.

1.1.0

20 Feb 13:26
Compare
Choose a tag to compare

Added

  • assertJsonTypedStructure to verify data type of values (#19)
  • assertRouteUsesMiddleware assertion (#23)
  • assertNotSoftDeleted assertion (#28)
  • Create CHANGELOG (cbe01c6)

1.0.0

03 Apr 15:15
3ead011
Compare
Choose a tag to compare

This marks the 1.0 release as I finalized the trait naming.

Please note, if you were using this package before, you will need to rename all uses of the HttpTestAssertions trait to AdditionalAssertions.

0.5.1

11 Mar 15:57
100fd2f
Compare
Choose a tag to compare
v0.5.1

Fix issue with the new Symfony component (#12)