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