summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2024-09-08fix(ext/node): delay accept() call 2 ticks in net.Server#listen (#25481)Yoshiya Hinosawa
2024-09-07feat: Update no-window lint rule (#25486)Bartek Iwańczuk
2024-09-07feat(add/install): Flag to add dev dependency to package.json (#25495)Nathan Whitaker
2024-09-06BREAKING(net): remove `Deno.{Conn,TlsConn,TcpConn,UnixConn}.prototype.rid` (#...Asher Gomez
2024-09-07chore: soft-remove `Deno.{stdin,stderr,stdout}.rid` (#25479)Asher Gomez
2024-09-06fix(install): Make sure target node_modules exists when symlinking (#25494)Nathan Whitaker
2024-09-06feat(add): Add npm packages to package.json if present (#25477)Nathan Whitaker
2024-09-06fix(runtime): use more null proto objects again (#25040)Kenta Moriuchi
2024-09-06feat(lsp): turn on useUnknownInCatchVariables (#25474)Kenta Moriuchi
2024-09-06fix(jupyter): allow unstable flags (#25483)Leo Kettmeir
2024-09-06refactor(permissions): remove FromStr implementations, add ::parse methods (#...Bartek Iwańczuk
2024-09-06fix: invalid ipv6 hostname on `deno serve` (#25482)Marvin Hagemeister
2024-09-06BREAKING(fs): disallow `new Deno.FsFile()` (#25478)Asher Gomez
2024-09-06BREAKING(buffer): remove `Deno.Buffer` (#25441)Asher Gomez
2024-09-06chore(net): soft-remove `Deno.serveHttp()` (#25451)Asher Gomez
2024-09-052.0.0-rc.1 (#25467)Bartek Iwańczuk
2024-09-05BREAKING: remove "emit" and "map" from deno info output (#25468)David Sherret
2024-09-05feat(check): turn on useUnknownInCatchVariables (#25465)David Sherret
2024-09-05feat(flags): allow double commas to escape values in path based flags (#25453)Leo Kettmeir
2024-09-05fix: add suggestion how to fix importing CJS module (#21764)Bartek Iwańczuk
2024-09-05fix(ext/node): stub `process.cpuUsage()` (#25462)Yoshiya Hinosawa
2024-09-05feat(uninstall): alias to 'deno remove' if -g flag missing (#25461)Bartek Iwańczuk
2024-09-05BREAKING(fs): remove `Deno.funlock[Sync]()` (#25442)Asher Gomez
2024-09-05BREAKING(fs): remove `Deno.seek[Sync]()` (#25449)Asher Gomez
2024-09-05chore(tests): reduce the use of `--unstable` flag in test util (#25443)Yoshiya Hinosawa
2024-09-05fix: update hint for `deno add <package>` (#25455)Bartek Iwańczuk
2024-09-05feat: include version number in all --json based outputs (#25335)Kamil Ogórek
2024-09-05chore: deprecate doc itests (#25452)Mohammad Sulaiman
2024-09-05feat: Allow importing .cjs files (#25426)Bartek Iwańczuk
2024-09-05fix(config): validate export names (#25436)Marvin Hagemeister
2024-09-05feat(ext/node): add abort helpers, process & streams fix (#25262)Luca Casonato
2024-09-05refactor(ext/cron): align error messages (#25300)Ian Bull
2024-09-05feat: Add a hint on error about 'Relative import path ... not prefixed with ....Bartek Iwańczuk
2024-09-05BREAKING(fs): remove `Deno.FsWatcher.prototype.rid` (#25444)Asher Gomez
2024-09-05BREAKING(fs): remove `Deno.File` (#25447)Asher Gomez
2024-09-05refactor(ext/crypto): align error messages (#25440)Ian Bull
2024-09-05fix(ext/http): do not set localhost to hostname unnecessarily (#24777)Yoshiya Hinosawa
2024-09-05fix(ext/node): close upgraded socket when the underlying http connection is c...Yoshiya Hinosawa
2024-09-04fix(regression): do not expose resolved path in Deno.Command permission denie...David Sherret
2024-09-05BREAKING(types): soft-remove `Deno.run()` (#25403)Asher Gomez
2024-09-04feat(install): deno install with entrypoint (#25411)Nathan Whitaker
2024-09-04chore: forward v1.46.3 release commit to main (#25425)denobot
2024-09-04BREAKING(config): make supported compilerOptions an allow list (#25432)David Sherret
2024-09-04fix(windows): Deno.Command - align binary resolution with linux and mac (#25429)David Sherret
2024-09-04fix(byonm): resolve npm deps of jsr deps (#25399)David Sherret
2024-09-04chore(cli): remove deno_emit dependency (#25427)Luca Casonato
2024-09-04feat(add): strip package subpath when adding a package (#25419)Bartek Iwańczuk
2024-09-04fix: lock down allow-run permissions more (#25370)David Sherret