Age | Commit message (Expand) | Author |
2024-02-06 | chore(ws): remove unused op_ws_send_pong (#22283) | Divy Srivastava |
2024-02-06 | fix(node): add `cp` to fs/promises (#22263) | Divy Srivastava |
2024-02-05 | refactor(cli): Move op descriptions into Rust and prepare for op import (#22271) | Matt Mastracci |
2024-02-06 | fix(unstable): validate kv list selector (#22265) | Heyang Zhou |
2024-02-05 | fix(ext/node): fix timeout param validation in cp.execFile (#22262) | Yoshiya Hinosawa |
2024-02-04 | chore: bump deno core (#22243) | Matt Mastracci |
2024-02-05 | feat(unstable): `Deno.FsFile.lock[Sync]()` and `Deno.FsFile.unlock[Sync]()` (... | Asher Gomez |
2024-02-01 | chore: forward v1.40.3 release commit to main (#22220) | Divy Srivastava |
2024-02-01 | fix(fs): copyFile NUL path on macOS (#22216) | Divy Srivastava |
2024-02-01 | fix(node): add `ppid` getter for `node:process` (#22167) | Yusuke Tanaka |
2024-02-01 | fix(ext/node): add `aes256` algorithm support (#22198) | Asher Gomez |
2024-02-01 | fix(node): `util.callbackify` (#22200) | Divy Srivastava |
2024-01-31 | refactor: migrate runtime/ and ext/canvas/ to virtual ops module (#22196) | Bartek Iwańczuk |
2024-01-29 | refactor: Use virtul ops module (#22175) | Bartek Iwańczuk |
2024-01-29 | refactor: migrate 'ext/node' extension to virtual ops module (#22157) | Bartek Iwańczuk |
2024-01-27 | feat(unstable): implement `navigator.gpu.getPreferredCanvasFormat()` (#22149) | Divy Srivastava |
2024-01-27 | fix(ext/node): limit OpState borrow in op_napi_open (#22151) | Matt Mastracci |
2024-01-27 | chore: upgrade deno_core to 0.256.0 (#22145) | Divy Srivastava |
2024-01-26 | refactor: migrate extensions to virtual ops module (#22135) | Bartek Iwańczuk |
2024-01-26 | refactor: make 'rid' properties non-enumerable (#22137) | Bartek Iwańczuk |
2024-01-26 | chore: upgrade deno_core (#22124) | Bartek Iwańczuk |
2024-01-26 | chore: forward v1.40.2 commit to main (#22133) | Bartek Iwańczuk |
2024-01-26 | fix(ext/http): smarter handling of Accept-Encoding (#22130) | Matt Mastracci |
2024-01-26 | fix(node): remove deprecation warnings (#22120) | Bartek Iwańczuk |
2024-01-25 | fix(fs): instanceof check for Deno.FsFile (#22121) | Bartek Iwańczuk |
2024-01-25 | chore: forward v1.40.1 commit to main (#22107) | Bartek Iwańczuk |
2024-01-25 | Revert "chore: bump rustls-tokio-stream and rustls (#21955)" (#22097) | Bartek Iwańczuk |
2024-01-25 | 1.40.0 (#22096) | denobot |
2024-01-25 | fix: don't use public rid accessors in internal APIs (#22091) | Bartek Iwańczuk |
2024-01-24 | fix: use `warnOnDeprecatedApi()` in `Deno.TlsListener.rid` (#22089) | Asher Gomez |
2024-01-24 | revert: Remove deprecations of file sync APIs (#22085) | Bartek Iwańczuk |
2024-01-24 | feat(publish): error on invalid external imports (#22088) | Luca Casonato |
2024-01-24 | feat: deprecate `Deno.{Conn,TcpConn,TlsConn,UnixConn}.rid` (#22077) | Asher Gomez |
2024-01-24 | feat: deprecate `Deno.{stdin,stdout,stderr}.rid` (#22073) | Asher Gomez |
2024-01-24 | feat: deprecate `Deno.fstat()` and `Deno.fstatSync()` (#22068) | Asher Gomez |
2024-01-24 | feat: deprecate `Deno.Listener.rid` (#22076) | Asher Gomez |
2024-01-24 | feat: `Deno.FsFile.{utime,utimeSync}()` and deprecate `Deno.{futime,futimeSyn... | Asher Gomez |
2024-01-24 | feat: deprecate `Deno.close()` (#22066) | Asher Gomez |
2024-01-24 | feat: deprecate `Deno.ftruncate()` and `Deno.ftruncateSync()` (#22069) | Asher Gomez |
2024-01-24 | feat: Add warnings for more deprecated APIs (#21992) | Bartek Iwańczuk |
2024-01-24 | feat: deprecate `Deno.FsFile` constructor and `Deno.FsFile.rid` (#22072) | Asher Gomez |
2024-01-24 | chore: update `Deno.{fsync,fsyncSync}()` deprecation notices (#22071) | Asher Gomez |
2024-01-24 | feat: deprecate `Deno.shutdown()` (#22067) | Asher Gomez |
2024-01-24 | fix(ext/cron): automatically override unspecified values (#22042) | Igor Zinkovsky |
2024-01-24 | feat: `FsFile.sync()` and `FsFile.syncSync()` (#22017) | Asher Gomez |
2024-01-24 | feat: `Deno.FsFile.dataSync()` and `Deno.FsFile.dataSyncSync()` (#22019) | Asher Gomez |
2024-01-24 | feat: deprecate `Deno.resources()` (#22059) | Asher Gomez |
2024-01-24 | feat: `Deno.{stdin,stdout,stderr}.isTerminal()`, deprecate `Deno.isatty()` (#... | Asher Gomez |
2024-01-23 | refactor: set removal version for `Deno.ListenTlsOptions.certFile`, `Deno.Lis... | Asher Gomez |
2024-01-23 | feat: warn when using --unstable, prefer granular flags (#21452) | Bartek Iwańczuk |