Releases: chrysanthos/password-history
Releases · chrysanthos/password-history
4.0.1 - Maintenance release
4.0.0 - The user_id field is now big integer by default
Upgrade guide
If you are planning on switching from integers to big integers you need to create a migration that removes the index, converts the columns to be of bigInteger
and re-add the index.
Note
Technically this is not a breaking if you published the migration already but tagging this as a major version just in case.
3.0.0: Laravel 9 Support
Laravel 9 Support (#8) * wip * tests * Update CHANGELOG.md * wip * wip * wip * wip * wip
Laravel 8 Support
Add support for Laravel 8 (#4) Addresses #3
Laravel 7 Support
2.0.0 Update changelog
1.0.1
Add tests