Commit Graph

196 Commits

Author SHA1 Message Date
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
dcd69eeaf6 feat(set): Update set's implementation to match lodash 2024-07-18 20:04:17 +09:00
raon0211
2168a67045 chore: Move set to our compat library
Some checks are pending
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)
Some checks are pending
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
Changwoo Yoo
1ea74b70af
fix(invert): Fixed invert not to invert inherited properties (#221)
* test: add tests to be compatible with lodash

* fix: invert not to invert inherited properties

* perf: slightly improve performance by not using for..of

* Update src/object/invert.ts

---------

Co-authored-by: Sojin Park <raon0211@gmail.com>
2024-07-17 22:27:45 +09:00
BlackWhite
62fafe69a7
docs: Translate the contents of flattenDeep and isEqual documentation into Chinese (#226) 2024-07-17 22:17:17 +09:00
Paul Nodet
5f4deb6484
docs: fix mean jsdoc example (#225)
Some checks are pending
CI / codecov (push) Waiting to run
Release / release (push) Waiting to run
2024-07-17 17:29:52 +09:00
raon0211
402d7c978b chore: Update package.json 2024-07-17 11:55:51 +09:00
raon0211
533df29e2e docs: Add docs for bundle size 2024-07-17 11:49:48 +09:00
raon0211
c763c8c51f test: Add benchmarks for bundle size 2024-07-17 11:47:39 +09:00
Changwoo Yoo
aaf41e4966
perf: improve performance for dropRightWhile (#220)
Some checks are pending
CI / codecov (push) Waiting to run
Release / release (push) Waiting to run
2024-07-17 00:37:20 +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)
Some checks are pending
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
Some checks are pending
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
Florens Verschelde
6a43cebe4f
Fix Markdown formatting of CODE_OF_CONDUCT.md (#211) 2024-07-15 22:37:01 +09:00
정해준
d454e36f73
chore: Remove unused falsey constant in src/compat (#213) 2024-07-15 22:36:14 +09:00
Dongho Kim
8e08ef24a9
docs(fill): fix docs for fill (#214) 2024-07-15 22:35:49 +09:00
CreeJee
d909cdc8e9
docs(negate): wrong document result (#207) 2024-07-15 19:11:43 +09:00
minsuKang
deb3882890
docs(last-ko): delete error category in last-ko docs (#202)
Some checks are pending
CI / codecov (push) Waiting to run
Release / release (push) Waiting to run
2024-07-15 11:07:29 +09:00
raon0211
cf28681bda chore: Remove codspeed temporarily 2024-07-15 10:21:16 +09:00
raon0211
ca632a77be chore: Make lodash available only in benchmark directory 2024-07-15 10:20:33 +09:00
raon0211
96ec636e63 v1.10.1 2024-07-15 10:17:01 +09:00
raon0211
8dda135fa3 fix: Fix camelCase using incorrect capitalize 2024-07-15 10:15:11 +09:00
정해준
3f407712e4
docs(isEqual): Add isEqual docs (#200)
Some checks are pending
CI / codecov (push) Waiting to run
Release / release (push) Waiting to run
2024-07-15 09:43:42 +09:00
Sojin Park
c1c3b3f708 Update LICENSE 2024-07-15 08:33:26 +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
e3cd91f59d docs: Elaborate docs for es-toolkit/compat 2024-07-15 00:02:40 +09:00
Sojin Park
acb74650a6 feat: Introduce es-toolkit/compat, and add chunk in compat 2024-07-14 23:55:52 +09:00
Sojin Park
ba35a8da53 v1.10.0 2024-07-14 18:22:27 +09:00
Sojin Park
9b6bf6dfb4 docs(negate): Fix docs for negate 2024-07-14 18:14:23 +09:00
Sojin Park
cdc3282060 docs(negate): Add jsdoc for negate 2024-07-14 18:11:36 +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
Touhid Rahman
4b00379320
feat(isEqual): add isEqual (#174)
* feat(isEqual): add isEqual

* chore(isEqual): rename variables

* fix(isEqual): add missing array equality

* Update isEqual.ts

* Update isEqual.ts

---------

Co-authored-by: Sojin Park <raon0211@gmail.com>
Co-authored-by: Sojin Park <raon0211@toss.im>
2024-07-14 18:01:57 +09:00
Sojin Park
f5b66fe650 docs(clone): Fix docs for clone 2024-07-14 17:49:22 +09:00
Sojin Park
dd267f9e79 feat(clone): Add support for sets & maps 2024-07-14 17:48:07 +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
Sojin Park
eb0382adfa Update CONTRIBUTING.md 2024-07-14 17:41:45 +09:00
Sojin Park
8b1ee79ac0 docs: Remove readonly type from our docs 2024-07-14 17:31:45 +09:00
Sojin Park
9adffa0bb3 docs: Add missing zh_hans docs 2024-07-14 17:27:12 +09:00
Sojin Park
21d6530e16 feat(camelCase): Add camelCase 2024-07-14 17:23:57 +09:00
Sojin Park
489ac76fc6 perf(isNil): Make checks for isNil more simple 2024-07-14 17:11:47 +09:00
Bert Verhelst
a61d77790b
chore(gitignore): add vscode and intellij ide folders to gitignore (#164)
* chore(gitignore): add vscode and intellij ide folders to gitignore

* Update .gitignore

---------

Co-authored-by: Sojin Park <raon0211@gmail.com>
2024-07-14 17:03:06 +09:00
Sojin Park
14ec315258 fix: Support cases like foo2bar in string functions 2024-07-14 16:55:45 +09:00
Sojin Park
f44a77682c refactor: Refactor string functions 2024-07-14 16:27:13 +09:00
Sojin Park
98b1ca8859 fix: Fix import of flatten for Deno 2024-07-14 16:22:19 +09:00
Siddhartha Sarkar
a8398d2912
docs: Fix casing for kebabCase text (#180) 2024-07-14 16:06:42 +09:00
Sojin Park
0fdc90d39b chore: Apply code review of initial 2024-07-14 15:55:22 +09:00