Skip to content

Releases: RossWilliams/ts-case-convert

v2.1.0

29 Sep 18:09
3d28eb7

Choose a tag to compare

2.1.0 (2024-09-29)

Features

v2.0.7

15 Jan 10:55
bfe6cb8

Choose a tag to compare

2.0.7 (2024-01-15)

Bug Fixes

v2.0.6

14 Dec 10:00
05203cd

Choose a tag to compare

2.0.6 (2023-12-14)

v2.0.5

10 Dec 19:39
a6b9313

Choose a tag to compare

2.0.5 (2023-12-10)

Bug Fixes

  • preserve date types when converting (ca3c6f5)

v2.0.4

10 Dec 19:20
c1ce1da

Choose a tag to compare

2.0.4 (2023-12-10)

Bug Fixes

  • switch buffer to uint8array to remove node-specific types (f28789a)

v2.0.3

10 Dec 17:37
bd900f2

Choose a tag to compare

2.0.3 (2023-12-10)

Bug Fixes

  • fixed hard dependency of Buffer on the global object (454e234)

v2.0.2

19 Feb 11:45
15af38b

Choose a tag to compare

2.0.2 (2022-02-19)

Bug Fixes

  • prevent Buffer values from being converted as Objects (21c0d6e)

v2.0.1

11 Feb 17:30
d123c38

Choose a tag to compare

2.0.1 (2022-02-11)

Bug Fixes

  • if the top-level object is an array, return an array type (19ca1ca), closes #55

v2.0.0

04 Feb 14:08
1179bb8

Choose a tag to compare

2.0.0 (2022-02-04)

⚠ BREAKING CHANGES

  • kebab-case strings were previously treated as a single
    unit for conversion, now conversion treats a hyphen as a unit break.

Features

  • convert from kebab-case to camelCase and PascalCase (afd7d36)

v1.3.2

26 Jan 11:48
a855d84

Choose a tag to compare

1.3.2 (2022-01-26)