Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-18 | v1.4.1 | Bert Belder | |
2020-09-18 | Use reqwest from deno_fetch export (#7562) | Ryan Dahl | |
2020-09-18 | refactor: deno_fetch op crate (#7524) | Bartek Iwańczuk | |
2020-09-17 | refactor: Move URL to op_crates/web (#7544) | Bartek Iwańczuk | |
2020-09-16 | Re-export deno_core::url (#7525) | Ryan Dahl | |
Also re-exports deno_core::futures and deno_core::serde_json but these are not yet used in the CLI. | |||
2020-09-16 | Remove unnecessary serde_derive dependency | Ryan Dahl | |
2020-09-14 | Upgrade Rust crates, pin 'webpki-roots' to version 0.19.0 (#7454) | Bert Belder | |
2020-09-13 | v1.4.0 | Bartek Iwańczuk | |
2020-09-13 | upgrade: deno_doc, deno_lint, dprint, swc (#7434) | Bartek Iwańczuk | |
upgrades: - swc_ecmascript 0.7.7 - dprint-plugin-typescript 0.31.3 - deno_lint 0.2.0 - deno_doc 0.1.9 Split std_lint test into std_lint and unit_test_lint. Added lint ignores to CommonJS files in std/node. | |||
2020-09-12 | Revert "feat(unstable): Support data: urls (#5157)" (#7432) | Bartek Iwańczuk | |
This reverts commit e3319f34a6ece36eab3138eae83c8d0e18fcc07c. | |||
2020-09-11 | feat(unstable): Support data: urls (#5157) | Valentin Anger | |
2020-09-09 | fix(cli): suppress 'WSANOTINITIALIZED' error on Deno exit (#7408) | Bert Belder | |
Unblocks: #6901 | |||
2020-09-09 | upgrade: swc, deno_doc, deno_lint, dprint (#7402) | Bartek Iwańczuk | |
- deno_doc - 0.1.6 - deno_lint - 0.1.29 - dprint-plugin-typescript 0.31.1 - swc_ecmascript 0.7.3 | |||
2020-09-09 | fix(op_crates/web): Use "deno:" URLs for internal script specifiers (#7383) | Nayeem Rahman | |
2020-09-08 | upgrade: deno_doc to 0.1.5 (#7391) | Bartek Iwańczuk | |
2020-09-08 | upgrade: dprint-plugin-typescript 0.31.0 (#7381) | David Sherret | |
2020-09-06 | Move JSON ops to deno_core (#7336) | Bert Belder | |
2020-09-05 | feat: Implement WebSocket API (#7051) | crowlKats | |
2020-09-04 | v1.3.3 | Bartek Iwańczuk | |
2020-09-04 | run cargo update (#7348) | Ryan Dahl | |
2020-09-03 | support env_logger / RUST_LOG (#7142) | tokiedokie | |
2020-09-03 | refactor: use dependency analyzer from SWC (#7334) | Bartek Iwańczuk | |
2020-09-03 | upgrade: swc, deno_doc, deno_lint, dprint (#7332) | Bartek Iwańczuk | |
2020-09-02 | chore: multi line deno_lint diagnostics (#7303) | Luca Casonato | |
2020-09-02 | fix: support missing features in --no-check (#7289) | Bartek Iwańczuk | |
This commit adds "EmitTranspileOptions" to "transpile()" function, that allows to configure transpilation process based on the currently loaded "tsconfig.json". | |||
2020-09-02 | deno_web 0.6.0 (#7317) | Ryan Dahl | |
2020-08-31 | replace utime crate with filetime (#7268) | Casper Beyer | |
2020-08-31 | feat(unstable): add Deno.futime and Deno.futimeSync (#7266) | Casper Beyer | |
2020-08-31 | refactor: Compiler config in Rust (#7228) | Bartek Iwańczuk | |
* port tsc_config.rs * cleanup options * bring back allowNonTsExtension * try * fix test * fix test2 * move config for bundling * remove Transpile compile request * remove dead code * remove more dead code * remove checkJs regex * fix * handle config str for runtime APIs * lint * runtimeCompile config in Rust * runtimeCompile and runtimeTranspile config in Rust * fix * remove lint supression * upgrade: jsonc-parser 0.13.0 * remove unneeded to_string() * upgrade: jsonc-parser 0.14.0 * remove AsRef<str> | |||
2020-08-31 | upgrade: swc, deno_doc, deno_lint, dprint (#7276) | Bartek Iwańczuk | |
2020-08-29 | v1.3.2 | Bartek Iwańczuk | |
2020-08-28 | Move benchmarks to Rust (#7134) | Valentin Anger | |
All benchmarks are done in Rust and can be invoked with `cargo bench`. Currently this has it's own "harness" that behaves like `./tools/benchmark.py` did. Because of this tests inside `cli/bench` are currently not run. This should be switched to the language provided harness once the `#[bench]` attribute has been stabilized. | |||
2020-08-26 | upgrade: swc, deno_doc, deno_lint, dprint (#7194) | Bartek Iwańczuk | |
2020-08-23 | upgrade: swc, dprint, deno_lint, deno_doc (#7162) | Bartek Iwańczuk | |
2020-08-21 | v1.3.1 | Bartek Iwańczuk | |
2020-08-19 | refactor: move cli/doc/ to separate crate (#7103) | Bartek Iwańczuk | |
2020-08-18 | refactor: permissions (#7074) | Nayeem Rahman | |
2020-08-18 | upgrade: swc, deno_lint, dprint (#7098) | Bartek Iwańczuk | |
2020-08-13 | v1.3.0 | Bartek Iwańczuk | |
2020-08-13 | upgrade: swc, deno_lint, dprint (#7040) | Bartek Iwańczuk | |
2020-08-12 | upgrade: Rust crates | Bert Belder | |
The following crates were _not_ upgraded to avoid having multiple versions of the same crate in the dependency tree: * tokio-tungstenite v0.10.1 -> v0.11.0 * swc_common v0. 8.0 -> v0. 9.1 * swc_ecmascript v0. 1.0 -> v0. 3.0 * webpki-roots v0.19.0 -> v0.20.0 * nix v0.17.0 -> v0.18.0 | |||
2020-08-08 | v1.2.3 | Ryan Dahl | |
2020-08-08 | upgrade: deno_lint v0.1.21 (#6985) | Bartek Iwańczuk | |
2020-08-07 | Op crate for Web APIs (#6906) | Bartek Iwańczuk | |
Co-authored-by: Ryan Dahl <ry@tinyclouds.org> | |||
2020-08-03 | fix(cli): add support for non-UTF8 source files (#6789) | Maayan Hanin | |
Fixes: #5542 | |||
2020-07-31 | v1.2.2 | Ryan Dahl | |
2020-07-31 | upgrade: deno_lint, dprint, swc (#6928) | Bartek Iwańczuk | |
This commit upgrades: deno_lint 0.1.20 dprint-plugin-typescript 0.25.0 swc_ecmascript 0.1.0 SWC is no longer reexported from dprint nor deno_lint. | |||
2020-07-28 | refactor: Use SWC to strip types for "--no-check" flag (#6895) | Bartek Iwańczuk | |
2020-07-26 | Shorten Windows file description (#6881) | Mark Tiedemann | |
2020-07-25 | upgrade: deno_lint v0.1.17 (#6869) | Bartek Iwańczuk | |