Skip to content

1.0.0

Latest
Compare
Choose a tag to compare
@antoninmasek antoninmasek released this 01 Apr 04:48
· 1 commit to main since this release

I've been using this package for quite some time and it feels stable. At the same time, I made a breaking change when changing the default alphabet in the config so I decided to release v 1.0.0

Added

  • Support for Laravel 11

Changed

  • Default alphabet in the config file

How to migrate

To make sure the package works as before update your config/hashids.php as follows:

'alphabet' => 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890',