Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-28 | v0.35.0 | Ryan Dahl | |
2020-02-26 | upgrade: dprint 0.7.0 (#4130) | Ryan Dahl | |
* upgrade: dprint 0.7.0 Also make deno fmt less verbose (like cargo fmt) | |||
2020-02-26 | tty: Deno.setRaw(rid, mode) to turn on/off raw mode (#3958) | Kevin (Kun) "Kassimo" Qian | |
2020-02-24 | Remove ansi_term dependency (#4116) | João Souto | |
2020-02-24 | Revert "Remove ansi_term dependency" | Ryan Dahl | |
Broke colors https://github.com/denoland/deno/issues/4112#issuecomment-590545385 This reverts commit c250778704a4e0065e54e6bf6ca6c39d556a6d8d. | |||
2020-02-24 | Remove ansi_term dependency (#4106) | João Souto | |
2020-02-23 | feat: support brotli compression for fetch API (#4082) | EnokMan | |
2020-02-21 | feat: Deno.fsEvents() (#3452) | Bartek Iwańczuk | |
2020-02-21 | feat: support UDP sockets (#3946) | hazæ41 | |
2020-02-21 | upgrade: dprint 0.6.1 (#4061) | 木杉 | |
2020-02-20 | v0.34.0 | Ryan Dahl | |
2020-02-18 | upgrade: dprint 0.6.0 (#4026) | Ryan Dahl | |
2020-02-17 | fix(deno test): support directories as arguments (#4011) | Bartek Iwańczuk | |
2020-02-13 | v0.33.0 | Ryan Dahl | |
2020-02-10 | upgrade: dprint-plugin-typescript 0.5.0 (#3952) | Ryan Dahl | |
2020-02-03 | refactor: Use Tokio's single-threaded runtime (#3844) | Ryan Dahl | |
This change simplifies how we execute V8. Previously V8 Isolates jumped around threads every time they were woken up. This was overly complex and potentially hurting performance in a myriad ways. Now isolates run on their own dedicated thread and never move. - blocking_json spawns a thread and does not use a thread pool - op_host_poll_worker and op_host_resume_worker are non-operational - removes Worker::get_message and Worker::post_message - ThreadSafeState::workers table contains WorkerChannel entries instead of actual Worker instances. - MainWorker and CompilerWorker are no longer Futures. - The multi-threaded version of deno_core_http_bench was removed. - AyncOps no longer need to be Send + Sync This PR is very large and several tests were disabled to speed integration: - installer_test_local_module_run - installer_test_remote_module_run - _015_duplicate_parallel_import - _026_workers | |||
2020-02-03 | upgrade: dprint 0.3.0-alpha.6 | Ryan Dahl | |
2020-02-03 | v0.32.0 | Bartek Iwańczuk | |
2020-01-31 | chore: upgrade dprint (#3842) | Bartek Iwańczuk | |
2020-01-29 | feat: dprint formatter (#3820) | Bartek Iwańczuk | |
* rewrite fmt_test in Rust, remove tools/fmt_test.py * remove //std/prettier | |||
2020-01-24 | v0.31.0 | Ryan Dahl | |
2020-01-22 | refactor: snapshotting (#3753) | Bartek Iwańczuk | |
2020-01-21 | v0.30.1 | Ryan Dahl | |
This patch release is being done only to test crate publishing, hence lack of release notes or published binaries. | |||
2020-01-20 | refactor: reduce number of ErrorKind variants (#3662) | Bartek Iwańczuk | |
2020-01-18 | v0.30.0 | Ryan Dahl | |
2020-01-17 | Upgrade crate deps (#3699) | Ry Dahl | |
Remove unused tokio-executor dep | |||
2020-01-12 | upgrade: tokio 0.2.9, reqwest 0.10.1 (#3653) | Bartek Iwańczuk | |
2020-01-11 | Add gzip, brotli and ETag support for file fetcher (#3597) | EnokMan | |
2020-01-09 | v0.29.0 | Ryan Dahl | |
2020-01-05 | Upgrade rust crates and modernize hyper_hello (#3606) | Bert Belder | |
2020-01-05 | Rename crates: 'deno' to 'deno_core' and 'deno_cli' to 'deno' (#3600) | Ry Dahl | |
2020-01-03 | v0.28.1 | Ryan Dahl | |
2020-01-03 | chore: disable default reqwest features (#3586) | Bartek Iwańczuk | |
2020-01-02 | Happy new year! (#3578) | Ry Dahl | |
2020-01-02 | v0.28.0 | Ry Dahl | |
2019-12-30 | bump reqwest to 0.10.0 (#3567) | Bartek Iwańczuk | |
2019-12-30 | upgrade: Tokio 0.2 (#3418) | Bartek Iwańczuk | |
2019-12-18 | v0.27.0 | Ryan Dahl | |
2019-12-05 | v0.26.0 | Ryan Dahl | |
2019-12-05 | feat: first pass at native plugins (#3372) | Andy Finch | |
2019-11-26 | v0.25.0 | Ryan Dahl | |
2019-11-18 | chore: remove unneeded tokio deps (#3376) | Bartek Iwańczuk | |
2019-11-16 | Use futures 0.3 API (#3358) | Bartek Iwańczuk | |
2019-11-14 | v0.24.0 | Ryan Dahl | |
2019-11-14 | Loader: support .wasm imports (#3328) | Kevin (Kun) "Kassimo" Qian | |
* loader: support .wasm imports * http_server: true * Support named exports * Clippy | |||
2019-11-07 | Upgrade rust crates (#3292) | Bert Belder | |
2019-11-04 | v0.23.0 | Ryan Dahl | |
2019-10-28 | v0.22.0 | Ryan Dahl | |
2019-10-24 | Add error handling for minimal dispatch (#3176) | Bartek Iwańczuk | |
2019-10-19 | v0.21.0 | Ryan Dahl | |