summaryrefslogtreecommitdiff
path: root/extensions
AgeCommit message (Collapse)Author
2021-05-31fix(extension/file): update File constructor following the spec (#10760)Yoshiya Hinosawa
2021-05-31fix(webstorage): use opstate for sqlite connection (#10692)crowlKats
Fixes #10691
2021-05-31chore: update deno_lint binary used in CI to v0.5.0 (#10652)Yusuke Tanaka
2021-05-17chore: release crates (#10661)Luca Casonato
For the Deno 1.10.2 release.
2021-05-17chore: update dependencies (#10660)Luca Casonato
2021-05-15chore: upgrade Tokio to 1.6.0 (#10637)Yusuke Tanaka
2021-05-11chore: release crates (#10596)Bartek Iwańczuk
2021-05-10feat: add WebStorage API (#7819)crowlKats
This commit introduces localStorage and sessionStorage.
2021-05-10perf(headers): improve iterator complexity to O(2n) (#10526)Satya Rohith
2021-05-08fix: TextEncoder#encodeInto spec compliance + perf gains (#10129)Thiago Padilha
2021-05-08cleanup(ops): remove unused ZeroCopyBuf arg-types (#10530)Aaron O'Mullan
2021-05-06chore: update wgpu and realign to spec (#9760)Luca Casonato
2021-05-03refactor(op_crates/webgpu): simplify gfx_select macro & add gfx_put and ↵crowlKats
gfx_ok macros (#10044)
2021-05-03fix(op_crates/fetch): check fetch() argument length (#10474)Anonymous
2021-05-01fix(extension/websocket): better websocket errors (#10458)crowlKats
2021-05-01fix(console): Remove `console.timeStamp` from types (#10455)Liam Murphy
Fixes #10444
2021-04-30Rename crate_ops to extensions (#10431)Andy Hayden