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
Yoshiya Hinosawa
d0a2982ab7
deprecation(io): deprecate BufWriter
( #6041 )
2024-09-24 11:11:32 +09:00
Asher Gomez
50c2fc08dc
docs(io): update deprecation notices ( #6021 )
2024-09-23 20:32:07 +09:00
Asher Gomez
da862c1a24
deprecation(io/unstable): deprecate BufReader
( #6027 )
...
* deprecation(io/unstable): deprecate `BufReader`
* update
* update
2024-09-23 20:31:40 +09:00
Asher Gomez
c80e2fd554
deprecation(io/unstable): deprecate StringWriter
( #6026 )
...
* deprecation(io/unstable): deprecate `StringWriter`
* update
2024-09-23 20:31:29 +09:00
Asher Gomez
2968cb6f6d
deprecation(io/unstable): deprecate StringReader
( #6025 )
...
* deprecation(io/unstable): deprecate `StringReader`
* work
* update
* update
2024-09-23 20:31:13 +09:00
Asher Gomez
f763411aa6
deprecation(io/unstable): deprecate LimitedReader
( #6024 )
...
* deprecation(io/unstable): deprecate `LimitedReader`
* update
2024-09-23 20:30:52 +09:00
Asher Gomez
e2de4d4e49
deprecation(io/unstable): deprecate MultiReader
( #6023 )
...
* deprecation(io/unstable): deprecate `MultiReader`
* update
2024-09-23 20:30:40 +09:00
Asher Gomez
385a11f4b4
deprecation(io/unstable): deprecate readDelim()
( #6022 )
...
* deprecation(io/unstable): deprecate `readDelim()`
* update
2024-09-23 20:30:11 +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
ee9e3020e2
deprecation(io/unstable): deprecate readLong()
( #6007 )
2024-09-19 11:28:22 +10:00
Asher Gomez
3290659317
deprecation(io/unstable): deprecate readRange()
( #6010 )
2024-09-18 18:43:12 +09:00
Asher Gomez
492f0d0a88
deprecation(io/unstable): deprecate readInt()
( #6009 )
2024-09-18 18:42:36 +09:00
Asher Gomez
b32c6eb68e
deprecation(io/unstable): deprecate readShort()
( #6008 )
2024-09-18 18:40:38 +09:00
Asher Gomez
3b518076aa
deprecation(io/unstable): deprecate sliceLongToBytes()
( #6002 )
2024-09-17 19:20:02 +09:00
Asher Gomez
97a5fded1a
deprecation(io/unstable): deprecate readStringDelim()
( #6000 )
...
* deprecation(io/unstable): deprecate `readStringDelim()`
* update
2024-09-17 14:10:49 +09:00
Asher Gomez
a680561f58
deprecation(io/unstable): deprecate copyN()
( #5992 )
...
* deprecation(io/unstable): deprecate `copyN()`
* update
2024-09-17 14:10:23 +09:00
Asher Gomez
ac6d736262
deprecation(io/unstable): deprecate readLines()
( #5990 )
...
* deprecation(io/unstable): deprecate `readLines()`
* update
2024-09-17 14:09:10 +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
43657d89ed
refactor(archive,io): use Seeker[Sync]
from @std/io/types
( #5943 )
2024-09-12 12:46:48 +09:00
Asher Gomez
9c36e5e246
feat(io): add Seeker[Sync]
interfaces ( #5930 )
2024-09-10 17:12:18 +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
Simon Lecoq
9ad71ee178
fix(io): don't use Deno.Buffer
in examples ( #5889 )
2024-09-02 08:47:54 +10: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
11513e0655
refactor(io): create a style guide for error messages, align error messages to the style guide ( #5671 )
...
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2024-08-20 12:27:43 +09: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
Yoshiya Hinosawa
d93b33aff8
docs(io): document std/io
( #5656 )
...
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-08-08 23:20:43 +09:00
Asher Gomez
1047864eda
refactor(io): cleanup BufferFullError
and PartialReadError
logic ( #5657 )
...
* refactor(io): define `BufferFullError` name in constructor
* fix
* work
* work
2024-08-08 22:31:06 +09: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
Jesse Jackson
9253dcbd87
refactor(io): use writeAll()
within copy()
( #5580 )
...
* refactor(io): `copy`
- deduplicate logic by importing `writeAll`
- add JSDoc description of returned value
* add test step for return value
2024-07-30 15:52:20 +10:00
Asher Gomez
e0c493e34e
docs(http): fix options argument display ( #5489 )
2024-07-19 13:11:06 +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
Madhav Ganesan
ab458a38fa
refactor(archive,expect,io,log,toml,yaml): remove private
and public
access modifiers ( #5077 )
...
* replaced public and private access modifiers #5066
* fix: run `deno fmt`
* fix: apply suggestions
* fix
---------
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-06-21 14:13:08 +10:00
Yoshiya Hinosawa
48379971dd
BREAKING(streams): remove iterateReader
, readableStreamFromReader
, readerFromIterable
, readerFromStreamReader
, writableStreamFromWriter
, and writerFromStreamWriter
( #5060 )
2024-06-17 19:02:38 +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
cb06f797ff
refactor(io): cleanup use of @std/assert
( #4979 )
...
* refactor(io): cleanup use of `@std/assert`
* update graph
* Update io/buf_reader.ts
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
---------
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2024-06-05 23:37:24 +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
Javier Hernández
980764ac41
refactor(io): format test names ( #4413 )
...
* refactor(io): format test names
ref #3754
* Update io/buffer_test.ts
---------
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-03-14 17:26:48 +11:00
Gabriele Belluardo
57605ecc0e
refactor(io): prepare for noUncheckedIndexedAccess
( #4470 )
...
* refactor(io): prepare for `noUncheckedIndexedAccess`
* tweak
---------
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-03-12 15:33:32 +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
Asher Gomez
a828744083
feat(io): iterateReader[Sync]()
( #4247 )
2024-02-19 19:24:22 +09:00
Asher Gomez
253e329d1d
feat(io): un-deprecate readerFromStreamReader()
( #4343 )
...
* feat(io): un-deprecate `readerFromStreamReader()`
* adjust removal version
2024-02-19 16:34:51 +11: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
David Luis
4b73416cbc
docs(io): fix io
module is marked deprecated ( #4252 )
2024-01-31 16:13:58 +11:00
David Luis
593e344543
docs: fix broken {@link}
hyperlinks ( #4241 )
2024-01-26 01:08:29 +11:00
Asher Gomez
993143ab4b
BREAKING(io): remove types.d.ts
( #4237 )
2024-01-25 17:22:09 +11:00