Releases: sindresorhus/decamelize
Releases · sindresorhus/decamelize
v6.0.0
v5.0.1
- Improve performance 696d530
v5.0.0
Breaking
- The
separator
argument moved from being a top-level argument to the options-object:
-decamelize('unicornRainbow', '-');
+decamelize('unicornRainbow', {separator: '-'});
Improvements
- Add
preserveConsecutiveUppercase
option (#30) b8a3e65
v4.0.0
v3.2.0
v3.1.1
v3.1.0
- Ensure the
separator
argument is a string 19a4230