raon0211
3e60443a40
feat(flattenObject): Add flattenObject
2024-07-19 19:09:29 +09:00
raon0211
376499351f
feat(isPlainObject): Add isPlainObject
2024-07-19 19:08:13 +09:00
raon0211
b297ee7ef4
docs: Update broken sidebar links
2024-07-19 09:44:00 +09:00
raon0211
bc7ea93666
docs: Add sidebar links
CI / codecov (push) Waiting to run
Release / release (push) Waiting to run
2024-07-19 01:09:40 +09:00
minsuKang
a8f5e675ff
docs(ko-docs-sidebar): ko-object-sidebar get,set link fix ( #238 )
2024-07-19 01:06:35 +09:00
raon0211
ef5e1a2a11
docs: Add missing sidebar links for timeout & withTimeout
2024-07-19 00:53:30 +09:00
raon0211
e1e6e38206
feat(max, min): Add support for max & min in es-toolkit/compat
2024-07-19 00:00:57 +09:00
raon0211
96f3ce72cf
chore: Move get to compat & document
2024-07-18 22:59:11 +09:00
raon0211
2db0b49579
chore(startsWith, endsWith): Update docs and import tests from lodash
2024-07-18 21:36:32 +09:00
raon0211
ff4b97ab60
chore: Add zipObjectDeep in compat
2024-07-18 20:28:07 +09:00
raon0211
bb063fbcf6
docs(set): Update documentation for set
2024-07-18 20:10:56 +09:00
Jiujiang Liu
5dcde9f159
feat(zipObjectDeep): Add zipObjectDeep ( #150 )
...
Co-authored-by: liujiujiang <liujiujiang@agilebot.com.cn>
2024-07-18 20:05:25 +09:00
raon0211
2168a67045
chore: Move set to our compat library
CI / codecov (push) Waiting to run
Release / release (push) Waiting to run
2024-07-18 10:07:01 +09:00
novo
b9432e1cfd
feat(set): add set
function ( #223 )
...
* feat: set
* test: set
* chore: add doc and benchmark
* chore: fix benchmark name
2024-07-18 10:00:59 +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
정해준
8ee34206c7
chore(camelCase): Missed docs for camelCase ( #217 )
...
Co-authored-by: Sojin Park <raon0211@toss.im>
2024-07-17 00:16:17 +09:00
minsuKang
6471db95f5
docs(sidebar-zh_has): add sidebar contents in zh_hans ( #219 )
CI / codecov (push) Waiting to run
Release / release (push) Waiting to run
2024-07-16 12:31:56 +09:00
raon0211
51e1970495
docs: Add docs for flatMap
CI / codecov (push) Waiting to run
Release / release (push) Waiting to run
2024-07-15 22:50:07 +09:00
Gromit (전민재)
fec678cf34
feat(flatMap): add flatMap function ( #209 )
...
* feat(flatMap): add flatMap function
* docs: fix docs
* Update src/array/flatMap.ts
---------
Co-authored-by: Sojin Park <raon0211@gmail.com>
2024-07-15 22:43:15 +09:00
정해준
3f407712e4
docs(isEqual): Add isEqual docs ( #200 )
CI / codecov (push) Waiting to run
Release / release (push) Waiting to run
2024-07-15 09:43:42 +09:00
Youngjun Choi
3441d7d8d0
feat(sumBy): add sumBy ( #198 )
...
* feat: add sumBy function
* feat: add sumBy test
* feat: add sumBy bench
* feat: add sumBy documentation
2024-07-15 08:25:49 +09:00
Sojin Park
acb74650a6
feat: Introduce es-toolkit/compat, and add chunk in compat
2024-07-14 23:55:52 +09:00
CreeJee
bda3bef5c3
feat(negate): Add negate
( #177 )
...
* feat(negate): add negate base lodash implement
* Update docs/ko/reference/function/negate.md
* Update negate.md
* Update negate.md
* Update negate.spec.ts
* Update src/function/negate.ts
* Update src/function/index.ts
---------
Co-authored-by: Sojin Park <raon0211@gmail.com>
2024-07-14 18:10:01 +09:00
Jun
128147b108
feat(clone): Add clone ( #155 )
...
* feat: add clone(shallow copy) implementaion and test codes
* chore: add benchamark of clone
* docs: add docs of clone
* chore: bench number
* Update docs/ko/reference/object/clone.md
---------
Co-authored-by: Sojin Park <raon0211@toss.im>
2024-07-14 17:46:25 +09:00
minsuKang
15a1a3c014
feat(initial): add initial
( #188 )
...
* add initial function
* add initial test case
* add initial bench mark
* add initial docs
2024-07-14 15:54:17 +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
BlackWhite
e9ede74362
docs: Translate Simplified Chinese ( #165 )
...
* Translate Simplified Chinese
* Supplement the omitted
* Supplement the omitted
* Supplement the omitted
* Supplement the omitted
* Supplement the omitted
* Supplement the omitted
* Supplement the omitted
* Supplement the omitted
* Supplement the omitted
* Update docs/.vitepress/shared.mts
---------
Co-authored-by: Sojin Park <raon0211@gmail.com>
2024-07-12 10:08:55 +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
Gromit (전민재)
ae69076d3c
feat(flattenDeep): add flattenDeep function ( #160 )
2024-07-12 09:56:21 +09:00
원동휘
ea66835ffb
feat(toFilled): Add toFilled ( #154 )
...
* feat: add toFilled
* feat: add test for toFilled
* feat: add bench for toFilled
* docs: add docs for toFilled
* chore: Modified benchmark wording
* Update benchmarks/toFilled.bench.ts
Co-authored-by: jgjgill <79239852+jgjgill@users.noreply.github.com>
* fix: toFilled benchmark
* Apply suggestions from code review
* Update docs/ko/reference/array/toFilled.md
* Update docs/reference/array/toFilled.md
---------
Co-authored-by: Sojin Park <raon0211@gmail.com>
Co-authored-by: jgjgill <79239852+jgjgill@users.noreply.github.com>
2024-07-11 10:55:29 +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
minsuKang
883553b39b
feat(last): Add last
( #149 )
...
* add last function
* add last test case
* add last bench mark
* add last docs
* fix ko last docs comment
* add last en.mts, ko.mts
* Update src/array/last.ts
* Update src/array/last.spec.ts
* Update docs/reference/array/last.md
* Update docs/ko/reference/array/last.md
* Update docs/ko/reference/array/last.md
* Update docs/reference/array/last.md
---------
Co-authored-by: Sojin Park <raon0211@gmail.com>
2024-07-11 09:05:13 +09:00
Lich
27b6c8f521
feat(tail): add tail
function ( #143 )
...
* feat(tail): add tail function
* feat(tail): add tail test code
* feat(tail): add tail benchmark
* feat(tail): add tail docs
* Update docs/ko/reference/array/tail.md
* Update docs/ko/reference/array/tail.md
* Update docs/reference/array/tail.md
* Update docs/reference/array/tail.md
---------
Co-authored-by: Sojin Park <raon0211@gmail.com>
2024-07-10 09:52:12 +09:00
Gromit (전민재)
7c824629ee
feat(flatten): add flatten ( #147 )
...
* feat(flatten): add faltten (#137 )
* fix: fix lint
* fix: fix test code description
* test(flatten): add test case
* Update docs/ko/reference/array/flatten.md
* Update docs/ko/reference/array/flatten.md
* Update docs/ko/reference/array/flatten.md
* Update docs/reference/array/flatten.md
---------
Co-authored-by: Sojin Park <raon0211@gmail.com>
2024-07-10 09:49:26 +09:00
raon0211
1808025e30
docs: Add docs of unzip to the sidebar
2024-07-08 21:37:52 +09:00
Lich
618f8ac060
feat(head): add head ( #131 )
2024-07-08 15:30:40 +09:00
hanna
1eada4d85d
feat(orderBy): Add orderBy ( #123 )
...
* feat(orderBy): add orderBy function
* feat(orderBy): add orderBy test code
* feat(orderBy): add orderBy bench
* feat(orderBy): add orderBy function docs
* feat(orderBy): add orderBy vitepress docs
* fix: test function & add the extend orders feature
* Update src/array/orderBy.ts
---------
Co-authored-by: Sojin Park <raon0211@gmail.com>
Co-authored-by: Sojin Park <raon0211@toss.im>
2024-07-05 10:11:56 +09:00
원동휘
1918eec3d9
feat(invert): add invert ( #125 )
...
* feat: Add invert
* feat: Add test for invert
* feat: Add bench for invert
* docs: Add docs for invert
* docs: fix .vitepress for invert
* chore: Change incorrectly specified path
* chore: Refactor benchmark tests
* feat: refactor type invert
* Update src/object/invert.ts
---------
Co-authored-by: Sojin Park <raon0211@gmail.com>
2024-07-05 10:08:39 +09:00
jgjgill
494519b2ce
feat: Add inRange ( #124 )
2024-07-05 10:08:25 +09:00
정해준
ba1e976c5a
feat(forEachRight): add forEachRight ( #119 )
...
* feat(forEachRight): Add forEachRight function
* feat(forEachRight): Add forEachRight test code
* feat(forEachRight): Add forEachRight function bench
* feat(forEachRight): Add forEachRight function docs
* Update docs/ko/reference/array/forEachRight.md
* Update docs/reference/array/forEachRight.md
---------
Co-authored-by: Sojin Park <raon0211@gmail.com>
Co-authored-by: Sojin Park <raon0211@toss.im>
2024-07-03 10:43:50 +09:00
Dongkyu Kim
834d50c389
feat(unzipWith): add unzipWith ( #113 )
...
* feat(array): add unzipWith
* docs(array): add unzipWith reference
* perf: refactoring unzipWith bench
* docs(array): add vitepress
* Apply suggestions from code review
* Update unzipWith.ts
* Update src/array/unzipWith.ts
* Update benchmarks/unzipWith.bench.ts
* Update benchmarks/unzipWith.bench.ts
* Update src/array/unzipWith.spec.ts
* Update src/array/unzipWith.spec.ts
---------
Co-authored-by: Sojin Park <raon0211@gmail.com>
Co-authored-by: Sojin Park <raon0211@toss.im>
2024-07-03 10:40:33 +09:00
raon0211
c1d80ffa06
docs: Add docs link for countBy & without
2024-07-03 10:34:49 +09:00
hansolbangul
d870b1e7fe
feat(fill): Add fill function ( #109 )
...
* feat(fill): Add fill function
* feat(fill): Add test/brench code
* feat(fill): Update docs
* feat(fill): Refactor based on code review
* refactor(fill): array to arr
* fix(fill): update `fill` function signature to support mixed types
2024-07-03 09:30:09 +09:00
jgjgill
ead6a8290e
feat(meanBy): add meanBy ( #104 )
...
* feat: add meanBy
* chore: fix typo
* Update benchmarks/meanBy.bench.ts
---------
Co-authored-by: Sojin Park <raon0211@gmail.com>
2024-07-01 19:59:19 +09:00
jgjgill
02f14b3697
feat(sampleSize): Add sampleSize ( #101 )
2024-06-30 19:36:26 +09:00
Sojin Park
312775fa3b
docs: Add docs for JSR
2024-06-30 13:43:58 +09:00
Sojin Park
52b1b72b34
doc(zipObject): Add zipObject in the reference section
2024-06-30 12:25:25 +09:00
Dongho Kim
184ce1778d
feat(keyBy): Add keyBy ( #93 )
...
* feat(keyBy): Add keyBy
* docs(keyBy): Translate title into Korean
* Update docs/ko/reference/array/keyBy.md
---------
Co-authored-by: Sojin Park <raon0211@gmail.com>
2024-06-30 12:17:00 +09:00
Sojin Park
715bc60b26
feat(mean): Add support for mean
2024-06-28 23:18:18 +09:00