Skip to content

Releases: huynhsamha/js-convert-case

v4.2.0

26 Dec 04:52
Compare
Choose a tag to compare

Features / Enhancements

  • Kebab case: Support kebab-case with 2 functions toKebabCase and kebabKeys. Relating to issue #10.

v4.1.2

01 May 04:48
Compare
Choose a tag to compare

Features / Enhancements

  • Extends: Allow keeping types on recursion, for example, Date object. Relating to issue #11.

v4.1.1

13 Jan 13:18
Compare
Choose a tag to compare

Features / Enhancements

  • TypeScript: Define typed declaration file in package.json. Relating to PR #8.

v4.1.0

19 Aug 13:42
7c075c4
Compare
Choose a tag to compare

Features / Enhancements

  • Extends: Recursive in sub-keys with array value. Relating to issue #6, PR #7.