Db64 Versions Save

A Practical IndexedDB API

v0.8.8

1 month ago
  • Changes scripts calls in package.json that did not work on Windows

  • fix: changes so that the create-distribution.js script also works on Windows

v0.8.5

2 months ago

Disclaimer

Starting from version 0.8.5, before creating a new database, the function db64.create(<database>,[<store>,<store>,...]) will now automatically delete the existing specified database if it does not contain the exact specified stores. If you do not want this behavior, set the third argument to disable-delete e.g. db64.create('db', ['x', 'y'], 'disable-delete')

v0.8.7

2 months ago
  • Updated Logo
  • Added Mocha Chrome, Mocha Chai headless test setup
  • Added unit test

v0.8.3

3 months ago
  • Added examples directory
  • Added data-input example

v0.8.2

4 months ago

Breaking changes:

  • Removed db64 return for get and getEntires methods Other changes:
  • Added missing onerror handlers
  • Added brotli size generation to the _readme
  • Minor code clean-up

v0.8.1

4 months ago

$(cat <<EOF

Release Notes

  • Improved error handling
    • Added Db64MissingStore exception
    • Removed catch functions
  • Removed IDB.open from use
  • Fixed issue with database deletion blocking
  • Added a list of of errors to manage in the readme and index.html