Dayong Lee
bf33cfbca5
feat(orderBy, isSymbol): add compatibility with lodash ( #357 )
...
* Add internal functions
* add orderBy with compat
* Add docs
* Fix typo
* Split the code for readability
* Change convert to path logic and variable name for readability
* Add test cases and js doc in isKey and isSymbol
* Add testcase and change logic of isKey
* change bench category name
* split converToPropertyName for testing
* Add case for coverage
* fix type
* Change using getTage to instanceof
* move to predicate
* Add doc
* Add bench and description in isSymbol
* Fix type and test case
* Simplify function names
* Feat: handle the deep path like keys
2024-08-10 16:30:32 +09:00
Dayong Lee
4af0662066
feat(orderBy): add handling one is a string and the other is a number case ( #365 )
...
* Add comparing string and number
* Fix typo
* fix testcase
* Fix test case
* simplify testcase
2024-08-10 16:26:33 +09:00
Sojin Park
cc3a467443
feat(mergeWith): Add implementation for mergeWith
2024-08-10 16:24:51 +09:00
Sojin Park
bb94b88e70
test: Update isEqual benchmarks
2024-08-10 15:39:01 +09:00
Sojin Park
9353f582dd
fix: Fix usage in Deno
2024-08-10 15:38:51 +09:00
Sojin Park
0054dc8119
feat(merge, toMerged): Add merge & toMerged
2024-08-10 15:38:41 +09:00
Sojin Park
bff10652b4
docs: Add examples in cloneDeep
CI / codecov (push) Waiting to run
Release / release (push) Waiting to run
2024-08-10 10:33:05 +09:00
Sojin Park
5d2d5b254c
docs: Fix some links
2024-08-10 10:32:57 +09:00
Sojin Park
5d34b16683
docs(pascalCase, startCase): Add docs for pascalCase & startCase
2024-08-10 10:26:23 +09:00
Joris Gallot
6d84ac35a4
feat: Support pascalcase ( #364 )
2024-08-10 10:18:30 +09:00
D-Sketon
4d46377d9b
feat(isSymbol): implement isSymbol ( #359 )
...
* feat: implement isSymbol
* fix: make pure
2024-08-10 10:16:18 +09:00
Juhyeok Kang
bfddc0f549
docs: Add Sandpack in docs ( #363 )
2024-08-10 10:15:48 +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
7ca9ffcd72
docs: Revert adding Sandpack components
CI / codecov (push) Waiting to run
Release / release (push) Waiting to run
2024-08-09 11:09:25 +09:00
Juhyeok Kang
0db5e4558c
docs: Fix deployment in Vercel ( #358 )
...
Co-authored-by: Sojin Park <raon0211@toss.im>
2024-08-09 11:02:24 +09:00
raon0211
f4b6eb3ef4
docs: Add Sandpack components again
...
Revert "revert: Add Sandpack components, since it currently breaks the build"
This reverts commit 9109e89078
.
2024-08-09 11:01:46 +09:00
2sky
138e055801
docs(fix-ko-usage-link): fix ko docs hero actions usage link ( #362 )
...
Co-authored-by: Sojin Park <raon0211@toss.im>
2024-08-09 11:00:30 +09:00
raon0211
b156814cbe
v1.14.0
2024-08-09 10:59:49 +09:00
raon0211
4ac4908172
test: Add test coverage
2024-08-09 10:59:18 +09:00
raon0211
089d2a0fff
test: Add test coverage
2024-08-09 10:53:56 +09:00
raon0211
0eab4b9c9c
feat(mapValues): Ensure compatibility with mapValues
2024-08-09 10:40:35 +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
a2491e5cff
fix(isObjectLike): Make the docs more intuitive
2024-08-09 10:08:21 +09:00
raon0211
05938e0c1d
docs(size): Fix docs for size
2024-08-09 10:01:46 +09:00
raon0211
f5b43f138f
feat(size): Move size to compat
2024-08-09 10:00:41 +09:00
raon0211
9109e89078
revert: Revert Sandpack components, since it currently breaks the build
...
Revert "docs: Implement Sandpack component for interactive examples in documentation (#338 )"
This reverts commit db79ff3355
.
2024-08-09 09:52:09 +09:00
raon0211
e390bd9a8a
fix: Fix types for Deno
2024-08-09 09:41:56 +09:00
raon0211
3ac7d23d1d
fix(isBoolean): Split compat cases of isBoolean
2024-08-09 09:40:35 +09:00
raon0211
62abb65493
refactor(size): Use instanceof checks instead of calling Object#toString
2024-08-09 09:35:41 +09:00
raon0211
f6be4d7ad6
feat(bind): Move bind to compat
2024-08-09 09:32:42 +09:00
raon0211
1135f67c06
test: Update some test code
2024-08-09 09:23:14 +09:00
raon0211
11028f76be
docs(isSubset): Add docs for isSubset
2024-08-09 09:22:57 +09:00
guesung
d7247b81de
style(isLength): add missing JSDoc ( #353 )
...
CI / codecov (push) Waiting to run
Release / release (push) Waiting to run
* style: add missing docs on `isLength.ts`
* refactor: remove space between JSDocs and function
2024-08-08 18:51:15 +09:00
liu
91f680a060
test(camelCase): Correct it should describes ( #356 )
2024-08-08 18:50:56 +09:00
raon0211
9c0f7b8210
test(isBoolean): Add test cases from lodash
2024-08-08 18:50:35 +09:00
raon0211
5ef7f3e245
docs(isBoolean): Add isBoolean
2024-08-08 18:47:50 +09:00
guesung
71dcaa4d23
feat(isBoolean): Add isBoolean
function ( #354 )
...
* feat(isBoolean): Add `isBoolean` function
* docs(isBoolean): fix the typo
* fix: fix the lint
2024-08-08 18:45:52 +09:00
raon0211
b2427e1f4b
fix(ary, unary): Fix guard in ary & unary, add Korean docs
CI / codecov (push) Waiting to run
Release / release (push) Waiting to run
2024-08-07 19:02:23 +09:00
raon0211
d7d3cd28a2
chore: Fix lint in Deno
2024-08-07 18:52:38 +09:00
Dayong Lee
a816cb1fb3
chore(ci): add a branch linting all files in CI when .eslintrc.js, .prettierrc, .prettierignore files are changed ( #350 )
...
* Remove unused slack orbs
* Add checking all of the files when changing configure files
2024-08-07 18:51:07 +09:00
Dayong Lee
8600129813
style: Fix all lint errors ( #351 )
...
* Fix lint error
* Style format
* Add class, map, set
2024-08-07 18:50:42 +09:00
raon0211
ce412ff996
feat(isEqual): Implement isEqual
2024-08-07 18:50:11 +09:00
Juhyeok Kang
db79ff3355
docs: Implement Sandpack component for interactive examples in documentation ( #338 )
...
CI / codecov (push) Has been cancelled
Release / release (push) Has been cancelled
* feat(docs): add sandpack component
* docs: add demo in chunk api doc
2024-08-06 11:36:43 +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
Dayong Lee
86fe776f3c
fix(bind, CD): add sloppy-import flag and explicit symbol type for publishing deno ( #345 )
...
* Add explicit type
* Add sloppy-imports argument
2024-08-04 23:20:27 +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
Gromit (전민재)
b0011fa038
feat(isSubset): Add isSubset function ( #343 )
2024-08-04 21:29:45 +09:00
小明的自留地
a4b77c01dd
docs(endsWith): Update endsWith.md ( #339 )
...
Fix wrong returns in Examples.
Co-authored-by: Sojin Park <raon0211@toss.im>
2024-08-04 21:29:20 +09:00
Dayong Lee
6f559c5b4c
fix(size, clonedeep): specify a file and ignore type error for deno ( #342 )
...
* fix(size): specifiy a file for Deno
* Fix cloneDeep
* Revert cloneDeep
* Revert cloneDeep
* Fix cloneDeep
2024-08-04 21:28:47 +09:00