summaryrefslogtreecommitdiff
path: root/cli/Cargo.toml
AgeCommit message (Expand)Author
2022-08-22perf: cache swc dependency analysis and don't hold onto `ParsedSource`s in me...David Sherret
2022-08-20feat(unstable): initial support for npm specifiers (#15484)David Sherret
2022-08-11chore: forward v1.24.3 release commit to main (#15462)denobot
2022-08-10feat: add initial internal npm client and dependency resolver (#15446)David Sherret
2022-08-10fix: update deno_graph to fix importing config as JSON module (#15388)Kitson Kelly
2022-08-09feat: add ext/node for require support (#15362)Bartek Iwańczuk
2022-08-05fix: various formatting fixes (#15412)David Sherret
2022-08-05chore: forward v1.24.2 release commit to main (#15410)denobot
2022-07-29Forward 1.24.1 to main (#15333) (#15336)Colin Ihrig
2022-07-26chore: update jsonc_parser to 0.20 (#15316)David Sherret
2022-07-211.24.0 (#15262)denobot
2022-07-20fix(fmt): improve curried arrow functions (#15251)David Sherret
2022-07-19fix(task): do not overflow attempting to parse large number as redirect (#15249)David Sherret
2022-07-18chore(repl): update rustyline to 10.0.0 (#15232)sigmaSd
2022-07-14feat(lsp): provide import map remapping diags and fixes (#15165)Kitson Kelly
2022-07-13feat(fmt): do not add a newline between a template and its tag (#15195)David Sherret
2022-07-12chore: forward v1.23.4 release commit to main (#15172)Colin Ihrig
2022-07-11fix(coverage): better handling of multi-byte characters (#15159)David Sherret
2022-07-11fix: upgrade deno_ast to 0.17 (#15152)David Sherret
2022-07-05chore: unpin pin project to fix cargo publish (#15085)David Sherret
2022-07-051.23.3 (#15081)denobot
2022-07-05Revert "refactor(snapshots): to their own crate (#14794)" (#15076)Bartek Iwańczuk
2022-06-30chore: forward 1.23.2 to main (#15027)David Sherret
2022-06-28refactor(bench): continuous benchmarking improvements (#14821)Divy Srivastava
2022-06-24refactor(snapshots): to their own crate (#14794)Aaron O'Mullan
2022-06-23v1.23.1 (#14954)Kayla Washburn
2022-06-22fix: upgrade swc via deno_ast 0.16 (#14930)David Sherret
2022-06-151.23.0 (#14878)denobot
2022-06-15chore: upgrade various deps (#14876)Ryan Dahl
2022-06-14feat(vendor): support using an existing import map (#14836)David Sherret
2022-06-13feat(task): support redirects, cat, xargs (#14859)David Sherret
2022-06-12feat(fmt): remove some unnecessary parens in types (#14841)David Sherret
2022-06-09chore: Forward v1.22.3 to main (#14835)Colin Ihrig
2022-06-06fix(task): support parsing quotes in a word (#14807)David Sherret
2022-06-02chore: Forward v1.22.2 to main (#14785)Bartek Iwańczuk
2022-06-01fix(fmt): do panic for import decl with empty named imports and default impor...David Sherret
2022-06-01feat: update to TypeScript 4.7 (#14242)Kitson Kelly
2022-05-30refactor(bench): Allocate IDs for benches (#14757)Nayeem Rahman
2022-05-30refactor: use deno_emit (#14737)David Sherret
2022-05-271.22.1Kitson Kelly
2022-05-26chore: upgrade rusty_v8 to 0.43.1 (#14713)Bartek Iwańczuk
2022-05-25fix(fmt): prevent infinite loop when formatting certain binary expressions (#...David Sherret
2022-05-23fix: deno task should actually use current exe for `deno` command (#14705)David Sherret
2022-05-20refactor: upgrade to deno_ast 0.15 (#14680)David Sherret
2022-05-19fix(bench): update typo in bench summary (#14672)Geert-Jan Zwiers
2022-05-181.22.0 (#14657)denobot
2022-05-121.21.3 (#14584)Bert Belder
2022-05-051.21.2 (#14508)Colin Ihrig
2022-05-05chore: update deps (#14416)Luca Casonato
2022-05-03feat(ext/net): add "NS" record support in Deno.resolveDns API (#14372)Thanapat Chotipun