Skip to content

Dexie v1.3.5-beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@dfahlander dfahlander released this 23 Mar 23:07
· 1869 commits to master since this release
  • Feature: Possible to provide the indexedDB and IDBKeyRange implementation in Dexie constructor (using options.indexedDB and options.IDBKeyRange).
  • Bugfix in DexieError subclasses - didnt set inner property. b417aa3
  • Bugfix: Promises never return on node (when MissingAPIError was thrown)
  • By default, log to console.error if any Promise was uncaught #206
  • False alarms in Promise.on('error') (also explained in #206)
  • Bugfix:
    IEDeleteObjectStoreBug still present on Windows Edge Browser #205