es-toolkit/docs/reference/array
Dayong Lee 21a0ceabc5
feat(sortBy): implement es-toolkit/sortBy (#381)
* Implement sortBy

* Add bench

* Extends template from object

* Fix example

* Add mixed iteratees

* Add docs and fix examples

* Fix jsdoc

* make prettier

* Update src/array/sortBy.ts

---------

Co-authored-by: Sojin Park <raon0211@gmail.com>
2024-08-15 11:15:35 +09:00
..
chunk.md docs: Add Sandpack in docs (#363) 2024-08-10 10:15:48 +09:00
compact.md docs(compact): Fix return type of compact 2024-06-28 23:23:59 +09:00
countBy.md style: Apply prettier 2024-08-11 10:54:13 +09:00
difference.md style: Apply prettier 2024-08-11 10:54:13 +09:00
differenceBy.md style(*): Setup prettier and apply formatting (#24) 2024-06-04 17:19:26 +09:00
differenceWith.md style(*): Setup prettier and apply formatting (#24) 2024-06-04 17:19:26 +09:00
drop.md style(*): Setup prettier and apply formatting (#24) 2024-06-04 17:19:26 +09:00
dropRight.md style(*): Setup prettier and apply formatting (#24) 2024-06-04 17:19:26 +09:00
dropRightWhile.md docs: improve document (#324) 2024-07-30 00:02:49 +09:00
dropWhile.md style(*): Setup prettier and apply formatting (#24) 2024-06-04 17:19:26 +09:00
fill.md feat(fill): Improve fill to support negative indices (#222) 2024-07-18 20:59:13 +09:00
flatMap.md style: Apply prettier 2024-08-11 10:54:13 +09:00
flatten.md feat(flattenDeep): add flattenDeep function (#160) 2024-07-12 09:56:21 +09:00
flattenDeep.md feat(flattenDeep): add flattenDeep function (#160) 2024-07-12 09:56:21 +09:00
forEachRight.md style: Apply prettier 2024-08-11 10:54:13 +09:00
groupBy.md docs(groupBy, keyBy): Update type of key to PropertyKey (#100) 2024-06-30 15:49:13 +09:00
head.md docs: Remove readonly type from our docs 2024-07-14 17:31:45 +09:00
initial.md feat(initial): add initial (#188) 2024-07-14 15:54:17 +09:00
intersection.md style(*): Setup prettier and apply formatting (#24) 2024-06-04 17:19:26 +09:00
intersectionBy.md style(*): Setup prettier and apply formatting (#24) 2024-06-04 17:19:26 +09:00
intersectionWith.md style(*): Setup prettier and apply formatting (#24) 2024-06-04 17:19:26 +09:00
isSubset.md feat(isSubset): Add isSubset function (#343) 2024-08-04 21:29:45 +09:00
keyBy.md docs: Remove readonly type from our docs 2024-07-14 17:31:45 +09:00
last.md feat(last): Add last (#149) 2024-07-11 09:05:13 +09:00
maxBy.md feat(max, min): Add support for max & min in es-toolkit/compat 2024-07-19 00:00:57 +09:00
minBy.md feat(max, min): Add support for max & min in es-toolkit/compat 2024-07-19 00:00:57 +09:00
orderBy.md feat(orderBy): Add orderBy (#123) 2024-07-05 10:11:56 +09:00
partition.md style(*): Setup prettier and apply formatting (#24) 2024-06-04 17:19:26 +09:00
sample.md style(*): Setup prettier and apply formatting (#24) 2024-06-04 17:19:26 +09:00
sampleSize.md docs: Remove readonly type from our docs 2024-07-14 17:31:45 +09:00
shuffle.md style(*): Setup prettier and apply formatting (#24) 2024-06-04 17:19:26 +09:00
sortBy.md feat(sortBy): implement es-toolkit/sortBy (#381) 2024-08-15 11:15:35 +09:00
tail.md feat(tail): add tail function (#143) 2024-07-10 09:52:12 +09:00
take.md style(*): Setup prettier and apply formatting (#24) 2024-06-04 17:19:26 +09:00
takeRight.md style(*): Setup prettier and apply formatting (#24) 2024-06-04 17:19:26 +09:00
takeRightWhile.md style(*): Setup prettier and apply formatting (#24) 2024-06-04 17:19:26 +09:00
takeWhile.md style(*): Setup prettier and apply formatting (#24) 2024-06-04 17:19:26 +09:00
toFilled.md feat: add readonly type for toFilled (#327) 2024-07-31 22:01:30 +09:00
union.md 1.0.0 2024-05-31 16:54:41 +09:00
unionBy.md style(*): Setup prettier and apply formatting (#24) 2024-06-04 17:19:26 +09:00
unionWith.md 1.0.0 2024-05-31 16:54:41 +09:00
uniq.md docs: Add docs for uniqBy and uniqWith 2024-06-13 22:20:12 +09:00
uniqBy.md docs(uniqBy): fix docs for uniqBy (#231) 2024-07-18 21:12:44 +09:00
uniqWith.md style(*): Apply formatting in markdown files (#76) 2024-06-19 17:29:50 +09:00
unzip.md docs: Fix typo in unzip 2024-07-10 09:59:43 +09:00
unzipWith.md style: Apply prettier 2024-08-11 10:54:13 +09:00
without.md feat(without): Add without function (#115) 2024-07-03 10:08:47 +09:00
xor.md 1.0.0 2024-05-31 16:54:41 +09:00
xorBy.md style(*): Setup prettier and apply formatting (#24) 2024-06-04 17:19:26 +09:00
xorWith.md style(*): Setup prettier and apply formatting (#24) 2024-06-04 17:19:26 +09:00
zip.md 1.0.0 2024-05-31 16:54:41 +09:00
zipObject.md feat(zipObject): Add zipObject function (#92) 2024-06-29 20:57:58 +09:00
zipWith.md 1.0.0 2024-05-31 16:54:41 +09:00