Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-08 | upgrade: rust crates (#4679) | Ryan Dahl | |
2020-04-03 | v0.39.0 | Ryan Dahl | |
2020-04-03 | upgrade dprint to 0.9.10 (#4601) | Bartek Iwańczuk | |
2020-04-02 | upgrade: rusty_v8 v0.3.10 (#4576) | Ryan Dahl | |
2020-03-28 | v0.38.0 | Ryan Dahl | |
2020-03-28 | feat: Add "deno doc" subcommand (#4500) | Bartek Iwańczuk | |
2020-03-28 | upgrade: dprint 0.9.6 (#4509) | Kitson Kelly | |
2020-03-28 | upgrade: rusty_v8 to v0.3.9 (#4505) | Ryan Dahl | |
2020-03-27 | feat: Support Inspector / Chrome Devtools (#4484) | Ryan Dahl | |
This is a first pass implementation which is still missing several important features: - support for --inspect-brk (#4503) - support for source maps (#4501) - support for piping console.log to devtools console (#4502) Co-authored-by: Bert Belder <bertbelder@gmail.com> Co-authored-by: Matt Harrison <mt.harrison86@gmail.com> Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com> | |||
2020-03-25 | upgrade: dprint 0.9.5 (#4491) | Ryan Dahl | |
2020-03-23 | v0.37.1 | Ryan Dahl | |
2020-03-23 | v0.37.0 | Ryan Dahl | |
2020-03-23 | feat: first pass at "deno upgrade" (#4328) | bartOssh | |
2020-03-20 | refactor: move code from fs.rs into ops/fs.rs (#4428) | dubiousjim | |
This a complex boring PR that shifts around code (primarily) in cli/fs.rs and cli/ops/fs.rs. The gain of this refactoring is to ease the way for #4188 and #4017, and also to avoid some future development pain. Mostly there is no change in functionality. Except: * squashed bugs where op_utime and op_chown weren't using `resolve_from_cwd` * eliminated the use of the external `remove_dir_all` crate. * op_chmod now only queries metadata to verify file/dir exists on Windows (it will already fail on Unix if it doesn't) * op_chown now verifies the file/dir's existence on Windows like chmod does. | |||
2020-03-17 | Upgrade rust crates (#4412) | Bert Belder | |
2020-03-14 | Upgrade to rusty_v8 0.3.5 / v8 8.2.308 (#4364) | Bert Belder | |
2020-03-14 | replace source-mappings-map with rust-sourcemap (#4368) | Bartek Iwańczuk | |
2020-03-11 | v0.36.0 | Ryan Dahl | |
2020-03-10 | upgrade: dprint 0.8.0 (#4308) | Ryan Dahl | |
2020-03-07 | upgrade rust dependencies (#4270) | Ryan Dahl | |
2020-02-28 | v0.35.0 | Ryan Dahl | |
2020-02-28 | upgrade: rusty_v8 0.3.4 (#4179) | Ryan Dahl | |
2020-02-26 | Upgrade to rusty_v8 v0.3.3 (#4119) | Bert Belder | |
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 | 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-07 | Refactor deno_core_http_bench and make it single-threaded (#3903) | Bert Belder | |
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-30 | Upgrade Rust crates (#3829) | Ryan Dahl | |
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-29 | Upgrade rusty_v8 (#3816) | Ryan Dahl | |
2020-01-24 | v0.31.0 | Ryan Dahl | |
2020-01-23 | Upgrade rusty_v8 to 0.2.0 (#3764) | Ryan Dahl | |
2020-01-21 | Upgrade to rusty_v8 v0.1.1 (#3741) | Bert Belder | |
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 |