summaryrefslogtreecommitdiff
path: root/cli/tests/unit
AgeCommit message (Expand)Author
2021-04-30Rename crate_ops to extensions (#10431)Andy Hayden
2021-04-29fix(op_crate/fetch): infinite loop on fill headers (#10406)William Perron
2021-04-28feat(test): run test modules in parallel (#9815)Casper Beyer
2021-04-28core: introduce extensions (#9800)Aaron O'Mullan
2021-04-27test(cli): run unit tests using Deno.test (#10330)Casper Beyer
2021-04-27fix(console): circular customInspect (#10338)Aaron O'Mullan
2021-04-26fix(tls): throw meaningful error when hostname is invalid (#10387)Bert Belder
2021-04-23fix(op_crates/fetch): Prevent throwing when inspecting a request (#10335)Jesse Jackson
2021-04-23refactor(core): rename send() to opcall() (#10307)Aaron O'Mullan
2021-04-23fix(runtime/js/http): cancel body on response failure (#10225)Nayeem Rahman
2021-04-21fix(fetch): Response inspect regression (#10295)Aaron O'Mullan
2021-04-20chore: align fetch to spec (#10203)Luca Casonato
2021-04-20revert: Conn type changes in #10012 and #10061 (#10255)Kitson Kelly
2021-04-19fix(rt/http): correct URL in Request (#10256)Luca Casonato
2021-04-19chore: align `Headers` to spec (#10199)Luca Casonato
2021-04-15fix(#10182): hang during http server response (#10197)Ryan Dahl
2021-04-14chore: align FormData to spec (#10169)Luca Casonato
2021-04-13feat(cli/dts): stricter typings for Listener & Conn (#10012)crowlKats
2021-04-12refactor(deno): remove concept of bin & json ops (#10145)Aaron O'Mullan
2021-04-12fix(runtime/js/http): Correctly parse user response headers (#10076)Nayeem Rahman
2021-04-12feat(runtime): add truncate and truncateSync methods to Deno.File (#10130)Casper Beyer
2021-04-12feat(runtime): add stat and statSync methods to Deno.File (#10107)Casper Beyer
2021-04-12fix(runtime/js/timers): Use (0, eval) instead of eval() (#10103)Nayeem Rahman
2021-04-11fix(op_crates/console): console.table value misalignment with varying keys (#...Liam Murphy
2021-04-09chore: upgrade dependencies (#10094)Bartek Iwańczuk
2021-04-09fix: async op error stacktraces (#10080)Nayeem Rahman
2021-04-09API change: Deno.startHttp -> Deno.serveHttp (#10087)Ryan Dahl
2021-04-08feat: native HTTP bindings (#9935)Bartek Iwańczuk
2021-04-08fix(core): error handling in examples (#9867)Inteon
2021-04-08fix(runtime/readFile*): close resources on error during read (#10059)Satya Rohith
2021-04-06chore: deprecate Deno.Buffer and read/write utils (#9793)Luca Casonato
2021-04-05chore: update std submodule (#10017)Luca Casonato
2021-03-31refactor: new optimized op-layer using serde_v8 (#9843)Aaron O'Mullan
2021-03-20refactor: Move bin ops to deno_core and unify logic with json ops (#9457)Inteon
2021-03-18fix: fallback to default UA and CA data for Deno.createHttpClient() (#9830)Aaron O'Mullan
2021-03-18chore(console): distinguish between log levels (#9824)Luca Casonato
2021-03-18refactor: update minimal ops & rename to buffer ops (#9719)Inteon
2021-03-17refactor: clean up permission handling (#9367)crowlKats
2021-03-12refactor: move Console to op_crates/console (#9770)Luca Casonato
2021-03-08fix(runtime/js): add navigator interface objects (#9685)Nayeem Rahman
2021-03-02test(op_crates/web): add regression tests for past URL bugs (#9639) (#9639)Bert Belder
2021-03-02chore: upgrade crates (#9632)Bartek Iwańczuk
2021-03-02refactor(op_crates/web): Move URL parsing to Rust (#9276)Nayeem Rahman
2021-03-01feat: WebGPU API (#7977)crowlKats
2021-02-25fix(runtime): do not panic on irregular dir entries (#9579)Casper Beyer
2021-02-25feat(cli): update to TypeScript 4.2 (#9341)Kitson Kelly
2021-02-25feat(runtime): stabilise permissions and add event target capabilities (#9573)Kitson Kelly
2021-02-23fix: panic caused by Deno.env.set("", "") (#9583)Kohei Ueno
2021-02-22fix(tests): fix fetchConnectionError test if port is in use (#9465)David DeSimone
2021-02-21feat(unstable): per op metrics (#9240)Luca Casonato