Péter Kovács
|
8249ed25f8
|
feat(padStart): add padStart (#323)
* feat: add padStart function
* docs: add padStart doc
|
2024-07-31 21:55:00 +09:00 |
|
raon0211
|
2db0b49579
|
chore(startsWith, endsWith): Update docs and import tests from lodash
|
2024-07-18 21:36:32 +09:00 |
|
Bert Verhelst
|
b9b409db32
|
feat(startsWith): add startsWith and endsWith string functions (#224)
* feat(startsWith): add startsWith and endsWith string functions
similar to
* https://lodash.com/docs/4.17.15#startsWith
* https://lodash.com/docs/4.17.15#endsWith
* fix(startsWith): use native startsWith inside the startsWith function
---------
Co-authored-by: Sojin Park <raon0211@toss.im>
|
2024-07-18 21:21:10 +09:00 |
|
Deokgyung
|
7ee48c0e71
|
feat(startCase): add startCase (#203)
CI / codecov (push) Waiting to run
Release / release (push) Waiting to run
* feat: add startCase
* docs: add docs of startCase
* fix: startcase lint error
|
2024-07-17 22:42:58 +09:00 |
|
Sojin Park
|
21d6530e16
|
feat(camelCase): Add camelCase
|
2024-07-14 17:23:57 +09:00 |
|
Siddhartha Sarkar
|
a8398d2912
|
docs: Fix casing for kebabCase text (#180)
|
2024-07-14 16:06:42 +09:00 |
|
Bert Verhelst
|
6606d5ba84
|
docs: Fix typo in kebab case docs (#169)
|
2024-07-12 20:15:32 +09:00 |
|
Bert Verhelst
|
b1cb93355a
|
feat(lowerCase): Add lowerCase function (#166)
* feat(lowerCase): Add lowerCase function
* Update docs/ko/reference/string/lowerCase.md
* Update docs/ko/reference/string/lowerCase.md
* Update docs/reference/string/lowerCase.md
Co-authored-by: Evan Moon <bboydart91@gmail.com>
---------
Co-authored-by: Sojin Park <raon0211@gmail.com>
Co-authored-by: Evan Moon <bboydart91@gmail.com>
Co-authored-by: Sojin Park <raon0211@toss.im>
|
2024-07-12 10:17:34 +09:00 |
|
Bert Verhelst
|
541b89dc0d
|
feat(kebabCase): Add kebabCase function (#162)
* feat(kebabCase): Add kebabCase function
Very similar to snakeCase
* Update docs/ko/reference/string/kebabCase.md
* Update snakeCase.md
* Create kebabCase.md
* Update snakeCase.md
* Update docs/.vitepress/ko.mts
---------
Co-authored-by: Sojin Park <raon0211@gmail.com>
Co-authored-by: Sojin Park <raon0211@toss.im>
|
2024-07-12 10:14:30 +09:00 |
|
Atajan
|
16d326c4b2
|
feat(capitalize): add capitalize (#161)
* feat(capitalize): add capitalize
* fix(capitalize): return type
* Update docs/ko/reference/string/capitalize.md
---------
Co-authored-by: Sojin Park <raon0211@gmail.com>
|
2024-07-12 10:07:40 +09:00 |
|
정해준
|
d48900fa55
|
feat(snakeCase): add snakeCase (#152)
* feat(snakeCase): Add caseSplitPattern RegExp const
* feat(snakeCase): Add caseSplitPattern test code
* feat(snakeCase): Add snakeCase function
* feat(snakeCase): Add snakeCase test code
* feat(snakeCase): Add snakeCase docs
* feat(snakeCase): Add snakeCase benchmarks
* chore: Add string export
* fix(snakeCase): constants public api
* Update docs/ko/reference/string/snakeCase.md
* Update docs/ko/reference/string/snakeCase.md
* Update docs/reference/string/snakeCase.md
---------
Co-authored-by: Sojin Park <raon0211@gmail.com>
|
2024-07-11 09:14:09 +09:00 |
|