@livelybone/storage
Version:
A module for localStorage, support custom solution of quota exceeded. When localStorage is not supported by browser, it will be degrading to use Cookie or Map
17 lines (7 loc) • 574 B
Markdown
## 1.5.2 (2019-04-12)
### Bug Fixes
* **LocalStorage, Cookie:** keys.forEach is not a function ([3744669](https://github.com/livelybone/localStorage/commit/3744669))
### Features
* **Cookie, LocalStorage:** Update set method of Cookie. Update entries and forEach method of both C ([1925cf3](https://github.com/livelybone/localStorage/commit/1925cf3))
* Update class Storage ([313f532](https://github.com/livelybone/localStorage/commit/313f532))
* **utils.js:** Update function storageAvailable ([3a6cbe0](https://github.com/livelybone/localStorage/commit/3a6cbe0))