Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-08 | feat: "deno lint" subcommand (#6125) | Bartek Iwańczuk | |
2020-06-06 | Add diff for "deno fmt --check" (#5599) | Filippo Rossi | |
2020-06-03 | Upgrade to swc_ecma_parser 0.24.5 (#6077) | David Sherret | |
2020-06-03 | v1.0.5 | Ryan Dahl | |
2020-06-03 | Update to dprint 0.19.1 and swc_ecma_parser 0.24.3 (#6068) | David Sherret | |
2020-06-02 | v1.0.4 | Bartek Iwańczuk | |
2020-06-01 | upgrade: crates (#6032) | Ryan Dahl | |
2020-05-30 | upgrade: Rust crates (#5959) | Ryan Dahl | |
2020-05-29 | v1.0.3 | Bartek Iwańczuk | |
2020-05-27 | upgrade: dprint to 0.19.0 (#5899) | Bartek Iwańczuk | |
2020-05-22 | v1.0.2 | Bartek Iwańczuk | |
2020-05-21 | fix(fmt): Do not panic on new expr with no parens. (#5734) | David Sherret | |
Closes #5567 | |||
2020-05-20 | v1.0.1 | Ryan Dahl | |
2020-05-20 | Update dprint 0.18.4 (#5671) | David Sherret | |
Fixes trailing comma issue | |||
2020-05-17 | Update to dprint 0.18.3 and the latest version of swc (#5509) | David Sherret | |
2020-05-13 | v1.0.0 | Bartek Iwańczuk | |
2020-05-12 | v1.0.0-rc3 | Bartek Iwańczuk | |
2020-05-11 | BREAKING: There is no public Rust API for the CLI (#5226) | Ryan Dahl | |
2020-05-10 | Update to dprint 0.17.2 (#5195) | David Sherret | |
2020-05-09 | 1.0.0-rc2 | Bartek Iwańczuk | |
2020-05-06 | Upgrade crates (#5104) | Ryan Dahl | |
2020-05-04 | v1.0.0-rc1 | Ryan Dahl | |
2020-05-04 | feat(fmt): Add `deno-fmt-ignore` and `deno-fmt-ignore-file` comment support ↵ | David Sherret | |
(#5075) | |||
2020-04-30 | fix(fmt): Format `abstract async` as `abstract async` (#5020) | David Sherret | |
2020-04-30 | feat: add SWC dependency analyzer (#5015) | Bartek Iwańczuk | |
This commit adds "analyze_dependencies" function that uses SWC (by the means of AstParser) to perform analysis of static and dynamic imports. | |||
2020-04-29 | v0.42.0 | Bartek Iwańczuk | |
2020-04-28 | Fix stdin not formatting JSX (#4971) | David Sherret | |
2020-04-22 | upgrade: dprint 0.13.1 (#4853) | David Sherret | |
* Allows union and intersection types to have same multi-line behaviour as arguments (more like prettier). * Stops line breaks before `extends` in conditional type, which would have been a parser error. * Check for `// dprint-ignore-file` comment before parsing. This allow files that panic in swc to be ignored. * Fixes a bug in "multi-line" detection. | |||
2020-04-19 | upgrade: dprint 0.13.0 (#4816) | David Sherret | |
2020-04-16 | v0.41.0 | Bartek Iwańczuk | |
2020-04-14 | upgrade: rust crates (#4742) | Ryan Dahl | |
2020-04-08 | v0.40.0 | Ryan Dahl | |
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-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-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 | feat: Support Unix Domain Sockets (#4176) | João Souto | |
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 | 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 | |