DB.js v0.13.0 Release Notes

Release Date: 2016-03-02 // about 8 years ago
    • ✨ Enhancement: Add blocked event handler to open() and delete() (with docs and tests) allowing additional "resume" promise property for user to easily resume promise chain (if blocking undone by closing old db connection)
    • ⬆️ Cache server by version as well as name to allow upgrades of same name (and document);
    • ✨ Enhancement: Support web workers/service workers and add tests
    • ✨ Enhancement: Allow for consistent promise use (including for errors), deferring the error in the case of query preparation until execution
    • 📄 Docs and coding improvements
    • ✅ Testing improvements (Karma, Saucelabs, change to Mocha/Chai, unique test ids)