summaryrefslogtreecommitdiff
path: root/cli/Cargo.toml
AgeCommit message (Expand)Author
2022-12-13fix(fmt): panic in yaml header with multi-byte characters (#17042)David Sherret
2022-12-12feat: improve download progress bar (#16984)Bartek Iwańczuk
2022-12-07feat(fmt): improve width calculation (#16982)David Sherret
2022-12-06refactor: remove `deno_graph::Locker` usage (#16877)David Sherret
2022-12-05fix(task): improve word parsing (#16911)David Sherret
2022-12-02fix(task): support redirects in pipe sequences (#16903)David Sherret
2022-12-01chore: forward v1.28.3 release commit to main (#16884)denobot
2022-11-30fix(fmt/markdown): fix emoji width calculation in tables (#16870)David Sherret
2022-11-28fix(runtime): feature-flag snapshot from snapshot (#16843)Leo Kettmeir
2022-11-26chore: update deno_doc (#16838)Leo Kettmeir
2022-11-24fix(task): output encoding issues on windows (#16794)David Sherret
2022-11-24chore: forward v1.28.2 release commit to main (#16796)denobot
2022-11-23fix(fmt/markdown): scenario where whitespace was being incorrectly stripped i...David Sherret
2022-11-22chore: workspace inheritance (#16343)Leo Kettmeir
2022-11-22chore: update import_map and deno_doc (#16755)Bartek Iwańczuk
2022-11-21feat(core): Ability to create snapshots from existing snapshots (#16597)Bartek Iwańczuk
2022-11-17chore: forward v1.28.1 release commit to main (#16678)denobot
2022-11-16fix(npm): support non-all lowercase package names (#16669)David Sherret
2022-11-131.28.0 (#16620)denobot
2022-11-10chore: update crates (#16588)Bartek Iwańczuk
2022-11-09chore: forward v1.27.2 release commit to main (#16572)denobot
2022-11-08feat(unstable/npm): support peer dependencies (#16561)David Sherret
2022-11-04chore: forward v1.27.1 release commit to main (#16533)denobot
2022-11-02chore: update deno_doc (#16515)Leo Kettmeir
2022-10-28chore: pin lsp types due to unstable "proposed" feature (#16467)David Sherret
2022-10-271.27.0 (#16442)denobot
2022-10-25feat(task): support `sleep` suffixes (#16425)David Sherret
2022-10-25fix: upgrade swc_ecma_parser to 0.122.19 - deno_ast 0.20 (#16406)David Sherret
2022-10-21feat(upgrade): check if user has write access to deno exe (#16378)sigmaSd
2022-10-18feat(unstable/task): fail task on async command failure (#16301)David Sherret
2022-10-17chore: forward v1.26.2 to main (#16331)Bartek Iwańczuk
2022-10-17bench: don't send data to grafana (#16324)Bartek Iwańczuk
2022-10-17feat(unstable/npm): support providing npm dist-tag in npm package specifier (...David Sherret
2022-10-15refactor(build): better handle old glibc (#16238)Luke Channings
2022-10-14fix(lsp): properly handle snippets on completions (#16274)Kitson Kelly
2022-10-06chore: forward v1.26.1 release commit to main (#16178)denobot
2022-10-06fix(build): don't export all symbols to dynamic symbol table (#16171)Divy Srivastava
2022-10-05feat(npm): implement Node API (#13633)Divy Srivastava
2022-10-03chore(ext/cache): make helper functions public (#16117)Satya Rohith
2022-09-291.26.0denobot
2022-09-28feat: implement Web Cache API (#15829)Satya Rohith
2022-09-27fix(npm): use ntfs junctions in node_modules folder on Windows (#16061)David Sherret
2022-09-26fix(fmt): keep type args in type queries and keep empty array expr element's ...David Sherret
2022-09-22chore: forward v1.25.4 release commit to main (#16001)David Sherret
2022-09-22feat(npm): add flag for creating and resolving npm packages to a local node_m...David Sherret
2022-09-18fix(doc): deno doc should parse modules if they haven't been parsed before (#...David Sherret
2022-09-16upgrade deps (#15914)Ryan Dahl
2022-09-15chore: forward v1.25.3 release commit to main (#15919)Colin Ihrig
2022-09-10chore(cli): exclude npm registry data from crate package (#15832)Yoshiya Hinosawa
2022-09-09feat: download progress bar (#15814)Bartek Iwańczuk