Releases: jasonmccreary/laravel-test-assertions
Releases · jasonmccreary/laravel-test-assertions
v2.4.1
2.4.0
2.3.0
2.2.0
2.1.1
2.1.0
2.0.0
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
1.0.0
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
v0.5.1 Fix issue with the new Symfony component (#12)