summaryrefslogtreecommitdiff
path: root/Cargo.toml
AgeCommit message (Expand)Author
2023-09-13refactor: use TaskQueue from deno_unsync (#20485)David Sherret
2023-09-13chore: bump deno_core and cargo update (#20480)Matt Mastracci
2023-09-12fix(ext/http): create a graceful shutdown API (#20387)Matt Mastracci
2023-09-09feat(cli): allow --log-level=trace for additional deep debugging (#20426)Matt Mastracci
2023-09-08feat: lockfile v3 (#20424)David Sherret
2023-09-07feat: support import attributes (#20342)David Sherret
2023-09-03fix(ext/kv): add a warning for listenQueue if used with remote KV (#20341)Igor Zinkovsky
2023-09-01chore: forward v1.36.4 to main (#20352)Bartek Iwańczuk
2023-08-31chore: upgrade deno_core to 0.208.0 (#20340)Bartek Iwańczuk
2023-08-30chore: bump deno_core to 0.207.0 (#20333)Matt Mastracci
2023-08-29feat(lockfile): add redirects to the lockfile (#20262)David Sherret
2023-08-26chore(core): bump and trim deps (#20265)Matt Mastracci
2023-08-25fix(ext/tls): upgrade webpki version (#20285)Matt Mastracci
2023-08-25chore: fully remove atty dep (#20288)Matt Mastracci
2023-08-24chore: forward v1.36.3 release commit to main (#20270)denobot
2023-08-24refactor: use "deno_config" crate (#20260)Bartek Iwańczuk
2023-08-23fix(ext/web): add stream tests to detect v8slice split bug (#20253)Matt Mastracci
2023-08-22feat(ext/kv): connect to remote database (#20178)Heyang Zhou
2023-08-21refactor: upgrade deno_ast 0.28 and deno_semver 0.4 (#20193)David Sherret
2023-08-12chore: deno_core -> 0.201.0 (#20135)Matt Mastracci
2023-08-10chore: forward v1.36.1 to main (#20119)Divy Srivastava
2023-08-10chore: upgrade fastwebsockets to 0.4.4 (#19089)Divy Srivastava
2023-08-08refactor(cli): move `snapshot_from_lockfile` function to `deno_npm` (#20024)Yusuke Tanaka
2023-08-06fix(unstable): vendor cache should support adding files to hashed directories...David Sherret
2023-08-05refactor: remove snapshot_module_load_cb (#20043)Nayeem Rahman
2023-08-05chore: use zlib-ng for flate2 (#20059)Matt Mastracci
2023-08-04chore(cargo): update async-compression/flate2/miniz to latest (#20049)Luca Bruno
2023-08-031.36.0 (#20036)denobot
2023-08-02fix: regression in workers using dynamic imports (#20006)Bartek Iwańczuk
2023-07-31refactor: update core extension api usage (#19952)Nayeem Rahman
2023-07-26fix(check): should bust check cache when json module or npm resolution change...David Sherret
2023-07-261.35.3 (#19947)denobot
2023-07-25chore: Bump deno_core (#19940)Matt Mastracci
2023-07-23chore: update deno_core to 0.196.0 (#19897)Bartek Iwańczuk
2023-07-20chore: forward v1.35.2 release commit to main (#19887)denobot
2023-07-14chore: update log, percent-encoding, and rusqlite (#19815)puffyCid
2023-07-12chore: forward 1.35.1 back to main (#19814)David Sherret
2023-07-09chore: upgrade deno_core and rusty_v8 (#19773)Bartek Iwańczuk
2023-07-051.35.0 (#19717)denobot
2023-07-02refactor: rename built-in node modules from ext:deno_node/ to node: (#19680)Bartek Iwańczuk
2023-07-02feat(lsp): basic support of auto-imports for npm specifiers (#19675)David Sherret
2023-07-02refactor(core): Extract deno_core (#19658)Matt Mastracci
2023-07-01chore: upgrade rusty_v8 to 0.74.1 (#19677)Bartek Iwańczuk
2023-06-30fix(npm): support siblings that are peer dependencies of each other (#19657)David Sherret
2023-06-29chore: upgrade rusty_v8 to 0.74.0 (#19633)Bartek Iwańczuk
2023-06-24fix(ext/node): support brotli APIs (#19223)Divy Srivastava
2023-06-24refactor(ops): Adding op2 macro and implementing in a couple of places (#19534)Matt Mastracci
2023-06-16chore: forward v1.34.3 release commit to main (#19526)denobot
2023-06-14fix(compile): some npm dependencies were missing in compiled output (#19503)David Sherret
2023-06-09perf: add Tokio runtime monitor (#19415)Bartek Iwańczuk