npm dexie 1.0.4
Dexie v1.0.4

latest releases: 4.0.4, 4.0.3, 4.0.2...
9 years ago

Fixes since v1.0.3:

Features:

  • Global exception handler for promises #69 (Promise.on('error'))
  • Issue #77: Make Dexie adapt to IndexedDBShim without hacks when it's included
  • HTML5 web worker support #76
  • Commit 635c7f1: May create a Dexie instance with inactive addons

Bugs:

  • Exception can be thrown in WhereClause methods #67
  • If returning a Promise from from a sub transaction, parent transaction will abort #71
  • Neither this.onsuccess or this.onerror called for hook('updating') #72
  • Exception in a promise may result in loosing the callback totally #73
  • Issue #66 Using Dexie.js inside Chrome App
  • Possible stall if error in modify()/delete() (commit c889d84)
  • Support for using other db within a transaction (commit 8d9c062)

Bugs in addons:

  • Wrong order of changes Dexie.Observable/Syncable when using sub transactions #75
  • Dexie.Syncable may store changes in the wrong table #74

Don't miss a new dexie release

NewReleases is sending notifications on new releases.