Skip to content

Latest commit

 

History

History
executable file
·
36 lines (22 loc) · 699 Bytes

CHANGELOG.md

File metadata and controls

executable file
·
36 lines (22 loc) · 699 Bytes

Changelog

All notable changes to laravel-sluggable will be documented in this file

1.5.1 - 2017-08-19

  • fix bugs when using a custom separator

1.5.0 - 2017-04-13

  • add usingSeparator()

1.4.1 - 2017-04-11

  • ignore global scopes when determining a unique slug

1.4.0 - 2017-01-24

  • add support for Laravel 5.4

1.3.0 - 2016-11-14

  • add doNotGenerateSlugsOnCreate and doNotGenerateSlugsOnUpdate

1.2.0 - 2016-06-13

  • Added the ability to generate slugs from a callable

1.1.0 - 2016-01-24

  • Allow custom slugs

1.0.2 - 2016-01-12

  • Fix bug when creating slugs from null values

1.0.1 - 2015-12-27

  • Fix Postgres bug

1.0.0 - 2015-12-24

  • Initial release