Releases: DCzajkowski/auth-tests
Releases · DCzajkowski/auth-tests
Laravel 8.0 release
Upgraded Laravel to v8.0
- Dropped PHP 7.2 support
- Changed the default User class namespace
- Changed the default import sorting method
- Changed the factory function into the new class-based approach
- Replaced the deprecated phpunit method #53
- Added a deprecation notice to the README
Fixed the default formatting #52
Laravel 7.0 release
This release does not contain any code changes and is just a simple version compatibility bump
Laravel 6.4 compatibility
Laravel 6.4 compatibility (#32)
- Fixed failing tests for Laravel 6.4 release (
testUserCannotViewAnEmailPasswordFormWhenAuthenticated
andtestUserCannotViewAPasswordResetFormWhenAuthenticated
) - removed
guestMiddlewareRoute
helper function as it is not used anymore
Laravel 6.0 compatibility
Laravel 6.0 compatibility (#29)
- EmailVerification Updated to Hash
- Bump required Laravel version
- Use POST requests for verification resend route
- Pass entire user object into validVerificationVerifyRoute and invalidVerificationVerifyRoute method
- Change make:auth command to laravel/ui
- Fix missing --auth flag in ui preset setup
- Force version 6.0 of Laravel
- Update readme with new frontend preset
[RC1] Laravel 6.0 compatibility
Laravel 6.0 compatibility (#29) * EmailVerification Updated to Hash * Bump required Laravel version * Use POST requests for verification resend route * Pass entire user object into validVerificationVerifyRoute and invalidVerificationVerifyRoute method * Change make:auth command to laravel/ui * Fix missing --auth flag in ui preset setup * Force version 6.0 of Laravel * Update readme with new frontend preset
Changed the way a too many login attempts message is asserted against
It should make the tests language-agnostic. Technically speaking this should be a non-breaking change. If you encounter any issues please file an issue on GitHub.
Small fix and small improvement
- Accommodated for a new feature with invalidating all sessions (#16)
- Using
Hash::make()
instead ofbcrypt()
helper function
Laravel 5.8 release
Update Laravel version for 5.8 release
Fixed a typo
Fix non-assigned variable
Merge pull request #13 from DCzajkowski/shit Fix