Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-12 | chore: release crates (#9481) | Bartek Iwańczuk | |
2021-02-09 | chore: update dependencies (#9455) | Luca Casonato | |
2021-02-05 | chore: release crates (#9410) | Bartek Iwańczuk | |
2021-02-04 | fetch optimizations (#9402) | Ryan Dahl | |
Release deno_fetch 0.20.2 | |||
2021-01-29 | chore: upgrade tokio to 1.1.1 (#9327) | Yusuke Tanaka | |
2021-01-29 | v1.7.1 | Ryan Dahl | |
2021-01-26 | chore: update crates (#9251) | Luca Casonato | |
Updates SWC, dprint, deno_lint, deno_doc, serde, and Tokio (to 1.1.0). Co-authored-by: Kitson Kelly <me@kitsonkelly.com> Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com> | |||
2021-01-19 | v1.7.0 | Ryan Dahl | |
2021-01-19 | feat(unstable): add Deno.resolveDns API (#8790) | Yusuke Tanaka | |
2021-01-13 | release crates | Ryan Dahl | |
2021-01-11 | upgrade: tokio 1.0 (#8779) | Bartek Iwańczuk | |
Co-authored-by: Bert Belder <bertbelder@gmail.com> | |||
2021-01-11 | chore: update copyright to 2021 (#9092) | Yusuke Tanaka | |
2021-01-06 | refactor: move WebSocket API to an op_crate (#9026) | Luca Casonato | |
2020-12-30 | chore: release crates (#8931) | Bartek Iwańczuk | |
2020-12-22 | chore: release crates (#8854) | Bartek Iwańczuk | |
2020-12-21 | refactor(runtime): remove warp dependency (#8813) | Liam Perlaki | |
This commit replaces the "warp" web server in the "deno_runtime" crate with a "hyper" server and a "tokio-tungstenite" websocket implementation. | |||
2020-12-19 | upgrade: rustyline 7.1.0 (#8829) | Bartek Iwańczuk | |
2020-12-15 | refactor: remove dead code (#8781) | Bartek Iwańczuk | |
2020-12-14 | chore: release crates (#8765) | Bartek Iwańczuk | |
2020-12-14 | chore: release crates (#8760) | Bartek Iwańczuk | |
2020-12-14 | chore: release deno_runtime 0.2.0 (#8758) | Bartek Iwańczuk | |
2020-12-13 | chore: release crates (#8744) | Bartek Iwańczuk | |
2020-12-13 | refactor: deno_runtime crate (#8640) | Bartek Iwańczuk | |
This commit moves Deno JS runtime, ops, permissions and inspector implementation to new "deno_runtime" crate located in "runtime/" directory. Details in "runtime/README.md". Co-authored-by: Ryan Dahl <ry@tinyclouds.org> |