Releases: antoninmasek/laravel-hashids
Releases · antoninmasek/laravel-hashids
1.0.0
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
What's Changed
- Add Laravel 10 Support by @sweptsquash in #1
New Contributors
- @sweptsquash made their first contribution in #1
Full Changelog: 0.1.0...0.2.0
0.1.0
- Initial release
Full Changelog: https://github.com/antoninmasek/laravel-hashids/commits/0.1.0