Skip to content

Releases: antoninmasek/laravel-hashids

1.0.0

01 Apr 04:48
Compare
Choose a tag to compare

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',

0.2.0

16 Feb 16:33
8ccf234
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.1.0...0.2.0

0.1.0

23 Jul 13:39
Compare
Choose a tag to compare