index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
2020-07-03
v1.1.3
Bartek Iwańczuk
2020-07-03
upgrade: dprint-typescript-plugin 0.19.5, deno_lint 0.1.15 (#6614)
Bartek Iwańczuk
2020-07-03
fix: move ImportMeta to deno.ns lib (#6588)
Kitson Kelly
2020-07-02
improve(std/asserts): allow assert functions to specify type parameter (#6413)
WJH
2020-07-02
refactor: lock file (#6569)
Bartek Iwańczuk
- refactor lock file creation - provide deterministic output in lock file (alphabetically sorted) - dynamic imports are checked against lock file
2020-07-02
fix: net permissions didn't account for default ports (#6606)
Jacob Gee-Clarke
2020-07-02
doc: add unstable note to Deno.ftruncateSync and ftruncate (#6590)
Casper Beyer
2020-07-02
typo (#6598)
uki00a
2020-07-02
docs: update discord link (#6599)
Stanislav
2020-07-02
test(std/wasi): add create directory and file tests (#6603)
Casper Beyer
2020-07-01
upgrade: swc_ecma_visit, dprint, deno_lint (#6580)
Bartek Iwańczuk
2020-06-30
Update std/http/cookie types to not require full ServerRequest object (#6577)
Kitson Kelly
2020-06-30
refactor: Improvements to TsCompiler and its tests (#6576)
Kitson Kelly
2020-06-30
fix(std/log): print "{msg}" when log an empty line (#6381)
Water Zheng
2020-06-29
test(std/wasi): add rename test (#6573)
Casper Beyer
2020-06-29
test(std/wasi): add hard-link test (#6571)
Casper Beyer
2020-06-29
feat(std/wasi): implement fd_sync (#6560)
Casper Beyer
2020-06-29
ignore PoisonError in test_server (#6567)
Ryan Dahl
2020-06-29
fix(std/node): do not use absolute urls (#6562)
Ryan Dahl
2020-06-29
feat(std/wasi) implement fd_filestat_set_size (#6558)
Casper Beyer
2020-06-29
feat(std/wasi): implement fd_datasync (#6556)
Casper Beyer
2020-06-29
fix(std/http): Support ipv6 parsing (#5263)
Oron Sharabi
2020-06-29
feat(std/wasi) implement fd_filestat_get (#6555)
Casper Beyer
2020-06-29
fix(cli/upgrade): upgrade fails on Windows with space in temp path (#6522)
Andrey Filatkin
2020-06-29
refactor: util functions take slices instead of heap values (#6547)
Valentin Anger
2020-06-28
feat(std/node): Add Buffer.isEncoding (#6521)
Marcos Casagrande
2020-06-28
docs(std): update paragraph about the tagging process (#6519)
Casper Beyer
2020-06-28
fix(cli/doc): doc printer missing [] around tuple type (#6523)
Valentin Anger
2020-06-28
fix(cli/body): Maximum call stack size exceeded error (#6537)
Marcos Casagrande
2020-06-28
docs: update macOS dependencies of building V8 from source (#6538)
Haoran Liu
2020-06-28
feat(std/node): Add Buffer.allocUnsafe (#6533)
Marcos Casagrande
2020-06-27
fix(std/io): export streams.ts & added docs (#6535)
Marcos Casagrande
2020-06-27
feat(std/io): add fromStreamReader, fromStreamWriter (#5789)
Marcos Casagrande
2020-06-27
feat(std/node): support hex/base64 encoding in fs.readFile/fs.writeFile (#6512)
Marcos Casagrande
2020-06-27
fix(cli): change seek offset type from i32 to i64 (#6518)
Casper Beyer
2020-06-27
test(std/node): Add Buffer tests (#6524)
Marcos Casagrande
2020-06-27
fix(std/node): add fill & encoding args to Buffer.alloc (#6526)
Marcos Casagrande
2020-06-27
Update to dprint-plugin-typescript 0.19.3 (#6527)
David Sherret
2020-06-27
fix(std/wasi): use lookupflags for path_filestat_get (#6530)
Casper Beyer
2020-06-27
fix(std/wasi): path_filestat_get padding (#6509)
Casper Beyer
2020-06-27
fix(cli): Buffer.bytes() ArrayBuffer size (#6511)
Marcos Casagrande
2020-06-27
docs: Update import_maps.md to include more examples (#5648)
Vincent Victoria
2020-06-27
fix(std/http): Catch errors on file_server response.send (#6285)
Jim van der Voort
2020-06-27
fix(cli/js/process): Fix conditional types for process sockets (#6275)
Nayeem Rahman
2020-06-27
feat(std/datetime): add is leap and difference functions (#4857)
Ali Hasani
2020-06-26
v1.1.2
Bartek Iwańczuk
2020-06-26
fix(cli/permissions): panic on hostless URLs (#6500)
Maayan Hanin
2020-06-26
'Compile' messages changed to 'Check' messages (#6504)
Ryan Dahl
2020-06-26
Create new DENO_DIR for each test (#6506)
Ryan Dahl
2020-06-26
test(std/wasi): add read, write and metadata tests (#6494)
Casper Beyer
[next]