Skip to content

Releases: cocur/slugify

Version 0.9 (29 May 2014)

29 May 09:52
Compare
Choose a tag to compare
Pre-release
  • #28 Add Symfony2 service alias and make Twig extension private (by Kevin Bond)

Version 0.8 (18 April 2014)

18 Apr 11:03
Compare
Choose a tag to compare
Pre-release
  • #27 Add support for Arabic characters (by Davide Bellini)
  • Added some missing characters
  • Improved organisation of characters in Slugify class

Version 0.7 (4 April 2014)

04 Apr 08:05
Compare
Choose a tag to compare
Pre-release

This version introduces optional integrations into Symfony2, Silex and Twig. You can still use the library in any other framework. I decided to include these bridges because there exist integrations from other developers, but they use outdated versions of cocur/slugify. Including these small bridge classes in the library makes maintaining them a lot easier for me.

  • #23 Added Symfony2 service
  • #24 Added Twig extension
  • #25 Added Silex service provider

Version 0.6 (2 April 2014)

02 Apr 12:57
Compare
Choose a tag to compare
Pre-release

Version 0.5 (28 March 2014)

28 Mar 15:02
Compare
Choose a tag to compare
Pre-release

Version 0.4.1 (9 March 2014)

09 Mar 11:54
Compare
Choose a tag to compare
Pre-release

Version 0.4 (17 January 2014)

17 Jan 08:13
Compare
Choose a tag to compare
Pre-release

Nearly completely rewritten code, removes iconv support because the underlying library is broken. The code is now better and faster. Many thanks to Marchenko Alexandr.

Version 0.3 (12 January 2014)

12 Jan 14:45
Compare
Choose a tag to compare
Pre-release
  • #11 PSR-4 compatible (by mac2000)
  • #13 Added editorconfig (by mac2000)
  • #14 Return empty slug when input is empty and removed unused parameter (by mac2000)