Skip to content

Releases: sindresorhus/decamelize

v6.0.0

01 Oct 02:34
Compare
Choose a tag to compare

Breaking

v5.0.1...v6.0.0

v5.0.1

29 Sep 10:26
Compare
Choose a tag to compare

v5.0.0...v5.0.1

v5.0.0

11 Jan 07:36
Compare
Choose a tag to compare

Breaking

  • The separator argument moved from being a top-level argument to the options-object:
-decamelize('unicornRainbow', '-');
+decamelize('unicornRainbow', {separator: '-'});

Improvements

v4.0.0...v5.0.0

v4.0.0

26 Jan 03:04
Compare
Choose a tag to compare

If you need Firefox support, stay on version 3.

Breaking

  • Require Node.js 10 and drop xregexp dependency (#22) 7ac6111

Fixes

  • Fix handling of capitalized word which ends with a number (#23) 26c7530

v3.2.0...v4.0.0

v3.2.0

05 Apr 21:30
Compare
Choose a tag to compare
  • Refactor TypeScript definition to CommonJS compatible export (#17) 0a1f3c3

v3.1.1...v3.2.0

v3.1.1

22 Mar 10:46
Compare
Choose a tag to compare

v3.1.0...v3.1.1

v3.1.0

21 Mar 15:49
Compare
Choose a tag to compare
  • Ensure the separator argument is a string 19a4230

v3.0.0...v3.1.0

v3.0.0

06 Mar 16:08
Compare
Choose a tag to compare

Breaking:

Enhancement:

v2.0.0...v3.0.0