Bartek Iwańczuk
|
5f53c9808c
|
BREAKING CHANGE: remove Deno.OpenMode (denoland/deno#4884)
This commit removes Deno.OpenMode along with overloaded variants
of Deno.open() and Deno.openSync() that used OpenMode.
|
2021-02-01 10:46:57 +00:00 |
|
Bartek Iwańczuk
|
214d4bf8e4
|
BREAKING CHANGE: change order of args in Deno.copy() (denoland/deno#4885)
|
2021-02-01 10:46:57 +00:00 |
|
Ryan Dahl
|
1f1818d379
|
Move encode, decode helpers to /encoding/utf8.ts, delete /strings/ (denoland/deno#4565)
also removes encoding/mod.ts and archive/mod.ts which are useless.
|
2021-02-01 10:46:57 +00:00 |
|
Kitson Kelly
|
7914eae5f0
|
Update to Prettier 2 and use ES Private Fields (denoland/deno#4498)
|
2021-02-01 10:46:57 +00:00 |
|
dubiousjim
|
635881632d
|
BREAKING CHANGE FileInfo.len renamed to FileName.size (denoland/deno#4338)
|
2021-02-01 10:46:57 +00:00 |
|
Bartek Iwańczuk
|
82a523639a
|
refactor: rewrite tests in to use Deno.test (denoland/deno#3930)
|
2021-02-01 10:46:57 +00:00 |
|
Yusuke Sakurai
|
7534d8390a
|
remove non-null assertion operator from std (part2) (denoland/deno#3927)
|
2021-02-01 10:46:57 +00:00 |
|
Ry Dahl
|
3a9eb92372
|
Happy new year! (denoland/deno#3578)
|
2021-02-01 10:46:56 +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 |
|
Kitson Kelly
|
1c5db631f7
|
Update to TypeScript 3.7 (denoland/deno#3275)
and update to prettier 1.19
Also, update `assert()` and remove not null assertions where possibly
in `cli`.
Closes denoland/deno#3273
|
2021-02-01 10:46:56 +00:00 |
|
Nayeem Rahman
|
5b2aec7a62
|
std: Move fs/path to the top-level (denoland/deno#3100)
|
2021-02-01 10:46:56 +00:00 |
|
Ryan Dahl
|
d491d2e747
|
Run deno_std tests in github actions
|
2021-02-01 10:46:56 +00:00 |
|
Yoshiya Hinosawa
|
c3fe858f98
|
Update eslint and @typescript-eslint (#621)
|
2019-10-05 12:02:34 -04:00 |
|
Axetroy
|
06958a4ada
|
bump prettier to 1.18.2 (#592)
|
2019-09-11 23:31:23 -04:00 |
|
Yoshiya Hinosawa
|
3ea90d54f6
|
Upgrade to v0.11.0 (update Reader interface) (#527)
|
2019-07-07 15:20:41 -04:00 |
|
Axetroy
|
b04fda30c8
|
lint: add max line length rules (#507)
|
2019-06-18 21:22:01 -07:00 |
|
Ryan Dahl
|
86b7499e65
|
upgrade: deno to v0.8.0 (#487)
|
2019-06-09 21:42:06 -04:00 |
|
Bartek Iwańczuk
|
be24677d15
|
chore: Implement strict mode (#453)
|
2019-05-30 08:59:30 -04:00 |
|
Jun Kato
|
98257ef303
|
feat: add Tar and Untar classes (#388)
Ported from danoweb
fccb5bfc60/server/tar.ts
fccb5bfc60/server/tar_test.ts
|
2019-05-14 17:59:42 -04:00 |
|