Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 1.24 KB

CHANGELOG.md

File metadata and controls

36 lines (20 loc) · 1.24 KB

Changelog

1.3.1 (19.06.2020)

Fixes

  • Support punctuation in :ignore option (#10)

1.3.0 (12.02.2020)

Enhancements

  • Stop using deprecated String.normalize/2 (d4d675)
  • Require Elixir 1.8 and OTP 20 (8e56cf)

1.2.0 (27.08.2019)

Enhancements

  • Diacritical marks no longer delimit word boundaries (8cb03e)
  • Add Latin Extended-D character set (6435e8)

Fixes

  • Delimit words with pre-existing separators (#6)

1.1.0 (23.06.2017)

Enhancements

  • Add :truncate option to limit slug length to the nearest word (116aa1)
  • Support passing codepoints (e.g. ?-) as a separator (8aaa94)

1.0.0 (22.06.2017)

Initial release 🎉