Casper Beyer
9c302c2ed0
BREAKING(fs): remove readFileStr and readFileStrSync ( denoland/deno#6848 )
...
This removes the readFileStr and readFileStrSync functions which are
effectively duplicates of Deno.readTextFile and Deno.readTextFileSync.
2021-02-01 10:46:58 +00:00
Casper Beyer
4e304e5519
BREAKING(fs): remove writeFileStr and writeFileStrSync ( denoland/deno#6847 )
...
This removes the writeFileStr and writeFileStrSync functions which are
effectivly duplicates of Deno.writeTextFile and Deno.writeTextFileSync.
2021-02-01 10:46:58 +00:00
木杉
79ab42a1a2
refactor(path): enrich the types in parse_format_test ( denoland/deno#6803 )
2021-02-01 10:46:58 +00:00
sonota88
d5fe8881af
doc(bytes): Fix wrong import in the example code (copyBytes) ( denoland/deno#6787 )
2021-02-01 10:46:58 +00:00
uki00a
f6b5e3e4ed
fix(encoding/toml): could not parse strings with apostrophes/semicolons ( denoland/deno#6781 )
2021-02-01 10:46:58 +00:00
Casper Beyer
1c8cbe289a
fix(wasi): remove number overload from rights in path_open ( denoland/deno#6768 )
2021-02-01 10:46:58 +00:00
David Sherret
1425960509
Use dprint for internal formatting ( denoland/deno#6682 )
2021-02-01 10:46:58 +00:00
Rob Waller
e9e789c933
fix(testing): assertThrows inheritance ( denoland/deno#6623 )
2021-02-01 10:46:58 +00:00
Steven Guerrero
bb3aabb08a
feat(node): add string_decoder ( denoland/deno#6638 )
2021-02-01 10:46:58 +00:00
Opliko
856d3de0c4
feat(encoding): add ascii85 module ( denoland/deno#6711 )
2021-02-01 10:46:58 +00:00
Jesse Jackson
79e3f893a7
refactor(datetime): improve weekOfYear ( denoland/deno#6741 )
2021-02-01 10:46:58 +00:00
syumai
b4308cdea6
Remove unused property of StringReader ( denoland/deno#6743 )
2021-02-01 10:46:58 +00:00
Max Nest
7bc149f2a4
docs(io): error in the documentation ( denoland/deno#6709 )
2021-02-01 10:46:58 +00:00
남현욱
deaf04459d
chore: edit style guide link to deno manual ( denoland/deno#6490 )
2021-02-01 10:46:58 +00:00
Bartek Iwańczuk
0534b22a20
v0.61.0
2021-02-01 10:46:58 +00:00
Bartek Iwańczuk
9b6ded5ad1
Revert "feat: move unstable Deno.permissions to navigator.permissions… ( denoland/deno#6729 )
...
* Revert "feat: move unstable Deno.permissions to navigator.permissions (denoland/deno#6244 )"
This reverts commit 202e7fa6ad366ee56a6d070e94eaecb6dbc745bf.
2021-02-01 10:46:58 +00:00
Nayeem Rahman
3373772143
fix(cli/js/web/url): Implement IPv4 hostname parsing ( denoland/deno#6707 )
2021-02-01 10:46:58 +00:00
Nayeem Rahman
26b0fa530f
feat(Deno.inspect): Add sorted, trailingComma, compact and iterableLimit to InspectOptions ( denoland/deno#6591 )
2021-02-01 10:46:58 +00:00
KrisChambers
2cda6fbd3c
Fix for issue denoland/deno#6685 : --allow-net=:8080 broken ( denoland/deno#6698 )
2021-02-01 10:46:58 +00:00
Marcos Casagrande
fae1aba117
BREAKING(encoding/hex): simplify API ( denoland/deno#6690 )
2021-02-01 10:46:58 +00:00
Jacob Gee-Clarke
d7a1012bd2
feat(datetime): Added weekOfYear ( denoland/deno#6659 )
2021-02-01 10:46:58 +00:00
Kitson Kelly
33b36e559d
feat: move unstable Deno.permissions to navigator.permissions ( denoland/deno#6244 )
2021-02-01 10:46:58 +00:00
Evan Bertrand
4d796ea4ae
fix(http): properly return port 80 in _parseAddrFromStr ( denoland/deno#6635 )
2021-02-01 10:46:58 +00:00
Kitson Kelly
9d4117f963
feat: add --no-check option ( denoland/deno#6456 )
...
This commit adds a "--no-check" option to following subcommands:
- "deno cache"
- "deno info"
- "deno run"
- "deno test"
The "--no-check" options allows to skip type checking step and instead
directly transpiles TS sources to JS sources.
This solution uses `ts.transpileModule()` API and is just an interim
solution before implementing it fully in Rust.
2021-02-01 10:46:58 +00:00
Marcos Casagrande
59a4141bbc
fix: base64 in workers ( denoland/deno#6681 )
2021-02-01 10:46:58 +00:00
Casper Beyer
7b7e4a37b4
test(wasi): add std file read and write tests ( denoland/deno#6671 )
2021-02-01 10:46:58 +00:00
Ryan Dahl
ac787a85e2
Fix definition of URL constructor ( denoland/deno#6653 )
2021-02-01 10:46:58 +00:00
crowlKats
732792a9ec
Fix scope in md5 ( denoland/deno#6662 )
2021-02-01 10:46:58 +00:00
Paul Thompson
6d22f5f73c
log - Expose Logger type and improve public interface for get & set log levels ( denoland/deno#6617 )
2021-02-01 10:46:58 +00:00
uki00a
221393d449
fix(tesing/asserts): assertEquals/NotEquals should use milliseconds in Date ( denoland/deno#6644 )
2021-02-01 10:46:58 +00:00
Casper Beyer
7df22ce3ed
fix(wasi): return errno::success from fd_tell ( denoland/deno#6636 )
2021-02-01 10:46:58 +00:00
Casper Beyer
80df83a061
test(wasi) add std::fs::File seek test ( denoland/deno#6648 )
2021-02-01 10:46:58 +00:00
Anton Dmytriichuk
9ca06d98e1
fix(mime): boundary random hex values ( denoland/deno#6646 )
2021-02-01 10:46:58 +00:00
Casper Beyer
d7afa15674
re-enable follow symlinks walk test on Windows ( denoland/deno#6626 )
2021-02-01 10:46:58 +00:00
Casper Beyer
50e9a96ca9
feat(wasi): implement fd_readdir ( denoland/deno#6631 )
2021-02-01 10:46:58 +00:00
Casper Beyer
33e21f2d58
test(node): include windows in link tests ( denoland/deno#6620 )
2021-02-01 10:46:58 +00:00
Casper Beyer
432e972380
test(wasi): explicitly assert each expected arg ( denoland/deno#6633 )
2021-02-01 10:46:58 +00:00
Marcos Casagrande
0c08842262
fix(node): add encoding argument to Buffer.byteLength ( denoland/deno#6639 )
2021-02-01 10:46:58 +00:00
Marcos Casagrande
94ddce721d
feat(node): add buf.equals method ( denoland/deno#6640 )
2021-02-01 10:46:58 +00:00
Bartek Iwańczuk
e47a7a1d1d
v0.60.0
2021-02-01 10:46:58 +00:00
WJH
634fc770a0
improve(asserts): allow assert functions to specify type parameter ( denoland/deno#6413 )
2021-02-01 10:46:58 +00:00
Casper Beyer
58c492e491
test(wasi): add create directory and file tests ( denoland/deno#6603 )
2021-02-01 10:46:58 +00:00
Bartek Iwańczuk
14b9403143
upgrade: swc_ecma_visit, dprint, deno_lint ( denoland/deno#6580 )
2021-02-01 10:46:58 +00:00
Kitson Kelly
7af23788ef
Update http/cookie types to not require full ServerRequest object ( denoland/deno#6577 )
2021-02-01 10:46:58 +00:00
Water Zheng
04501ac731
fix(log): print "{msg}" when log an empty line ( denoland/deno#6381 )
2021-02-01 10:46:58 +00:00
Casper Beyer
fd94415fcd
test(wasi): add rename test ( denoland/deno#6573 )
2021-02-01 10:46:58 +00:00
Casper Beyer
78fc5af589
test(wasi): add hard-link test ( denoland/deno#6571 )
2021-02-01 10:46:58 +00:00
Casper Beyer
efa7296d8c
feat(wasi): implement fd_sync ( denoland/deno#6560 )
2021-02-01 10:46:58 +00:00
Ryan Dahl
1dc5edad0a
fix(node): do not use absolute urls ( denoland/deno#6562 )
2021-02-01 10:46:58 +00:00
Casper Beyer
127ace39b9
feat(wasi) implement fd_filestat_set_size ( denoland/deno#6558 )
2021-02-01 10:46:58 +00:00