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