Skip to content

Releases: sindresorhus/slugify

v0.9.1

05 Apr 07:02
Compare
Choose a tag to compare
  • Refactor TypeScript definition to CommonJS compatible export (#27) 2f37f26

v0.9.0...v0.9.1

v0.9.0

08 Mar 08:25
Compare
Choose a tag to compare

Breaking:

  • Require Node.js 8

Enhancements:

v0.8.0...v0.9.0

v0.8.0

14 Jan 02:37
Compare
Choose a tag to compare
  • Add languages Persian, Pashto and Urdu (#22) 2491754

v0.7.0

03 Jan 04:36
Compare
Choose a tag to compare

v0.6.0

31 Oct 07:00
Compare
Choose a tag to compare

v0.5.0

30 Oct 18:38
Compare
Choose a tag to compare

Breaking:

  • Do custom replacements as the first transformation. 1edd655
    This means if you want to replace a character and then have it separated by dashes, you need to change customReplacements: [['🦄', 'unicorn']] to customReplacements: [['🦄', ' unicorn ']].

Other: