All notable changes to laravel-model-hashid
will be documented in this file.
- Str use path fixed in Generator.php by @frkcn in deligoez#20
- Fix if prefix and separator are both empty by @terranc in #18
- Feat: resolve route binding query using
resolveRouteBindingQuery()
by @bensherred in #16 - Test: Return null if the hash ID prefix does not match the model prefix @bensherred in #17
- Add support for Laravel 9 by @laravel-shift in #14
- Introduce
findOrByHashId
Mixin - Fix route model binding with a prefix length of -1 by @striebwj in #9
- Add support for model-specific prefix by @plunkettscott in #6
- Add PHP 8.1 support
- Add Laravel 9 support
- Drop Laravel 8 support (Continue to use v1 if you're on Laravel 8)
- Fixes, Type Hints
- Fix config parameter for model generators
- Initial release 🎉