elm-community / string-extra

String helper functions for Elm.
http://package.elm-lang.org/packages/elm-community/string-extra/latest
BSD 3-Clause "New" or "Revised" License
34 stars 26 forks source link

Fix dasherize adding leading dash #57

Open cllns opened 1 year ago

cllns commented 1 year ago

Fixes #23

I think I actually prefer the approach @ianmackenzie suggested, with implementing this as a new hyphenate function and deprecating dasherize.

But the last comment on that issue seems to be OK with making this as a breaking change. However that was over 5 years ago so it's definitely open to reconsideration.