Commit Graph

135 Commits

Author SHA1 Message Date
familyboat
7ed73ae147
test(async/unstable): fix typo (#6149) 2024-10-28 14:03:38 +09:00
denobot
10ee73dbbc
chore: release 2024.10.24 (#6145)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-10-24 19:23:22 +09:00
Simon Lecoq
0f4649d4b7
feat(async/unstable): add throttle() function (#6110) 2024-10-21 15:19:54 +09:00
denobot
b4e5d21762
chore: release 2024.10.10 (#6098)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-10-10 18:46:27 +09:00
scarf
975af7bbfa
chore(async/unstable): fix typo (#6096) 2024-10-08 23:46:13 +09:00
scarf
c221924aec
feat(async/unstable): accept iterator varargs in MuxAsyncIterator (#6087)
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2024-10-08 23:20:01 +09:00
Asher Gomez
0b2497f16e
fix: update codebase to work with Deno RC (#6018)
* fix: update codebase to work with Deno RC

* work

* fix

* fix

* fix

* fixes

* work

* update

* fixes

* fix

* revert
2024-09-20 09:29:31 +10:00
Asher Gomez
58dbbd6bd2
chore: enable no-console lint rule (#5975) 2024-09-13 15:43:13 +10:00
denobot
67e9cfa0ff
chore: release 2024.09.04 (#5908)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-09-04 19:37:53 +09:00
Kenta Moriuchi
4d4bd0eb92
refactor(archive,async,cli,csv,dotenv,encoding,expect,fmt,front-matter,fs,http,internal,log,net,path,semver,testing,text,webgpu,yaml): enable "exactOptionalPropertyTypes" option (#5892) 2024-09-04 14:15:01 +09:00
Kenta Moriuchi
5bed4c81b5
fix(async,csv,fmt): assign default value when undefined is passed (#5893)
* fix(fmt): stop using `Object.assign` for options

* fix(csv): move evaluation of option default values to later

* fix(async): change spread syntax to destructuring assignment

* lint
2024-09-03 18:57:27 +10:00
lionel-rowe
2e209c0ff6
docs(async): add note about deadline() DOMException name of TimeoutError (#5833)
* docs(async): add note about deadline DOMException name of TimeoutError

* Document all cases for thrown error
2024-08-28 15:46:19 +10:00
denobot
2b3683b6fb
chore: release 2024.08.26 (#5824)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-08-26 17:33:29 +09:00
Ian Bull
833a24f088
refactor(async): align the error messages to the style guide (#5758)
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2024-08-22 15:02:58 +09:00
Asher Gomez
55d5524a9b
chore(async): add browser-compat declarations (#5730) 2024-08-20 12:46:06 +09:00
denobot
fdadd531af
chore: release 2024.08.05 (#5632)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-08-06 00:08:58 +09:00
Mateusz Russak
ed19729127
fix(async): abortable should not change original outputs (#5609)
* fix(async): abortable should not change original outputs

* fix: according to code review

* revert

---------

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-08-05 05:31:35 +00:00
denobot
0e4f294cdf
chore: release 2024.08.02 (#5621)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-08-02 20:27:08 +09:00
Asher Gomez
cd0bc9f2e1
test(async): improve test speed of async/pool_test.ts (#5611)
* test(async): improve test speed of `async/pool_test.ts`

* fix
2024-08-02 12:32:55 +09:00
Asher Gomez
6e1724ba22
test(async): fix abortable.AsyncIterable() calls return before throwing test (#5596)
* test(async): fix `abortable.AsyncIterable() calls return before throwing` test

* fix
2024-08-01 14:30:49 +09:00
Mateusz Russak
714fccba66
fix(async): abortableAsyncIterable() should call .return() on the generator once aborted (#5560)
* fix(async): abortableAsyncIterable() should call .return() on the generator once aborted

* fix: formatting

---------

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-08-01 00:25:42 +00:00
denobot
fb950fa0f3
chore: release 2024.07.26 (#5554)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-07-26 19:45:22 +09:00
Asher Gomez
a04f5ef419
chore(async): remove redundant constructor example (#5507)
chore(async): remove constructor example
2024-07-23 12:04:41 +09:00
Asher Gomez
80fc3ff167
chore(async): release async@1.0.0 (#5211)
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2024-07-19 13:19:57 +10:00
denobot
f54eab4355
chore: release 2024.07.12 (#5431)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-07-12 19:45:19 +09:00
notomo
369901d027
fix(async): improve debounce node.js compatibility (#5419) 2024-07-12 13:29:44 +09:00
denobot
940568c62d
chore: release 2024.07.02 (#5254)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-07-02 20:43:42 +09:00
Asher Gomez
d102a10235
refactor(assert,async,bytes,cli,collections,crypto,csv,data-structures,datetime,dotenv,encoding,expect,fmt,front-matter,fs,html,http,ini,internal,io,json,jsonc,log,media-types,msgpack,net,path,semver,streams,testing,text,toml,ulid,url,uuid,webgpu,yaml): import from @std/assert (#5199)
* refactor: import from `@std/assert`

* update
2024-06-30 08:30:10 +00:00
denobot
7d1d9cc34a
chore: release 2024.06.21 (#5107)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-06-21 19:15:49 +09:00
Asher Gomez
e561d36026
BREAKING(async): simplify deadline() logic, remove DeadlineError and improve errors (#5058) 2024-06-21 16:37:23 +10:00
Asher Gomez
053798d139
BREAKING(async): make abortablePromise() and abortableAsyncIterable() private (#5056) 2024-06-19 15:26:44 +10:00
Asher Gomez
1b2b9aff0c
chore(async): release async@1.0.0-rc.1 (#5035) 2024-06-15 18:58:49 +12:00
Yoshiya Hinosawa
3a930850c3
BREAKING(async): stop exporting ERROR_WHILE_MAPPING_MESSAGE (#5041) 2024-06-14 19:15:35 +09:00
Yoshiya Hinosawa
b3be4c96cd
chore(async): mark Tuple and TupleOf as @internal (#5042) 2024-06-14 19:15:05 +09:00
Yoshiya Hinosawa
d3f31b4a46
docs(async): improve module docs (#5039) 2024-06-14 19:14:32 +09:00
Yoshiya Hinosawa
df27fe8ad0
docs(async): avoid memory leak in example (#5040) 2024-06-14 19:13:44 +09:00
denobot
0ea4868542
chore: release 2024.06.06 (#4984)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-06-06 20:26:57 +09:00
Asher Gomez
da7b395d37
refactor(async): cleanup use of @std/assert (#4950)
* refactor(async): cleanup use of `@std/assert`

* graph
2024-06-05 01:13:11 +00:00
Asher Gomez
31b906db99
chore: ensure code examples use assertions in Doc Linter (#4911) 2024-06-03 14:10:27 +10:00
denobot
51dc36d563
chore: release 2024.05.22 (#4830)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2024-05-22 19:57:28 +09:00
Asher Gomez
67ca078107
chore: add @example title check to doc checker (#4823)
* chore: add `@example` title check to doc checker

* fix
2024-05-22 15:08:36 +10:00
Leo Kettmeir
e3f63dc2ef
docs(async): improve docs for stabilization (#4803) 2024-05-21 17:40:43 -07:00
Yoshiya Hinosawa
3155f0050a
chore: switch to JSR-oriented codebase (#4650) 2024-04-29 11:57:30 +09:00
Michael Herzner
61183bcbcc
test(async): improve test coverage (#4567) 2024-04-12 07:23:54 +10:00
Asher Gomez
46d9fa594c
chore: update browser-compatible files with declaration (#4560) 2024-04-10 12:43:44 +10:00
Asher Gomez
09a04d8056
docs(async): add module example (#4465) 2024-03-11 20:31:11 +11:00
Asher Gomez
02213b97b0
chore(async): add missing code snippet tags (#4432) 2024-03-04 18:17:24 +11:00
David Sherret
ef6b95f0c7
refactor: make the code work under verbatimModuleSyntax (#4406)
* Start

* Update

* Format

* Revert deno.json change

---------

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-02-27 21:57:25 +00:00
Hajime-san
897b86d99c
docs(async): use Array.fromAsync() in debounce() example (#4283)
* docs(async): `debounce` example replace with `Array.fromAsync`

* Update async/debounce.ts

---------

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-02-07 16:04:31 +11:00
Asher Gomez
845a6f8d97
refactor: use granular --unstable-* CLI flags (#4232)
* refactor: use granular `--unstable-*` CLI flags

* tweak
2024-01-25 07:48:48 +11:00