Skip to content

Releases: optimalisatie/Cache-API-Key-Value-Store

v2.0.1

19 Nov 09:54
Compare
Choose a tag to compare

Added description for <script> usage.

v2.0.0

07 Nov 10:44
Compare
Choose a tag to compare

✓ Code structure copied from idb-keyval

v1.1.0

06 Nov 22:15
Compare
Choose a tag to compare

✓ Two new versions: cache-api-keyval-no-fallback.js (688 bytes) and cache-api-keyval-no-fallback-expire.js (461 bytes).

v1.0.10

06 Nov 18:16
Compare
Choose a tag to compare

✓ Added: extra small version .silent.js without error reporting and fallback mechanism.

v1.0.9

06 Nov 17:46
Compare
Choose a tag to compare

✓ Bugfix: CacheDBFallback not exported by Google Closure Compiler.

v1.0.8

06 Nov 17:36
Compare
Choose a tag to compare

✓ 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

02 Nov 13:11
Compare
Choose a tag to compare
  • error message in rejected promise for browsers that do not support Cache API.

v1.0.6

02 Nov 13:01
Compare
Choose a tag to compare
  • added Cache API accessibility test. Some browser privacy settings could block access to Cache API resulting in the SecurityError The operation is not secure error in Firefox. The test consist of a simple caches.open which is very fast.
  • data is now always stored in json object data-format.

v1.0.5

02 Nov 10:06
Compare
Choose a tag to compare

Improved compression

First release

02 Nov 10:00
Compare
Choose a tag to compare

See description.