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