Releases: gustavoguichard/string-ts
Releases · gustavoguichard/string-ts
v0.5.1
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 ✂️
What's Changed
- Adds CI to this repo by @gustavoguichard in #8
- Add
split
method by @gustavoguichard in #7
Full Changelog: v0.4.1...v0.5.0
v0.4.1
v0.4.0
There were no changes specific to this release.
Full Changelog: v0.3.1...v0.4.0
v0.3.1
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
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
What's Changed
- chore: Add JSDoc comments to all functions and type utilities by @gustavoguichard in #2
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- Add few more native counterparts such as toLowerCase, toUpperCase, trim, trimStart, and trimEnd by @gustavoguichard in #1
New Contributors
- @gustavoguichard made their first contribution in #1
Full Changelog: v0.0.1...v0.2.0
v0.0.1
Initial release of this library
Full Changelog: https://github.com/gustavoguichard/string-ts/commits/v0.0.1