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
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
48379971dd
BREAKING(streams): remove iterateReader
, readableStreamFromReader
, readerFromIterable
, readerFromStreamReader
, writableStreamFromWriter
, and writerFromStreamWriter
( #5060 )
2024-06-17 19:02:38 +09: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
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
David Luis
ad4abccb66
docs: replace markdown hyperlink syntax with {@link}
tag where necessary. ( #4253 )
...
docs: replaces markdown hyperlink syntax with `{@link}` tag when necessary.
2024-02-01 09:19:46 +11:00
Asher Gomez
0e654e37d5
BREAKING(streams): remove readAll()
, writeAll()
and copy()
( #4238 )
2024-01-25 16:23:25 +09:00
Lino Le Van
c46143f0ac
chore: update copyright year ( #4046 )
...
* chore: update copyright year
* fix
---------
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-01-02 08:11:32 +11:00
Lino Le Van
5c5ca87361
feat(streams): to ArrayBuffer/Blob/Json/Text ( #3631 )
2023-09-13 17:21:52 +09:00
Lino Le Van
8043078a21
BREAKING(streams): remove readable_stream_from_iterable ( #3579 )
2023-08-28 15:39:55 +09:00
Asher Gomez
a11c957053
chore(streams, archive): remove deprecated exports ( #3107 )
2023-01-14 19:10:03 +09:00
ayame113
b4239898d6
chore: update copyright header ( #3082 )
2023-01-03 19:47:44 +09:00
Asher Gomez
4dd1ae7a56
refactor(streams): clean up mod.ts
( #3003 )
2022-12-15 14:24:37 +09:00
Asher Gomez
5dabeb2d91
refactor(streams): move to single-export files ( #2957 )
2022-11-29 08:55:38 -05:00
Kitson Kelly
e83306672e
docs: improve module documentation ( #2511 )
2022-08-11 21:51:20 +10:00
Bartek Iwańczuk
a06298b0b5
chore: Update top level module JSDocs ( #2343 )
...
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2022-06-14 11:20:56 +02:00
like-nanhai
c75454c44b
docs: add module level docs ( #2190 )
2022-05-04 19:34:37 +09:00
Leo Kettmeir
f2682c6936
feat(streams): LimitedTransformStream & LimitedBytesTransformStream ( #2007 )
2022-03-07 17:47:06 +01:00
Yoshiya Hinosawa
808fe203e0
chore: update copyright header ( #1871 )
2022-02-02 23:21:39 +09:00
Leo K
b58b10c229
feat: streams utilities ( #1141 )
2021-10-12 11:51:48 +02:00