summaryrefslogtreecommitdiff
path: root/extensions/webstorage
AgeCommit message (Collapse)Author
2021-06-21chore: release crates (#11068)Bartek Iwańczuk
2021-06-15chore: release crates (#10976)Bartek Iwańczuk
2021-06-08chore: release crates (#10896)Bartek Iwańczuk
2021-06-05refactor(crypto): validate max random bytes in Rust (#10857)Leo K
2021-05-31Merge v1.10.3 into main (#10801)Bert Belder
2021-05-31v1.10.3Bert Belder
2021-05-31fix(webstorage): use opstate for sqlite connection (#10692)crowlKats
Fixes #10691
2021-05-27feat(cli): add origin data dir to deno info (#10589)crowlKats
Co-authored-by: Nayeem Rahman <nayeemrmn99@gmail.com> Co-authored-by: Luca Casonato <lucacasonato@yahoo.com> Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2021-05-19fix(webstorage): use opstate for sqlite connection (#10692)crowlKats
Fixes #10691
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-11chore: release crates (#10596)Bartek Iwańczuk
2021-05-10feat: add WebStorage API (#7819)crowlKats
This commit introduces localStorage and sessionStorage.