Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-22 | v1.6.2 | Bartek Iwańczuk | |
2020-12-22 | chore: release crates (#8854) | Bartek Iwańczuk | |
2020-12-22 | upgrade: deno_doc, deno_lint, dprint, swc (#8849) | Bartek Iwańczuk | |
2020-12-21 | refactor: rewrite lsp to be async (#8727) | Luca Casonato | |
Co-authored-by: Luca Casonato <lucacasonato@yahoo.com> | |||
2020-12-20 | upgrade: swc_ecmascript 0.15.1 (#8836) | Bartek Iwańczuk | |
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 | v1.6.1 | 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> | |||
2020-12-09 | chore: update swc_ecmascript to 0.15.0 (#8688) | Luca Casonato | |
2020-12-08 | v1.6.0 | Bartek Iwańczuk | |
2020-12-08 | chore: release crates (#8662) | Bartek Iwańczuk | |
2020-12-07 | Upgrade ring to support arm64 (#8658) | Ryan Dahl | |
2020-12-07 | feat: add mvp language server (#8515) | Kitson Kelly | |
Resolves #8400 | |||
2020-12-04 | upgrade: swc_bundler 0.17.5 (#8588) | Bartek Iwańczuk | |
2020-12-01 | upgrade: swc_bundler 0.17.3 (#8575) | Bartek Iwańczuk | |
2020-11-30 | upgrade: deno_doc, deno_lint, dprint, swc (#8552) | Bartek Iwańczuk | |
2020-11-28 | chore: update rustyline to 7.0.0 (#8516) | Casper Beyer | |
2020-11-27 | fix test_raw_tty hang (#8520) | Ryan Dahl | |
2020-11-23 | v1.5.4 | Bartek Iwańczuk | |
2020-11-21 | upgrade: deno_doc, deno_lint, dprint, swc (#8443) | Bartek Iwańczuk | |
2020-11-16 | v1.5.3 | Bartek Iwańczuk | |
2020-11-13 | refactor: deno_crypto op crate (#7956) | Divy Srivastava | |
This commit factors out "deno_crypto" op crate. "rand" crate dependency was consequently moved to "deno_crypto" crate and reexported. | |||
2020-11-09 | fix(cli): Use safe shell escaping in `deno install` (#7613) | Scott Olson | |
2020-11-09 | v1.5.2 (#8301) | Kitson Kelly | |
2020-11-08 | upgrade: deno_doc, deno_lint, dprint, swc (#8292) | Bartek Iwańczuk | |
2020-11-03 | refactor(cli): cleanup compiler snapshot and tsc/module_graph (#8220) | Kitson Kelly | |
2020-10-31 | v1.5.1 | Luca Casonato | |
2020-10-30 | upgrade: deno_doc, deno_lint, dprint, swc (#8197) | Bartek Iwańczuk | |
- deno_doc 0.1.14 - deno_lint 0.2.7 - dprint-plugin-typescript 0.32.7 - swc_bundler 0.14.1 - swc_ecmascript 0.13.1 | |||
2020-10-27 | v1.5.0 | Bartek Iwańczuk | |
Co-authored-by: Ryan Dahl <ry@tinyclouds.org> | |||
2020-10-22 | upgrade: deno_doc, deno_lint, dprint, swc (#8077) | Bartek Iwańczuk | |
- deno_doc 0.1.13 - deno_lint 0.2.5 - dprint-plugin-typescript 0.32.6 - swc_bundler 0.12.0 - swc_ecmascript 0.11.1 | |||
2020-10-20 | bump versions for op crates (#8048) | Ryan Dahl | |
2020-10-20 | feat(cli): add support for bundle --no-check (#8023) | Kitson Kelly | |
Fixes #6686 | |||
2020-10-19 | deno_core 0.64.0 (#8025) | Ryan Dahl | |
2020-10-17 | upgrade: deno_doc, deno_lint, dprint, swc (#8009) | Bartek Iwańczuk | |
2020-10-10 | v1.4.6 | Bartek Iwańczuk | |
2020-10-08 | v1.4.5 | Bartek Iwańczuk | |
2020-10-07 | upgrade: deno_doc, deno_lint, dprint, swc (#7862) | Bartek Iwańczuk | |
2020-10-03 | v1.4.4 | Bartek Iwańczuk | |
2020-10-02 | v1.4.3 | Bartek Iwańczuk | |
2020-10-02 | upgrade: swc, deno_doc, deno_lint, dprint (#7793) | Bartek Iwańczuk | |
2020-10-02 | refactor(repl): use an inspector session (#7763) | Casper Beyer | |
This ports the REPL over to Rust and makes use of an inspector session to run a REPL on top of any isolate which lets make full use of rustylines various things like validators and completors without having to introduce a bunch of hard to test internal ops and glue code. An accidental but good side effect of this is that the multiple line input we previously had is now an editable multi-line input prompt that is correctly stored in the history as a single entry. | |||
2020-09-30 | refactor: improve op crate interfaces for other consumers (#7745) | Bartek Iwańczuk | |
2020-09-27 | feat(fmt): Sort named import and export specifiers (#7711) | David Sherret | |
2020-09-25 | v1.4.2 | Bartek Iwańczuk | |
2020-09-21 | refactor: use futures and serde_json from deno_core (#7614) | Bartek Iwańczuk | |