summaryrefslogtreecommitdiff
path: root/runtime/js
AgeCommit message (Expand)Author
2024-02-18feat(fs): `Deno.FsFile.{isTerminal,setRaw}()` (#22234)Asher Gomez
2024-02-15chore: add DENO_FUTURE env var (#22318)Divy Srivastava
2024-02-07chore: remove op_spawn_child test (#22314)Bartek Iwańczuk
2024-02-07chore: don't expose FFI ops to user code (#22313)Bartek Iwańczuk
2024-02-07chore: upgrade deno_core to 0.259.0 (#22311)Bartek Iwańczuk
2024-02-07refactor: move ImageData to web extension (#22295)Leo Kettmeir
2024-02-07chore: remove unneeded benchmark (#22300)Bartek Iwańczuk
2024-02-06refactor: use web utils and lazy load utils from core (#22289)Leo Kettmeir
2024-02-06fix: Support Symbol.metadata (#22282)Bartek Iwańczuk
2024-02-06chore(ws): remove unused op_ws_send_pong (#22283)Divy Srivastava
2024-02-06refactor: don't expose some ops (#22281)Bartek Iwańczuk
2024-02-06refactor: don't expose worker ops to user code (#22276)Bartek Iwańczuk
2024-02-06refactor: don't expose ops to user code (#22273)Bartek Iwańczuk
2024-02-05refactor(cli): Move op descriptions into Rust and prepare for op import (#22271)Matt Mastracci
2024-02-04chore: bump deno core (#22243)Matt Mastracci
2024-02-02fix(jupyter): ensure op is available (#22240)Bartek Iwańczuk
2024-02-02docs: point to new "Deno 1.x to 2.x Migration Guide" (#22199)Asher Gomez
2024-01-31refactor: migrate runtime/ and ext/canvas/ to virtual ops module (#22196)Bartek Iwańczuk
2024-01-31refactor: remove imported ops from Deno.core.ops (#22194)Bartek Iwańczuk
2024-01-29refactor: Use virtul ops module (#22175)Bartek Iwańczuk
2024-01-26refactor: migrate extensions to virtual ops module (#22135)Bartek Iwańczuk
2024-01-26chore: upgrade deno_core (#22124)Bartek Iwańczuk
2024-01-26fix: make deprecation warnings less verbose (#22128)Bartek Iwańczuk
2024-01-25fix(fs): instanceof check for Deno.FsFile (#22121)Bartek Iwańczuk
2024-01-25fix: don't use public rid accessors in internal APIs (#22091)Bartek Iwańczuk
2024-01-24fix: don't call `.rid` in `Deno.FsWatcher.close()` (#22090)Asher Gomez
2024-01-24revert: Remove deprecations of file sync APIs (#22085)Bartek Iwańczuk
2024-01-24chore: improve deprecation hint for Deno.isatty() (#22086)Bartek Iwańczuk
2024-01-24Revert "feat: deprecate `window` global (#22057)" (#22084)Bartek Iwańczuk
2024-01-24feat: deprecate `Deno.FsWatcher.rid` (#22074)Asher Gomez
2024-01-24feat: deprecate `Deno.fstat()` and `Deno.fstatSync()` (#22068)Asher Gomez
2024-01-24feat: `Deno.FsFile.{utime,utimeSync}()` and deprecate `Deno.{futime,futimeSyn...Asher Gomez
2024-01-24feat: deprecate `Deno.write()` and `Deno.writeSync()` (#22064)Asher Gomez
2024-01-24feat: Change deprecation warning formatting (#22080)Bartek Iwańczuk
2024-01-24feat: deprecate `Deno.close()` (#22066)Asher Gomez
2024-01-24feat: deprecate `Deno.ftruncate()` and `Deno.ftruncateSync()` (#22069)Asher Gomez
2024-01-24feat: Add warnings for more deprecated APIs (#21992)Bartek Iwańczuk
2024-01-24feat: deprecate `window` global (#22057)Bartek Iwańczuk
2024-01-24feat: deprecate `Deno.FsFile` constructor and `Deno.FsFile.rid` (#22072)Asher Gomez
2024-01-24feat: deprecate `Deno.read()` and `Deno.readSync()` (#22063)Asher Gomez
2024-01-24feat: deprecate `Deno.seek()` and `Deno.seekSync()` (#22065)Asher Gomez
2024-01-24chore: update `Deno.{fsync,fsyncSync}()` deprecation notices (#22071)Asher Gomez
2024-01-24feat: deprecate `Deno.shutdown()` (#22067)Asher Gomez
2024-01-24feat: deprecate `Deno.resources()` (#22059)Asher Gomez
2024-01-24feat: `Deno.{stdin,stdout,stderr}.isTerminal()`, deprecate `Deno.isatty()` (#...Asher Gomez
2024-01-23feat: Add deprecation warning for `Deno.customInspect` (#22027)Asher Gomez
2024-01-23refactor: port more ops to `ensureFastOps()` (#22046)Asher Gomez
2024-01-23refactor: set removal version for `Deno.RequestEvent`, `Deno.HttpConn` and `D...Asher Gomez
2024-01-22feat(unstable): remove Deno.upgradeHttp API (#21856)Bartek Iwańczuk
2024-01-22feat(web): ImageBitmap (#21898)Leo Kettmeir