Releases: sindresorhus/slugify
Releases · sindresorhus/slugify
v0.8.0
- Add languages Persian, Pashto and Urdu (#22) 2491754
v0.5.0
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: