Skip to content

Releases: chrysanthos/password-history

4.0.1 - Maintenance release

15 Jan 18:59
0408051
Compare
Choose a tag to compare

4.0.0 - The user_id field is now big integer by default

27 Oct 19:56
62975b4
Compare
Choose a tag to compare

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

08 Feb 19:26
1dcc476
Compare
Choose a tag to compare
Laravel 9 Support (#8)

* wip

* tests

* Update CHANGELOG.md

* wip

* wip

* wip

* wip

* wip

Laravel 8 Support

08 Oct 06:26
54ef9fc
Compare
Choose a tag to compare
Add support for Laravel 8 (#4)

Addresses #3

Laravel 7 Support

09 Mar 16:20
Compare
Choose a tag to compare
2.0.0

Update changelog

1.0.1

13 Jan 22:05
Compare
Choose a tag to compare
Add tests