Age | Commit message (Expand) | Author |
2024-02-01 | chore: forward v1.40.3 release commit to main (#22220) | 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-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 | chore: upgrade deno_core to 0.256.0 (#22145) | Divy Srivastava |
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(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 | 1.40.0 (#22096) | denobot |
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.{stdin,stdout,stderr}.rid` (#22073) | Asher Gomez |
2024-01-24 | feat: deprecate `Deno.fstat()` and `Deno.fstatSync()` (#22068) | 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: deprecate `Deno.FsFile` constructor and `Deno.FsFile.rid` (#22072) | Asher Gomez |
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 | feat: warn when using --unstable, prefer granular flags (#21452) | Bartek Iwańczuk |
2024-01-23 | refactor: port more ops to `ensureFastOps()` (#22046) | Asher Gomez |
2024-01-23 | fix(ext/node): fix no arg call of fs.promises.readFile (#22030) | Yoshiya Hinosawa |
2024-01-23 | refactor: set removal version for `Deno.Server` (#22024) | Asher Gomez |
2024-01-21 | fix(node/fs): promises not exporting fs constants (#21997) | Marvin Hagemeister |
2024-01-20 | fix(node): use `cppgc` for managing X509Certificate (#21999) | Divy Srivastava |
2024-01-19 | fix(node): remove use of non existing `FunctionPrototypeApply` primordial (#2... | Divy Srivastava |
2024-01-19 | fix(node/http): remoteAddress and remotePort not being set (#21998) | Marvin Hagemeister |
2024-01-18 | chore: upgrade deno_core to 0.247.0 (#21974) | Bartek Iwańczuk |
2024-01-18 | fix(node): update `req.socket` on WS upgrade (#21984) | Divy Srivastava |
2024-01-13 | chore: forward v1.39.4 release commit to main (#21933) | denobot |
2024-01-12 | feat: "rejectionhandled" Web event and "rejectionHandled" Node event (#21875) | Bartek Iwańczuk |
2024-01-12 | chore: forward v1.39.3 to main (#21915) | Bartek Iwańczuk |
2024-01-10 | refactor: use `core.ensureFastOps()` (#21888) | Kenta Moriuchi |
2024-01-10 | fix: android support (#19437) | cions |
2024-01-09 | chore: upgrade deno_core to 0.244.0 (#21859) | Bartek Iwańczuk |
2024-01-08 | fix: cjs export rewritten to invalid identifier (#21853) | Marvin Hagemeister |
2024-01-06 | refactor: split runtime/98_global_scope.js (#21785) | Bartek Iwańczuk |
2024-01-05 | fix(ext/node): add WriteStream.isTTY (#21801) | Divy Srivastava |
2024-01-05 | chore: update deno_lint for CI (#21802) | Kenta Moriuchi |
2024-01-05 | fix(ci): update copright year for _fs_cp.js (#21803) | Divy Srivastava |
2024-01-05 | fix(ext/node): add fs.cp, fs.cpSync, promises.cp (#21745) | Divy Srivastava |
2024-01-04 | chore: forward v1.39.2 release commit to main (#21793) | Bartek Iwańczuk |
2024-01-04 | fix: strict type check for cross realms (#21669) | Kenta Moriuchi |
2024-01-04 | fix(ext/node): UdpSocket ref and unref (#21777) | Divy Srivastava |