Commit Graph

643 Commits

Author SHA1 Message Date
Sojin Park
c37e1c5b09 chore: Move attempt to compat, and style docs 2024-09-08 17:11:06 +09:00
D-Sketon
be020f4587
feat(attempt): Implement attempt (#489)
Co-authored-by: Sojin Park <raon0211@toss.im>
2024-09-08 17:04:54 +09:00
Sojin Park
a9e7edde14 docs: Add documentation automatic generation script 2024-09-08 17:02:19 +09:00
Sojin Park
452480335c feat(fromPairs): Ensure compatibility with lodash
Some checks are pending
CI / codecov (push) Waiting to run
Release / release (push) Waiting to run
2024-09-08 00:20:45 +09:00
knott
fd2658e216
feat(fromPairs): Add fromPairs (#473)
Co-authored-by: Sojin Park <raon0211@toss.im>
2024-09-08 00:07:27 +09:00
Dongho Kim
1d4e55d571
feat(isArrayLikeObject): Add isArrayLikeObject in compat (#480)
Co-authored-by: Sojin Park <raon0211@toss.im>
2024-09-07 23:40:18 +09:00
Dayong Lee
fb4a0e1736
docs: Automate the status of compatiblity implementation (#486)
* Add vue eslint

* Remove Sandpakc and add Registry CompatibilityStatus

* add compatibility data

* Apply CompatibilityStatus

* Remove unusable template

* Revert

* Refactor

* Fix lint error

---------

Co-authored-by: Sojin Park <raon0211@toss.im>
2024-09-07 23:36:54 +09:00
D-Sketon
6ba0d7b93e
feat(escapeRegExp): implement escapeRegExp (#483) 2024-09-07 23:17:46 +09:00
Dayong Lee
ba0d03dfe3
feat(sortBy): add compat/sortBy and fix compat/orderBy (#482)
* Enhance orderBy

* Add sortBy

* Change docs state

* Fix test codes and Change toSorted to slice().sort()

* Add testcase for coverage
2024-09-07 23:16:38 +09:00
tisou1
895c10cdad
chore(isTypedArray): Change the implementation of isTypedArray (#485) 2024-09-07 23:13:48 +09:00
ninjat
65d0a37176
docs: Create SECURITY.md (#474)
Some checks are pending
CI / codecov (push) Waiting to run
Release / release (push) Waiting to run
* Create SECURITY.md

* Apply suggestions from code review

* Update SECURITY.md

---------

Co-authored-by: Sojin Park <raon0211@toss.im>
Co-authored-by: Sojin Park <raon0211@gmail.com>
2024-09-07 12:06:49 +09:00
Dayong Lee
48e9590a93
feat(isWeakSet): add isWeakSet with compatibility (#477)
* Add isWeakSet

* Add docs
2024-09-07 12:02:57 +09:00
raon0211
38e3e017a0 docs(flatMapDeep): Add docs for flatMapDeep
Some checks failed
CI / codecov (push) Has been cancelled
Release / release (push) Has been cancelled
2024-09-04 10:06:10 +09:00
Gromit (전민재)
7ad4ef15d3
feat(flatMapDeep): Add flatMapDeep (#464)
* feat: add flatMapDeep new function

* refac: flatMapDeep refactor

* fix: benchmark fix

* fix: benchmark fix

* Apply suggestions from code review

---------

Co-authored-by: Sojin Park <raon0211@gmail.com>
Co-authored-by: Sojin Park <raon0211@toss.im>
2024-09-04 10:01:01 +09:00
raon0211
cb33fd2242 test: Fix types 2024-09-04 09:57:26 +09:00
raon0211
4fea8d2a00 docs(escape, unescape): Add docs for escape & unescape
Some checks are pending
CI / codecov (push) Waiting to run
Release / release (push) Waiting to run
2024-09-03 23:53:24 +09:00
raon0211
2dab51b468 docs(repeat): Add docs for repeat 2024-09-03 23:45:19 +09:00
raon0211
0bb144588e docs(isWeakMap): Add docs for isWeakMap 2024-09-03 23:39:23 +09:00
PiQuark6046
e48c313d96
feat(repeat): Add repeat (#459)
* bench: repeat

* test: repeat

* feat(repeat): Add repeat

* docs: repeat

* fix typo
2024-09-03 23:35:38 +09:00
D-Sketon
53f5b698b9
feat(escape/unescape): implement escape&unescape (#462)
* feat(escape/unescape): implement escape&unescape

* compatibility

---------

Co-authored-by: Sojin Park <raon0211@toss.im>
2024-09-03 23:34:40 +09:00
Dayong Lee
158435c1e6
feat(isWeakMap): add isWeakMap with compatibility (#458)
* Add isWeakMap

* Add compat

* Add bench

* Add docs

* Update return type

* Update docs/ko/reference/predicate/isWeakMap.md

* Update docs/ko/reference/predicate/isWeakMap.md

* Update src/compat/predicate/isWeakMap.ts

---------

Co-authored-by: Sojin Park <raon0211@gmail.com>
2024-09-03 23:33:38 +09:00
raon0211
959b5d08c6 docs(pad): Add docs for pad 2024-09-03 23:28:44 +09:00
Dongho Kim
4b529e2a13
docs(randomInt): Update test case description for randomInt (#466) 2024-09-03 23:16:41 +09:00
Péter Kovács
215a1656e1
feat(pad): Add pad function (#469) 2024-09-03 23:14:53 +09:00
xiaoluo
3a6cb36538
feat(join): Add join function (#423)
Some checks failed
CI / codecov (push) Has been cancelled
Release / release (push) Has been cancelled
* feat: add join function

* fix: update testcase
2024-08-31 19:39:27 +09:00
Sojin Park
a84ffa9aed docs(spread): Add docs for spread 2024-08-31 19:38:26 +09:00
D-Sketon
1c74848003
feat(spread): Implement spread (#428)
* feat(spread): implement spread

* lodash compatibility

* remove useless comment
2024-08-31 19:17:53 +09:00
Dongho Kim
5bccc517a1
fix(delay): Ensure event listener is removed after timeout (#456) 2024-08-31 19:14:03 +09:00
Dongho Kim
5925521aab
fix(negate): Fix parameter type of negate (#455)
Some checks are pending
CI / codecov (push) Waiting to run
Release / release (push) Waiting to run
2024-08-31 15:19:18 +09:00
Dayong Lee
db3a8bc0d5
fix(debounce): fix return type (#406)
* Improve type of debounce

* Rollback signal arguments

* Remove temp code

* Revert testcase

* Change generic type

* Revert generic type
2024-08-31 15:04:52 +09:00
Sojin Park
7da85862ac v1.17.0 2024-08-31 15:02:56 +09:00
Dayong Lee
af2d831321
docs: Sort sidebar (#454) 2024-08-31 14:51:58 +09:00
Sojin Park
14ae504e0f style: Fix ESLint errors 2024-08-31 14:45:20 +09:00
Dongho Kim
1890d8ff07
docs(ary): Update docs for ary (#452)
* docs(ary): Update docs for `ary`

* Apply suggestions from code review

---------

Co-authored-by: Sojin Park <raon0211@gmail.com>
2024-08-31 14:45:00 +09:00
Sojin Park
f3620d76aa docs(at, pullAt): Note that at and pullAt supports negative indices 2024-08-31 14:41:12 +09:00
Sojin Park
6a676986d9 feat(at): at should support negative indices 2024-08-31 14:39:00 +09:00
Dayong Lee
27b483e945
fix(compat/orderby): add missed test cases and fix the problematic parts (#427)
* Delete getPath

* Add testcase and fix orderBy

* Fix jsdoc

* Fix jsdoc

* Fix comment

* Change variable name

* Improve performance

* Remove unused

* Remove memoize by change logic

* Remove unusable type

* Add testcase for coverage

* Refactor code

* Extract condition

* Use object only needed

* Change variable name and integrate map

* Apply suggestions from code review

---------

Co-authored-by: Sojin Park <raon0211@gmail.com>
2024-08-31 14:31:48 +09:00
mancuoj
5839385476
refactor(tail): redundant logic (#451) 2024-08-31 14:31:24 +09:00
Sojin Park
0fa6ab024b fix(pullAt): Fix pullAt to work with objects and add some docs 2024-08-31 14:28:19 +09:00
Sojin Park
d62fec39f7 feat(at): Implement at function 2024-08-31 14:13:40 +09:00
Jiwoo So
1407259f1c
feat(pullAt): Implement pullAt (#435)
* feat(pullAt): implement pullAt

* fix(type): fix result type and return type

fix this type `(T | undefined)[]` to `Array<T | undefined>`

* fix(docs): fix the some types in docs

fix this type `(T | undefined)[]` to `Array<T | undefined>`
2024-08-31 13:53:18 +09:00
Sojin Park
c7d12a1c80 docs(deburr): Add docs for deburr 2024-08-31 13:50:18 +09:00
D-Sketon
58d1cb2fd4
feat(deburr): Implement deburr (#449)
* feat(deburr): implement deburr

* compatibility
2024-08-31 13:39:31 +09:00
mancuoj
9089b3b4ff
refactor(initial): redundant logic (#450) 2024-08-31 13:38:29 +09:00
Dongho Kim
367fc87050
refactor(tail): Improve code readability in tail (#443) 2024-08-31 10:58:48 +09:00
Dongho Kim
647c788016
feat(initial): Support readonly array in initial (#444) 2024-08-31 10:58:09 +09:00
Dayong Lee
f7a1c8548a
fix(throttle): fix types of generic and return value (#447)
* Improve types of throttle

* Apply suggestions from code review

---------

Co-authored-by: Sojin Park <raon0211@gmail.com>
2024-08-31 10:54:46 +09:00
Dongho Kim
4e395238d5
docs(takeRightWhile): fix docs for takeRightWhile (#446) 2024-08-31 10:54:35 +09:00
Minsu
b9966aa683
docs(isSubset): update sidebar path for Korean isSubset documentation (#439)
Some checks failed
CI / codecov (push) Has been cancelled
Release / release (push) Has been cancelled
2024-08-29 10:21:21 +09:00
mancuoj
b762d54974
docs(lowerCase): Fix wrong docs for lowerCase (#438) 2024-08-29 10:21:05 +09:00