raon0211
e4d906358a
docs: Fix typo in unzip
2024-07-10 09:59:43 +09:00
raon0211
85d4628623
v1.9.0
2024-07-10 09:57:53 +09:00
Lich
27b6c8f521
feat(tail): add tail
function ( #143 )
...
* feat(tail): add tail function
* feat(tail): add tail test code
* feat(tail): add tail benchmark
* feat(tail): add tail docs
* Update docs/ko/reference/array/tail.md
* Update docs/ko/reference/array/tail.md
* Update docs/reference/array/tail.md
* Update docs/reference/array/tail.md
---------
Co-authored-by: Sojin Park <raon0211@gmail.com>
2024-07-10 09:52:12 +09:00
Gromit (전민재)
7c824629ee
feat(flatten): add flatten ( #147 )
...
* feat(flatten): add faltten (#137 )
* fix: fix lint
* fix: fix test code description
* test(flatten): add test case
* Update docs/ko/reference/array/flatten.md
* Update docs/ko/reference/array/flatten.md
* Update docs/ko/reference/array/flatten.md
* Update docs/reference/array/flatten.md
---------
Co-authored-by: Sojin Park <raon0211@gmail.com>
2024-07-10 09:49:26 +09:00
Dongho Kim
3c8d105900
chore: Disable 'jsdoc/require-jsdoc' eslint rule ( #146 )
2024-07-09 23:59:55 +09:00
Dongho Kim
23f31e748c
docs(invert): Ensure JSDoc visibility for invert
function ( #145 )
2024-07-09 23:57:25 +09:00
Dongho Kim
3d64af3aab
docs(range): Fix docs for range ( #144 )
2024-07-09 23:57:01 +09:00
ethan
6f60b786d5
docs(minBy): Fix example in minBy
( #141 )
...
change the returns : { a : 3 } to { a : 1 }
2024-07-09 20:37:00 +09:00
Dongkyu Kim
2ce004c91b
chore(package.json): build script ( #129 )
...
* fix: build script
* fix: add shebangs
2024-07-08 23:01:09 +09:00
raon0211
0e7e5c177c
docs: Fix docs for range
2024-07-08 21:39:59 +09:00
raon0211
1808025e30
docs: Add docs of unzip to the sidebar
2024-07-08 21:37:52 +09:00
seunghee
208cb09c8b
feat(unzip): add unzip ( #130 )
...
* feat: unzip function
* test: unzip test
* chore: unzip bench
* docs: unzip
* docs: unzip
* docs: unzip
* Update src/array/unzip.ts
* Update docs/ko/reference/array/unzip.md
* Update src/array/unzip.ts
* Update docs/reference/array/unzip.md
* Update unzip.md
---------
Co-authored-by: Sojin Park <raon0211@gmail.com>
Co-authored-by: Sojin Park <raon0211@toss.im>
2024-07-08 21:35:45 +09:00
Lich
618f8ac060
feat(head): add head ( #131 )
2024-07-08 15:30:40 +09:00
PiQuark6046
a2e42b8d7e
chore: add provenance flags to npm command line ( #127 )
2024-07-06 13:58:46 +09:00
raon0211
ba768f01c2
v1.8.0
2024-07-05 10:13:41 +09:00
hanna
1eada4d85d
feat(orderBy): Add orderBy ( #123 )
...
* feat(orderBy): add orderBy function
* feat(orderBy): add orderBy test code
* feat(orderBy): add orderBy bench
* feat(orderBy): add orderBy function docs
* feat(orderBy): add orderBy vitepress docs
* fix: test function & add the extend orders feature
* Update src/array/orderBy.ts
---------
Co-authored-by: Sojin Park <raon0211@gmail.com>
Co-authored-by: Sojin Park <raon0211@toss.im>
2024-07-05 10:11:56 +09:00
원동휘
1918eec3d9
feat(invert): add invert ( #125 )
...
* feat: Add invert
* feat: Add test for invert
* feat: Add bench for invert
* docs: Add docs for invert
* docs: fix .vitepress for invert
* chore: Change incorrectly specified path
* chore: Refactor benchmark tests
* feat: refactor type invert
* Update src/object/invert.ts
---------
Co-authored-by: Sojin Park <raon0211@gmail.com>
2024-07-05 10:08:39 +09:00
jgjgill
494519b2ce
feat: Add inRange ( #124 )
2024-07-05 10:08:25 +09:00
raon0211
fab5f7a05c
chore: Remove codspeed temporarily
2024-07-05 10:06:04 +09:00
raon0211
a175b43e0b
v1.7.1
2024-07-03 10:48:24 +09:00
raon0211
6a72c5c8cc
chore: Publish for Deno
2024-07-03 10:46:47 +09:00
raon0211
8844930d1b
v1.7.0
2024-07-03 10:44:28 +09:00
raon0211
f7ec7cc6af
fix: Fix incorrect imports
2024-07-03 10:44:08 +09:00
정해준
ba1e976c5a
feat(forEachRight): add forEachRight ( #119 )
...
* feat(forEachRight): Add forEachRight function
* feat(forEachRight): Add forEachRight test code
* feat(forEachRight): Add forEachRight function bench
* feat(forEachRight): Add forEachRight function docs
* Update docs/ko/reference/array/forEachRight.md
* Update docs/reference/array/forEachRight.md
---------
Co-authored-by: Sojin Park <raon0211@gmail.com>
Co-authored-by: Sojin Park <raon0211@toss.im>
2024-07-03 10:43:50 +09:00
Dongkyu Kim
834d50c389
feat(unzipWith): add unzipWith ( #113 )
...
* feat(array): add unzipWith
* docs(array): add unzipWith reference
* perf: refactoring unzipWith bench
* docs(array): add vitepress
* Apply suggestions from code review
* Update unzipWith.ts
* Update src/array/unzipWith.ts
* Update benchmarks/unzipWith.bench.ts
* Update benchmarks/unzipWith.bench.ts
* Update src/array/unzipWith.spec.ts
* Update src/array/unzipWith.spec.ts
---------
Co-authored-by: Sojin Park <raon0211@gmail.com>
Co-authored-by: Sojin Park <raon0211@toss.im>
2024-07-03 10:40:33 +09:00
raon0211
c1d80ffa06
docs: Add docs link for countBy & without
2024-07-03 10:34:49 +09:00
HyunWoo Lee (Nunu Lee)
373d63b980
feat(countBy): Add countBy function ( #117 )
...
* [feature/#88] Add countBy.ts
* [feature/#88] Add benchmark test of countBy
* [feature/#88] Add test code
* [feature/#88] Add countBy references
* Update docs/ko/reference/array/countBy.md
* Apply suggestions from code review
---------
Co-authored-by: Sojin Park <raon0211@gmail.com>
2024-07-03 10:09:12 +09:00
DevGon
a82eb933ae
feat(without): Add without function ( #115 )
...
* feat(without): Add `without` function
* feat(without): Add `without` function test code
* feat(without): Add `without` function docs
* feat(without): Add `without` function bench
* Update docs/ko/reference/array/without.md
* Apply suggestions from code review
* Update src/array/without.ts
* Update src/array/without.spec.ts
---------
Co-authored-by: Sojin Park <raon0211@gmail.com>
2024-07-03 10:08:47 +09:00
hansolbangul
d870b1e7fe
feat(fill): Add fill function ( #109 )
...
* feat(fill): Add fill function
* feat(fill): Add test/brench code
* feat(fill): Update docs
* feat(fill): Refactor based on code review
* refactor(fill): array to arr
* fix(fill): update `fill` function signature to support mixed types
2024-07-03 09:30:09 +09:00
Dongho Kim
01b5636218
style(*): Add eslint-plugin-jsdoc for improved JSDoc validation and update codebase accordingly ( #112 )
2024-07-03 09:15:02 +09:00
Jonghyeon Ko
57e2afcbc2
chore(package.json): add details ( #110 )
2024-07-03 09:13:16 +09:00
jgjgill
e7472e06db
test(once): Fix docs and test, add bench ( #103 )
...
* docs: translate doc
* test: add toBeUndefined()
* chore: add bench
---------
Co-authored-by: Sojin Park <raon0211@toss.im>
2024-07-02 10:32:06 +09:00
raon0211
17944ad8f7
test: Fix flaky test in throttle
2024-07-02 10:24:55 +09:00
jgjgill
ead6a8290e
feat(meanBy): add meanBy ( #104 )
...
* feat: add meanBy
* chore: fix typo
* Update benchmarks/meanBy.bench.ts
---------
Co-authored-by: Sojin Park <raon0211@gmail.com>
2024-07-01 19:59:19 +09:00
Minsoo Kim
e62c06193a
docs: update installation section ( #102 )
2024-07-01 07:10:04 +09:00
jgjgill
02f14b3697
feat(sampleSize): Add sampleSize ( #101 )
2024-06-30 19:36:26 +09:00
Dongho Kim
6c9c0d1c26
docs(groupBy, keyBy): Update type of key to PropertyKey ( #100 )
2024-06-30 15:49:13 +09:00
Dongho Kim
044002ed6b
feat(groupBy): Accept number and symbol keys in groupBy ( #99 )
2024-06-30 14:56:39 +09:00
Sojin Park
de1591c2e5
docs: Fix docs for installations
2024-06-30 14:55:32 +09:00
Dongho Kim
a9e317b6f3
feat(keyBy): Accept number and symbol keys in keyBy ( #98 )
2024-06-30 14:28:42 +09:00
Sojin Park
fc1a8e65b5
docs: Add docs for AbortError
2024-06-30 14:10:42 +09:00
Sojin Park
ad683b82c7
docs: Remove duplicated heading in installation
2024-06-30 13:57:33 +09:00
Sojin Park
a9523e0407
chore: Fix publish configs for Deno
2024-06-30 13:56:28 +09:00
Sojin Park
2615cab8f5
docs: Update Korean docs for JSR installation in deno
2024-06-30 13:50:43 +09:00
Sojin Park
6c776a49f1
v1.6.1
2024-06-30 13:47:15 +09:00
Sojin Park
7822fbfbdd
docs: Add NPM badge
2024-06-30 13:46:09 +09:00
Sojin Park
0ec0f6c243
docs: Fix README.md
2024-06-30 13:44:33 +09:00
Sojin Park
312775fa3b
docs: Add docs for JSR
2024-06-30 13:43:58 +09:00
Sojin Park
307f307d89
chore: Add support for deno, by adding exact extensions
2024-06-30 13:32:03 +09:00
Sojin Park
19412dbf5b
chore: Fix incorrect publish step
2024-06-30 13:26:13 +09:00