denobot
df6f32c6bc
chore: release 2024.11.01 ( #6167 )
...
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2024-11-01 19:33:15 +09:00
Efe
ff6037adf7
docs(streams): rest arguments not being asserted in docs ( #6155 )
2024-10-29 14:24:18 +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
Doctor
5a1da8d911
feat(streams/unstable): toByteStream()
( #6046 )
...
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-10-08 23:28:36 +09:00
denobot
eeb3c9b151
chore: release 2024.09.24 ( #6043 )
...
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-09-24 19:25:09 +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
a550998a6f
feat(streams/unstable): toBytes()
( #6011 )
2024-09-18 18:57:38 +09:00
denobot
c5d7930d57
chore: release 2024.09.12 ( #5969 )
...
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-09-12 19:18:10 +09:00
Asher Gomez
6011e6bcb0
BREAKING(streams/unstable): move fixed-chunk-stream
module to unstable-fixed-chunk-stream
( #5951 )
...
BREAKING(streams/unstable): move `fixed-chunk-stream` to `unstable-fixed-chunk-stream`
2024-09-12 13:50:22 +09:00
Asher Gomez
b76ae272ae
BREAKING(streams/unstable): move to-lines
module to unstable-to-lines
( #5950 )
2024-09-12 04:04:21 +00: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
Ian Bull
3b3a7617ab
refactor(assert,datetime,fmt,io,streams): consistently throw new Error()
instead of throw Error()
( #5855 )
...
refactor(assert, datetime, fmt, io, streams): use `throw new Error` instead of `throw`
To ensure consistency across the codebase, this commit refactors the
codebase to use `throw new Error` instead of `throw` for throwing
errors.
https://github.com/denoland/std/issues/5854
2024-08-29 08:55:24 +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
f1d3885994
refactor(path,streams): align additional error messages ( #5718 )
2024-08-23 12:31:01 +09:00
Asher Gomez
dea7d7701a
docs(archive,assert,cache,cli,encoding,html,http,net,streams,text): remove unstable Markdown alert ( #5672 )
...
* docs(archive,cli,html,http,net,streams,text): remove unstable Markdown alert
* update
* fix
* update
* fmt
* fix
2024-08-22 02:55:17 -04:00
denobot
f7f275bd3b
chore: release 2024.08.16 ( #5687 )
...
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-08-16 15:33:08 +09:00
Doctor
d5e31807c5
feat(streams/unstable): toLines()
( #5121 )
...
* feat(streams): add toLines
* chore(streams): remove testing code
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
* chore(streams): fmt
* adjust(streams): change toLines return type to `ReadableStream<string>`
- Change the return type from `AsyncGenerator<string>` to `ReadableStream<string>`
- Change `readable` to only be of type `ReadableStream<Uint8Array>`
- Add `options` argument of type `PipeOptions.`
* work
* work
---------
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-08-09 13:26:39 +02:00
denobot
ce02d496a4
chore: release 2024.08.07 ( #5650 )
...
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-08-07 21:42:08 +09:00
Doctor
77345498a2
feat(streams/unstable): FixedChunkStream
( #4995 )
...
* feat(streams): new ResizeStreams(size)
* chore(streams): Renamed ResizeStream to FixedChunkStream
* Update streams/fixed_chunk_stream_test.ts
* update
* tweaks
* tweak test
* fix(streams): chunks getting lost if size was equally divisible by `size`
* work
* work
---------
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-08-07 10:34:54 +02:00
Asher Gomez
7a8b51f723
fix(csv,streams): use string arrays in ReadableStream.from()
in docs and tests ( #5635 )
...
* tests(csv,streams): use string arrays in `ReadableStream.from()`
* fix
2024-08-06 02:21:57 -07:00
Asher Gomez
164fef7204
chore(streams): release streams@1.0.0
( #5518 )
2024-07-23 12:24:03 +09:00
Asher Gomez
a04a2ed798
fix(streams): strictly define toJson()
and toText()
input ( #5517 )
...
* fix(streams): strictly define `toJson()` and `toText()` input
* fix
2024-07-23 12:23:35 +09:00
Asher Gomez
2081cafc2d
chore(streams): remove redundant constructor examples ( #5514 )
...
chore(streams): remove constructor examples
2024-07-23 12:07:22 +09:00
Yoshiya Hinosawa
db670b1c5e
chore: streams@1.0.0-rc.4
(extending RC phase) ( #5493 )
2024-07-19 19:39:01 +09:00
Asher Gomez
649757b867
chore(streams): release streams@1.0.0
( #5213 )
...
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2024-07-19 13:20:12 +10:00
Asher Gomez
350544e370
docs(streams): address documentation issues ( #5480 )
2024-07-18 23:05:16 +00: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
liang
fd9286e10e
fix(streams): toText() incorrect with multibyte strings in different chunks ( #5381 )
2024-07-10 19:52:35 +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
Yoshiya Hinosawa
365f989bde
chore: ignore test utils in coverage reporting ( #5133 )
2024-06-25 16:35:00 +09:00
Doctor
5bcbb8f7f1
fix(streams): prevent earlyZipReadableStreams()
from possibly using excessive memory ( #5082 )
...
* refactor(streams): `earlyZipReadableStreams`
* add(streams): test for cancelling stream
* chore(streams): fmt
* nit(streams): Make one line into two
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
* improve(streams): test to assert all streams were actually cancelled
* adjust(streams): reason for cancelling streams
* tweak cancel reason
* tweak
---------
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-06-20 05:36:58 +00:00
Asher Gomez
572a53704b
test(streams): improve test coverage ( #5078 )
...
* tests(streams): improve test coverage
* tweak
* work
* work
* work
* work
* revert
* revert
2024-06-20 12:58:45 +10:00
Asher Gomez
1e12f5018c
chore(streams): release streams@1.0.0-rc.1
( #5074 )
...
* chore(streams): release `streams@1.0.0`
* chore: add -rc.1
---------
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2024-06-20 12:18:43 +10:00
Yoshiya Hinosawa
6997e8b1fd
test(streams): improve DelimiterStream
test cases ( #5070 )
2024-06-18 15:09:29 +09:00
Yoshiya Hinosawa
f92bfe9659
test(streams): improve Buffer
test ( #5061 )
2024-06-17 19:09:36 +09:00
Yoshiya Hinosawa
48379971dd
BREAKING(streams): remove iterateReader
, readableStreamFromReader
, readerFromIterable
, readerFromStreamReader
, writableStreamFromWriter
, and writerFromStreamWriter
( #5060 )
2024-06-17 19:02:38 +09:00
denobot
cea0a14578
chore: release 2024.06.17 ( #5062 )
...
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-06-17 18:53:28 +09:00
Yoshiya Hinosawa
43bf28efcc
chore(streams): remove unused test util ( #5048 )
2024-06-17 11:27:30 +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
9130ff65f5
refactor(streams): cleanup use of @std/assert
( #4980 )
...
* refactor(streams): cleanup use of `@std/assert`
* work
* update graph
2024-06-05 22:12:42 +00:00
denobot
b9374d3715
chore: release 2024.06.03 ( #4935 )
...
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-06-03 15:44:03 +09:00
Asher Gomez
31b906db99
chore: ensure code examples use assertions in Doc Linter ( #4911 )
2024-06-03 14:10:27 +10:00
Asher Gomez
79d6a70729
docs(assert,cli,data-structures,expect,fmt,front-matter,html,http,jsonc,semver,streams,text,toml,webgpu): add snippet checks in module, function and class docs to doc checker ( #4855 )
...
* chore: add snippet checks to module docs
* fix
* work
* tweak
2024-05-31 12:01:46 +10:00
denobot
673c436739
chore: release 2024.05.29 ( #4883 )
...
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-05-29 18:56:12 +09:00
Yusuke Tanaka
9c3c53e65b
docs(streams): improve docs for stabilization ( #4852 )
...
This commit improves docs of the streams module.
Towards #3764
---------
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2024-05-27 18:27:40 -07: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
Doctor
39c2a4c076
feat(streams): concatReadableStreams()
( #4747 )
...
* feat(streams): `new ConcatStreams()`
* refactor(streams): new ConcatStream to be a ReadableStream instead
- Converted ConcatStream from a TransformStream into a ReadableStream, also now with proper cleaning up if the `.cancel()` method is called.
* adjust(streams): ConcatStreams class into function
* Adjust(streams): based off comments
* adjust(streams): Remove redundant locking
* adjust(streams): based off comments
* tweaks
* fix
* tweak
* add Leo as co-author
Co-authored-by: crowlKats <crowlkats@toaxl.com>
---------
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
Co-authored-by: crowlKats <crowlkats@toaxl.com>
2024-05-20 22:22:01 +00:00
Yoshiya Hinosawa
3155f0050a
chore: switch to JSR-oriented codebase ( #4650 )
2024-04-29 11:57:30 +09:00
Asher Gomez
3f9d4a8494
chore: simplify deprecation notice check ( #4577 )
2024-04-17 15:36:50 +09:00