summaryrefslogtreecommitdiff
path: root/extensions/webstorage
AgeCommit message (Collapse)Author
2021-08-11Rename extensions/ directory to ext/ (#11643)Ryan Dahl
2021-08-10chore: release crates (#11628)Bartek Iwańczuk
2021-08-02chore: format toml files internally (#11563)David Sherret
2021-07-26chore: release crates (#11519)Bartek Iwańczuk
2021-07-19chore: release crates (#11454)Bartek Iwańczuk
2021-07-13chore: release crates (#11378)Bartek Iwańczuk
2021-07-09chore: update crates (#11332)Luca Casonato
2021-07-05fix(webstorage): use primordial for Symbol.for (#11276)Divy Srivastava
2021-07-03refactor: use primordials for extensions/webstorage (#11239)Divy Srivastava
2021-07-02v1.11.3Luca Casonato
Co-authored-by: Ryan Dahl <ry@tinyclouds.org>
2021-06-28chore: release deno_core (#11164)Bartek Iwańczuk
2021-06-23fix(webstorage): increase localStorage limit to 10MB (#11081)Yasser A.Idrissi
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.