D-Sketon
f1f55c8dc3
feat(bindKey): implement bindKey ( #448 )
...
* feat(bindKey): implement bindKey
* fix
* make lint happy
* Update docs/.vitepress/en.mts
* Update benchmarks/performance/bindKey.bench.ts
---------
Co-authored-by: Sojin Park <raon0211@gmail.com>
Co-authored-by: Sojin Park <raon0211@toss.im>
2024-09-08 18:35:04 +09:00
Sojin Park
a9e7edde14
docs: Add documentation automatic generation script
2024-09-08 17:02:19 +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
D-Sketon
6ba0d7b93e
feat(escapeRegExp): implement escapeRegExp ( #483 )
2024-09-07 23:17:46 +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
CI / codecov (push) Has been cancelled
Release / release (push) Has been cancelled
2024-09-04 10:06:10 +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
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
raon0211
959b5d08c6
docs(pad): Add docs for pad
2024-09-03 23:28:44 +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
Dayong Lee
af2d831321
docs: Sort sidebar ( #454 )
2024-08-31 14:51:58 +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
D-Sketon
58d1cb2fd4
feat(deburr): Implement deburr ( #449 )
...
* feat(deburr): implement deburr
* compatibility
2024-08-31 13:39:31 +09:00
Dayong Lee
8ffb6d1710
style(lint): fix ignores option ( #424 )
...
* Change ignore option
* Fix lint error
* Remove unusable
2024-08-28 23:20:13 +09:00
raon0211
6ef87e318b
feat(upperFirst, lowerFirst): Add some docs for lowerFirst & upperFirst
2024-08-25 22:22:21 +09:00
raon0211
3844e7a3c3
feat(isRegExp): Add test cases from lodash & add docs for zh_hans
2024-08-25 22:06:14 +09:00
D-Sketon
59d936f4d2
docs: Fix errors in docs ( #430 )
2024-08-25 21:57:59 +09:00
Sojin Park
9d68f5679d
docs(padEnd): Add docs for padEnd
2024-08-15 23:13:17 +09:00
Sojin Park
b1ac921779
feat(memoize): Update behavior or memoize to get a custom getCacheKey and only accept unary or zero-argument function
2024-08-15 23:10:15 +09:00
D-Sketon
71a710b762
feat(rest): implement rest ( #374 )
...
* feat(rest): implement rest
* fix: compat
2024-08-15 21:01:13 +09:00
Sojin Park
d4037c755c
feat(sortBy): Refactor sortBy and improve docs
CI / codecov (push) Waiting to run
Release / release (push) Waiting to run
2024-08-15 11:33:40 +09:00
Sojin Park
8310cd9d5d
docs(isString): Add docs for isString for zh_hans
2024-08-15 11:09:23 +09:00
Sojin Park
f99a6b26c3
docs: Add docs for errors
2024-08-11 21:38:32 +09:00
Sojin Park
418183b0aa
docs: Add docs for indexOf
2024-08-11 21:20:11 +09:00
Sojin Park
2d96265951
docs: Add missing docs for find & findIndex
2024-08-11 21:10:18 +09:00
Sojin Park
fb05fbe355
feat(find): Implement find
2024-08-11 15:05:04 +09:00
Sojin Park
dd97756ffb
feat(matchesProperty): Implement matchesProperty
2024-08-11 14:09:13 +09:00
Sojin Park
01cf3a6c9a
feat(has): Implement has
2024-08-11 12:56:15 +09:00
D-Sketon
5260d5b81b
feat(partial, partialRight): Implement partial/partialRight ( #368 )
...
* feat(partial/partialRight): implenent partial/partialRight
* Apply suggestions from code review
---------
Co-authored-by: Sojin Park <raon0211@gmail.com>
2024-08-11 10:53:02 +09:00
Sojin Park
cc3a467443
feat(mergeWith): Add implementation for mergeWith
2024-08-10 16:24:51 +09:00
Sojin Park
0054dc8119
feat(merge, toMerged): Add merge & toMerged
2024-08-10 15:38:41 +09:00
Sojin Park
5d34b16683
docs(pascalCase, startCase): Add docs for pascalCase & startCase
2024-08-10 10:26:23 +09:00
D-Sketon
4d46377d9b
feat(isSymbol): implement isSymbol ( #359 )
...
* feat: implement isSymbol
* fix: make pure
2024-08-10 10:16:18 +09:00
D-Sketon
233682acf6
docs(zh-hans): add missing link ( #366 )
...
* docs(zh-hans): add missing link
* fix: bind
2024-08-10 10:03:41 +09:00
raon0211
17d8afa2a3
feat(padStart): Move padStart to our compat library
2024-08-09 10:28:11 +09:00
raon0211
4bb457ad01
feat(isArguments, isArrayLike, isObjectLike): Move some predicates to compat library
2024-08-09 10:16:37 +09:00
raon0211
05938e0c1d
docs(size): Fix docs for size
2024-08-09 10:01:46 +09:00
raon0211
f6be4d7ad6
feat(bind): Move bind to compat
2024-08-09 09:32:42 +09:00
D-Sketon
ec1a55850c
feat(ary/unary): implement ary/unary ( #325 )
...
CI / codecov (push) Has been cancelled
Release / release (push) Has been cancelled
* feat(ary/unary): implement ary/unary
* fix
---------
Co-authored-by: Sojin Park <raon0211@toss.im>
2024-08-04 23:23:00 +09:00
D-Sketon
f198dfd9d4
feat(bind): implement bind ( #337 )
...
* feat(bind): implement bind
* fix: redundant prototype copy
2024-08-04 21:33:43 +09:00
D-Sketon
c0b3af2fe1
docs: improve document ( #324 )
2024-07-30 00:02:49 +09:00
raon0211
0e0329ac91
feat(property): Add property
2024-07-25 12:04:32 +09:00
seungrodotlee
13c7c7f611
feat(mapKeys,mapValues): add mapKeys and mapValues ( #291 )
...
* feat(mapKeys): add mapKeys
* feat(map*): not clone object
* chore. fix names on bench
* feat. pass cloned object to iteratee
* Fix interface
* fix. fix test codes
* fix. fix type error on test
* Add docs
* test: Check test
* bench
* rewrite
* mapKeys
* test: Do not mutate the original function
---------
Co-authored-by: raon0211 <raon0211@toss.im>
2024-07-25 11:43:15 +09:00
raon0211
c350b23ee2
feat(isMatch, matches): Add isMatch & matches in compat
2024-07-25 11:36:14 +09:00
D-Sketon
4cb84225c4
docs(zh-CN): add cloneDeep ( #281 )
2024-07-25 00:41:47 +09:00
Sojin Park
c6d2f602cc
feat(isPrimitive): Add isPrimitive
CI / codecov (push) Waiting to run
Release / release (push) Waiting to run
2024-07-21 23:08:02 +09:00
Sojin Park
2df30f70db
feat(isTypedArray): Add isTypedArray
2024-07-21 22:56:28 +09:00