Releases: optimalisatie/Cache-API-Key-Value-Store
v2.0.1
v2.0.0
✓ Code structure copied from idb-keyval
v1.1.0
✓ Two new versions: cache-api-keyval-no-fallback.js (688 bytes) and cache-api-keyval-no-fallback-expire.js (461 bytes).
v1.0.10
✓ Added: extra small version .silent.js without error reporting and fallback mechanism.
v1.0.9
✓ Bugfix: CacheDBFallback not exported by Google Closure Compiler.
v1.0.8
✓ Bugfix: expire time not stored.
✓ Bugfix: string to integer conversion in expire check.
✓ Bugfix: key missing in expired check.
✓ Bugfix: prune method not exported by Google Closure Compiler.
✓ Improved: reduced size of date and expire headers.
✓ Improved: do not store date when no expire is used.
✓ Improved: reduced error reporting size.
✓ Improved: make Cache API privacy block check optional while safe.
✓ Improved: renamed db.supported to db.no which is set to int 1 if Cache API is disabled and when no fallback is provided.
v1.0.7
- error message in rejected promise for browsers that do not support Cache API.
v1.0.6
- added Cache API accessibility test. Some browser privacy settings could block access to Cache API resulting in the SecurityError
The operation is not secureerror in Firefox. The test consist of a simplecaches.openwhich is very fast. - data is now always stored in json object data-format.
v1.0.5
Improved compression
First release
See description.