[go: nahoru, domu]

Skip to content

Releases: kbrabrand/camelize-ts

v3.0.0

24 Apr 20:57
14a56c6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.5.0...v3.0.0

v2.5.0

17 Apr 08:05
c4988cb
Compare
Choose a tag to compare

Bug 🐛

  • Don't touch Date or RegExp in type conversion (see #45)

v2.4.0

15 Apr 20:21
8733ca8
Compare
Choose a tag to compare

Bug 🐛

  • Fix typings when camelizing arrays (see #47)

v2.3.0

13 Feb 08:13
cf2c6a9
Compare
Choose a tag to compare

Features ✨

  • Add argument for performing a shallow camelize (see #42)

v2.2.0

13 Dec 20:22
ce8b2c0
Compare
Choose a tag to compare

Bugfixes 🐛

  • Fix typing for optional properties (see #40)

v2.1.1

04 Apr 09:29
Compare
Choose a tag to compare

Bugfixes 🐛

  • Casing of strings is now preserved in the return type, matching the existing behavior (see #22)