Commit Graph

38 Commits

Author SHA1 Message Date
Asher Gomez
d902c24651
BREAKING(io): remove StringReader (#6062)
* BREAKING(io): remove `StringWriter`

* BREAKING(io): remove `StringReader`
2024-09-26 03:25:37 +00:00
Asher Gomez
87a5b9e2ec
BREAKING(io): remove StringWriter (#6061) 2024-09-26 12:10:11 +09:00
Asher Gomez
45cef56ce9
BREAKING(io): remove MultiReader (#6059) 2024-09-26 12:15:16 +10:00
Asher Gomez
6c75ccb6ed
BREAKING(io): remove LimitedReader (#6058) 2024-09-26 11:51:20 +10:00
Asher Gomez
c8991ecd23
BREAKING(io): remove readDelim() (#6052)
* BREAKING(io/unstable): remove `readStringDelim()`

* BREAKING(io/unstable): remove `readDelim()`
2024-09-25 20:36:58 +09:00
Asher Gomez
4a391483ac
BREAKING(io): remove BufWriter (#6057)
* BREAKING(io): remove `BufReader`

* BREAKING(io): remove `BufWriter`

* fix
2024-09-25 21:13:48 +10:00
Asher Gomez
0023c5305a
BREAKING(io): remove BufReader (#6056)
* BREAKING(io): remove `BufReader`

* fix
2024-09-25 17:52:07 +10:00
Asher Gomez
4e6a86be9b
BREAKING(io): remove readShort() (#6050)
* BREAKING(io/unstable): remove `sliceLongToBytes()`

* BREAKINIG(io/unstable): remove `readLong()`

* BREAKING(io/unstable): remove `readInt()`

* BREAKING(io/unstable): remove `readShort()`
2024-09-25 04:18:45 +00:00
Asher Gomez
71e1b13714
BREAKING(io): remove readInt() (#6048)
* BREAKING(io/unstable): remove `sliceLongToBytes()`

* BREAKINIG(io/unstable): remove `readLong()`

* BREAKING(io/unstable): remove `readInt()`
2024-09-25 04:13:37 +00:00
Asher Gomez
498700fc52
BREAKING(io): remove readLong() (#6047)
* BREAKING(io/unstable): remove `sliceLongToBytes()`

* BREAKINIG(io/unstable): remove `readLong()`
2024-09-25 04:08:10 +00:00
Asher Gomez
4c0ac4ffcc
BREAKING(io/unstable): remove readStringDelim() (#6001) 2024-09-25 04:01:56 +00:00
Asher Gomez
3500797dcb
BREAKING(io): remove readRange[Sync]() (#6049)
BREAKING(io/unstable): remove `readRange()`
2024-09-25 13:00:21 +09:00
Asher Gomez
eb064eba09
BREAKING(io/unstable): remove sliceLongToBytes() (#6005) 2024-09-25 12:58:16 +09:00
Asher Gomez
548d254f31
BREAKING(io/unstable): remove copyN() (#5999)
* deprecation(io/unstable): deprecate `copyN()`

* BREAKING(io/unstable): remove `copyN()`
2024-09-25 12:50:38 +09:00
Asher Gomez
034549bb36
BREAKING(io): remove readLines() (#5991)
* deprecation(io/unstable): deprecate `readLines()`

* BREAKING(io/unstable): remove `readLines()`
2024-09-25 13:47:26 +10: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
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
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
Asher Gomez
a9fe1603e0
feat(io): re-introduce IO functions (#4128) 2024-01-12 18:34:12 +11: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
Asher Gomez
7d5344d775
docs: improve deprecation notices (#3804) 2023-11-16 05:33:11 +11:00
Lino Le Van
b62f528baf
BREAKING(io): deprecate io top level module (#3556) 2023-09-20 20:20:00 +09:00
Asher Gomez
c1637bdcbb
BREAKING(dotenv,fmt,io): remove deprecated APIs (#3134) 2023-01-27 16:24:10 +09:00
ayame113
b4239898d6
chore: update copyright header (#3082) 2023-01-03 19:47:44 +09:00
Asher Gomez
ae3663e74c
chore: move deprecated removal versions back (#3032) 2022-12-22 17:01:00 +09:00
Asher Gomez
8b8950e64c
BREAKING(io): single-export files (#2975) 2022-12-05 15:51:08 +09:00
Asher Gomez
e0bd4346fa
chore(io): remove deprecated APIs (#2713) 2022-09-29 11:29:34 -04: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
Yoshiya Hinosawa
808fe203e0
chore: update copyright header (#1871) 2022-02-02 23:21:39 +09:00
Nayeem Rahman
d21aa79126
BREAKING(io): Reorganize modules (#813)
This commit reogranizes many modules:
- Move exports of io/bufio.ts (removed) into io/buffer.ts.
- Move exports of io/util.ts (repurposed, see next bullet) into io/streams.ts.
* With the exception of readRange() and readRangeSync(), which have been moved to io/files.ts (new).
*Also rename iter() and iterSync() to iterateReader() and iterateReaderSync() respectively.
- Move exports of io/ioutil.ts (removed) into io/util.ts.

Deprecation messages were added to old modules to make this change backwards compatible.

Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2021-10-08 03:42:33 +02:00
Luca Casonato
be89f5a714
feat: add io/buffer and io/util module (#808)
This moves the `Deno.Buffer` and `Deno.readAll` / `Deno.readAllSync` /
`Deno.writeAll` / `Deno.writeAllSync` implementations to std, so we can
deprecate them in Deno 1.9, and remove them in Deno 2.0.
2021-03-22 22:45:35 +01:00
Ryan Dahl
48a2496dbe update copyright to 2021 (denoland/deno#9081) 2021-02-01 10:46:59 +00:00
tokiedokie
d3fa1bbf5d chore: add copyright (denoland/deno#7593) 2021-02-01 10:46:58 +00:00
Marcos Casagrande
4cee6a637a fix(io): export streams.ts & added docs (denoland/deno#6535) 2021-02-01 10:46:58 +00:00
Nayeem Rahman
90bd2ad881 feat: Add missing mod.ts files in std (denoland/deno#3509)
archive/tar.ts:
- Remove FileReader.
- Remove FileWriter.

encoding/csv.ts:
- ExtendedParseOptions -> ParseOptions
- HeaderOption -> HeaderOptions
- ParseOptions -> ReadOptions
- readAll() -> readMatrix()

encoding/yaml.ts:
- DumpOptions -> StringifyOptions

fmt/colors.ts:
- getEnabled() -> getColorEnabled()
- setEnabled() -> setColorEnabled()

testing/mod.ts:
- Re-export sibling modules.
2021-02-01 10:46:56 +00:00