Releases: jasonmccreary/laravel-test-assertions
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)
0.5.0
v0.5.0 Class toggle for Laravel 7
0.4.1
v0.4.1 Merge pull request #8 from devonmather/Add-fix-for-invokable-controll…
0.4.0
Includes the following new assertions. Review the Assertions section of the README for documentation.
assertRouteUsesFormRequest
assertValidationRules
assertExactValidationRules
assertValidationRuleContains
0.3.0
Adds assertActionUsesMiddleware
to verify a controller action is using a middleware or set of middleware.