github dexie/Dexie.js v2.0.0-beta.5
Dexie v2.0.0-beta.5

latest releases: v4.0.0-alpha.4, v3.0.4, v4.0.0-alpha.3...
pre-release7 years ago

More rigorously release notes to come...

To take is short:

New methods:

  • Dexie.waitFor() makes it possible to call non-indexedDB API:s (promise-returning async API:s!) without loosing the transaction
  • Table.get({name: "David", age: 43});
  • Table.where({firstName: "David", lastName: "Beckham"});
  • other fixes. Will list soon. If you're impatient, look in the commit history

Note: Dexie.Observable and Dexie.Syncable must be updated to version 0.2.1 to work with this version of Dexie.

Don't miss a new Dexie.js release

NewReleases is sending notifications on new releases.