Skip to content

Releases: gustavoguichard/string-ts

v0.5.1

02 Oct 13:37
5c02090
Compare
Choose a tag to compare

What's Changed

This release fixes a bug where the toCamelCase method would generate a weird output when dealing with unions of strings.

Thank you, Landon!!

Full Changelog: v0.5.0...v0.5.1

v0.5.0 adds `split` method ✂️

21 Aug 16:22
b64ab88
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.1...v0.5.0

v0.4.1

28 Jul 13:52
26331e7
Compare
Choose a tag to compare

What's Changed

New Contributors 🎉

Full Changelog: v0.4.0...v0.4.1

v0.4.0

28 Jul 13:51
5bf13a9
Compare
Choose a tag to compare

There were no changes specific to this release.

Full Changelog: v0.3.1...v0.4.0

v0.3.1

11 Jul 18:26
2ad68c1
Compare
Choose a tag to compare

What's Changed

  • Add delimiter case and use it as base for other helpers such as kebab and snake by @gustavoguichard in #3

Full Changelog: v0.2.1...v0.3.1

v0.3.0

06 Jul 12:59
ca0578a
Compare
Choose a tag to compare

What's Changed

  • feat: Add delimiter case and use it as base for other helpers such as kebab and snake by @gustavoguichard in #3
  • Improved Docs and JSDocs with more examples also in #3

Full Changelog: v0.2.1...v0.3.0

v0.2.1

06 Jul 12:56
f17105c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.2.1

v0.2.0

23 Jun 18:16
660084b
Compare
Choose a tag to compare

What's Changed

  • Add few more native counterparts such as toLowerCase, toUpperCase, trim, trimStart, and trimEnd by @gustavoguichard in #1

New Contributors

Full Changelog: v0.0.1...v0.2.0

v0.0.1

23 Jun 18:12
d20f68d
Compare
Choose a tag to compare

Initial release of this library

Full Changelog: https://github.com/gustavoguichard/string-ts/commits/v0.0.1