summaryrefslogtreecommitdiff
path: root/cli/tests/integration/mod.rs
AgeCommit message (Expand)Author
2022-08-20feat(unstable): initial support for npm specifiers (#15484)David Sherret
2022-08-20feat: add "deno init" subcommand (#15469)Leo Kettmeir
2022-07-18fix: WebSocketStream ping event causes pending promises (#15235)Leo Kettmeir
2022-07-12perf: use emit from swc instead of tsc (#15118)David Sherret
2022-06-13feat: no type-check by default (#14691)Bartek Iwańczuk
2022-05-23fix(ext/websocket): WebSocket dispatch single close event (#13443)Leo Kettmeir
2022-05-18fix(ext/tls): ability to ignore IP-address certificate errors (#14610)Aleksei Kosyrev
2022-05-17BREAKING: Remove unstable Deno.emit and Deno.formatDiagnostics APIs (#14463)Bartek Iwańczuk
2022-05-14feat(ext/net): add support for SOA records in Deno.resolveDns() API (#14534)Thanapat Chotipun
2022-05-03feat(ext/net): add "NS" record support in Deno.resolveDns API (#14372)Thanapat Chotipun
2022-04-15feat(test): format user code output (#14271)Bartek Iwańczuk
2022-04-11feat: Add "deno check" subcommand for type checking (#14072)Bartek Iwańczuk
2022-04-01chore(tests): use custom temp dir creation for the tests (#14153)David Sherret
2022-03-11feat: "deno bench" subcommand (#13713)Bartek Iwańczuk
2022-03-10feat: "deno task" subcommand (#13725)Bartek Iwańczuk
2022-02-16feat: deno vendor (#13670)David Sherret
2022-02-16tests: deflake a bunch of net related tests (#13685)Luca Casonato
2022-02-12feat: permission prompt by default (#13650)Ryan Dahl
2022-01-14test: type check lib.deno_core.d.ts (#13356)Bartek Iwańczuk
2022-01-07chore: update copyright to 2022 (#13306)Ryan Dahl
2022-01-06feat(ext/websocket): server automatically handle ping/pong for incoming WebSo...Leo Kettmeir
2021-12-29feat: output `cause` on JS runtime errors (#13209)Leo Kettmeir
2021-12-22chore: update deno_graph and deno_doc (#13173)Kitson Kelly
2021-12-16refactor(cli): use GraphData for check and emit (#12960)Nayeem Rahman
2021-12-07chore: upgrade to rustls 0.20 (#12488)Ryan Dahl
2021-11-23feat(test): Add more overloads for "Deno.test" (#12749)Bartek Iwańczuk
2021-11-09feat(cli): support React 17 JSX transforms (#12631)Kitson Kelly
2021-10-10feat: stabilize Deno.resolveDns (#12368)Satya Rohith
2021-10-05feat: add --compat flag to provide built-in Node modules (#12293)Bartek Iwańczuk
2021-09-26fix(ext/http): include port number in h2 urls (#12181)Ben Noordhuis
2021-09-08feat(cli): Support Basic authentication in DENO_AUTH_TOKENS (#11910)BasiqueEvangelist
2021-08-13fix(http/ws): support multiple options in connection header (#11675)Leo K
2021-08-11mark cafile tests as flaky (#11649)Ryan Dahl
2021-08-11chore: move test files to testdata directory (#11601)David Sherret
2021-08-11test: reenable cafile tests (#11615)Bartek Iwańczuk
2021-08-10v1.13.0Bartek Iwańczuk
2021-08-10refactor: --unsafely-ignore-certificate-errors (#11629)Bartek Iwańczuk
2021-08-10feat: add experimental WebSocketStream API (#10365)Leo K
2021-08-09feat: Add --unsafely-treat-insecure-origin-as-secure flag to disable SSL veri...TheAifam5
2021-08-07feat(tls): Optionally support loading native certs (#11491)Justin Chase
2021-06-29feat: Add "deno_net" extension (#11150)Bartek Iwańczuk
2021-06-27chore: split up integration_tests.rs into separate files (#11131)David Sherret