All notable changes to laravel-sluggable
will be documented in this file
- fix bugs when using a custom separator
- add
usingSeparator()
- ignore global scopes when determining a unique slug
- add support for Laravel 5.4
- add
doNotGenerateSlugsOnCreate
anddoNotGenerateSlugsOnUpdate
- Added the ability to generate slugs from a callable
- Allow custom slugs
- Fix bug when creating slugs from null values
- Fix Postgres bug
- Initial release