v1.0.0 π
string-ts
is trending!
This library got a lot of traffic (+570βοΈ and counting) after @mattpocock 's tweet about it yesterday!
That was the motivation I needed to fix some issues, add some methods, improve the docs, and so on.
The repo also got new contributors with new reported issues and new PR's.
It is now also been actively used in the development of 2 frameworks (AFAIK).
Thank you to all! I'm thrilled about the recognition and I hope you guys are able to make the best out of your literal types!
What's Changed
- Removed unnecessary
as const
by @mattpocock in #11 - Update package.json repository field by @iamandrewluca in #12
- Improve inference of
join
method by @mattpocock in #18 - Add a
charAt
method by @gustavoguichard in #17 - docs: further explanation by @jly36963 in #21
- feat: add shallow key casing transformation functions by @p9f in #16
- fix: Fixes a bug where
split(str, '')
- by empty string - would add an extra empty char to the resulting tuple by @gustavoguichard in #22
New Contributors
What makes me even more happy about the recent success of this library is to have received awesome new contributors to it!
- @jly36963 π§ became an official contributor to the project β€οΈ
- @mattpocock π§πΏββοΈ made their first contribution in #11
- @iamandrewluca π¦ made their first contribution in #12
- @p9f π made their first contribution in #16
Full Changelog: v0.5.1...v1.0.0