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
path:
root
/
cli
/
tests
/
unit
/
unit_tests.ts
Age
Commit message (
Expand
)
Author
2021-04-27
test(cli): run unit tests using Deno.test (#10330)
Casper Beyer
2021-04-23
refactor(core): rename send() to opcall() (#10307)
Aaron O'Mullan
2021-04-19
chore: align `Headers` to spec (#10199)
Luca Casonato
2021-04-14
chore: align FormData to spec (#10169)
Luca Casonato
2021-04-12
refactor(deno): remove concept of bin & json ops (#10145)
Aaron O'Mullan
2021-04-08
feat: native HTTP bindings (#9935)
Bartek IwaĆczuk
2021-03-31
refactor: new optimized op-layer using serde_v8 (#9843)
Aaron O'Mullan
2021-03-20
refactor: Move bin ops to deno_core and unify logic with json ops (#9457)
Inteon
2021-03-18
refactor: update minimal ops & rename to buffer ops (#9719)
Inteon
2021-03-01
feat: WebGPU API (#7977)
crowlKats
2021-01-18
fix(op_crate/fetch): add back ReadableStream.getIterator and deprecate (#9146)
Kitson Kelly
2021-01-15
refactor(op_crate/fetch): align streams to spec (#9103)
Kitson Kelly
2021-01-14
fix: align DOMException API to the spec and add web platform testing of it. (...
Yoshiya Hinosawa
2021-01-11
chore: update copyright to 2021 (#9092)
Yusuke Tanaka
2020-11-25
fix(websocket): Fix PermissionDenied error being caught in constructor (#8402)
crowlKats
2020-10-08
fix: update worker types to better align to lib.dom.d.ts (#7843)
Kitson Kelly
2020-09-21
fix: Response.arrayBuffer() doesn't return promise (#7618)
Luca Casonato
2020-08-11
feat(web): FileReader API (#6673)
Paul Thompson
2020-07-07
feat(test): Add support for regex in filter flag (#6343)
Sebastien Filion
2020-06-21
feat(unstable): add Deno.fsyncSync and fsync (#6411)
Casper Beyer
2020-06-11
feat: URL support in Deno filesystem methods (#5990)
River
2020-06-09
fix: Deno.readSync on stdin (#6126)
Casper Beyer
2020-05-20
fix: streams hwm validation (#5681)
Marcos Casagrande
2020-05-20
move js unit tests to cli/tests (#5678)
Ryan Dahl