Kitkache
Turns the local storage of the browser into a simple, configurable cache.
Versions
- 0.4.0 (current): Added option to define expiration also in minutes and hours
- 0.3.3: Changed module system to commonJS to support more test frameworks
- 0.3.2: Unpublished
- 0.3.1: Added examples to README
- 0.3.0: First version to be publicly released
- 0.2.0: Added storeCondition, so that value is only stored when condition evaluates to true
- 0.1.1: Added more tests
- 0.1.0: Initial version
Roadmap
- Add option to also store in sessionStorage
- Add option to define expiration also in days