summaryrefslogtreecommitdiff
path: root/runtime
AgeCommit message (Expand)Author
2024-10-15fix: improve suggestions and hints when using CommonJS modules (#26287)Bartek Iwańczuk
2024-10-15fix: add hint for missing `document` global in terminal error (#26218)Bartek Iwańczuk
2024-10-15refactor: always apply hint when formatting JsError (#26252)Bartek Iwańczuk
2024-10-15chore: upgrade to rust 1.81.0 (#26261)林炳权
2024-10-14refactor(ext/ffi): use concrete error types (#26170)Leo Kettmeir
2024-10-14refactor(ext/url): use concrete error types (#26172)Leo Kettmeir
2024-10-14refactor(ext/webstorage): use concrete error types (#26173)Leo Kettmeir
2024-10-12refactor(ext/tls): use concrete error types (#26174)Leo Kettmeir
2024-10-12refactor(ext/cron): use concrete error type (#26135)Leo Kettmeir
2024-10-12refactor(ext/canvas): use concrete error type (#26111)Leo Kettmeir
2024-10-12refactor(ext/cache): use concrete error type (#26109)Leo Kettmeir
2024-10-12refactor(ext/broadcastchannel): use concrete error type (#26105)Leo Kettmeir
2024-10-10fix(unstable/worker): ensure import permissions are passed (#26101)David Sherret
2024-10-082.0.0 (#26063)denobot
2024-10-04refactor: improve node permission checks (#26028)David Sherret
2024-10-04fix(node): fix worker_threads issues blocking Angular support (#26024)Nathan Whitaker
2024-10-03fix: don't prompt when using `Deno.permissions.request` with `--no-prompt` (#...Simon Lecoq
2024-10-02chore: release deno_* crates (#25987)denobot
2024-10-02chore: release deno_* crates (#25976)denobot
2024-10-01feat: Add suggestion for packages using Node-API addons (#25975)Bartek Iwańczuk
2024-09-30refactor: bury descriptor parsing in PermissionsContainer (#25936)David Sherret
2024-09-29refactor: cleanup for creating worker structs (#25933)David Sherret
2024-09-28refactor: use deno_path_util (#25918)David Sherret
2024-09-27fix(node): Pass NPM_PROCESS_STATE to subprocesses via temp file instead of en...Nathan Whitaker
2024-09-27BREAKING(ext/net): improved error code accuracy (#25383)Luca Casonato
2024-09-26feat: add `--allow-import` flag (#25469)Bartek Iwańczuk
2024-09-26chore: cleanup unused deprecated code (#25839)Asher Gomez
2024-09-24fix: better error for Deno.UnsafeWindowSurface, correct HttpClient name, clea...Leo Kettmeir
2024-09-23feat: make 'globalThis.location' a configurable property (#25812)Bartek Iwańczuk
2024-09-20fix(flags): properly error out for urls (#25770)Leo Kettmeir
2024-09-18fix: do not panic running invalid file specifier (#25530)Yazan AbdAl-Rahman
2024-09-17chore: upgrade deno_core (#25674)Bartek Iwańczuk
2024-09-16chore: remove `warnOnDeprecatedApi()` (#25673)Asher Gomez
2024-09-16chore: lint `40_fs_events.js` (#25672)Asher Gomez
2024-09-17chore(fs): undeprecate `Deno.FsWatcher.prototype.return()` (#25623)Asher Gomez
2024-09-16feat(permissions): `Deno.mainModule` doesn't require permissions (#25667)Nathan Whitaker
2024-09-16refactor(permissions): split up Descriptor into Allow, Deny, and Query (#25508)David Sherret
2024-09-16chore: cleanup remaining `internals.future` code (#25624)Asher Gomez
2024-09-14feat: print `Listening on` messages on stderr instead of stdout (#25491)Marvin Hagemeister
2024-09-13refactor(runtime): align error messages (#25563)Ian Bull
2024-09-12fix(ext/node): Implement detached option in `child_process` (#25218)Nathan Whitaker
2024-09-12refactor: cleanup unstable checks for WebGPU, FFI and FS APIs (#25586)Asher Gomez
2024-09-12feat: stabilize `Deno.createHttpClient()` (#25569)Asher Gomez
2024-09-10BREAKING(temporal/unstable): Remove obsoleted Temporal APIs part 2 (#25505)Kenta Moriuchi
2024-09-11BREAKING(fs): remove `Deno.FsFile.prototype.rid` (#25499)Asher Gomez
2024-09-10feat(cli): use NotCapable error for permission errors (#25431)Luca Casonato
2024-09-09BREAKING(fs): remove `Deno.fsync[Sync]()` (#25448)Asher Gomez
2024-09-09BREAKING: Remove `--unstable` flag (#25522)Bartek Iwańczuk
2024-09-09fix(ext/node): report freemem() on Linux in bytes (#25511)Divy Srivastava
2024-09-09BREAKING(fs): remove `Deno.fdatasync[Sync]()` (#25520)Asher Gomez