Skip to content

Dexie v2.0.0-beta.7

Pre-release
Pre-release
Compare
Choose a tag to compare
@dfahlander dfahlander released this 22 Dec 01:15
· 1420 commits to master since this release

Stability for dexie-syncable

A lot of work has been put into dexie-observable and dexie-syncable to fix stability issues and generate typescript definition files for them. We are continuing to improve these addons and approach version 1.0 of them.

The addons have been updated at npm as well and we strongly encourage to upgrade the addons if going up on this version of Dexie.

npm install dexie-observable@0.9.2
npm install dexie-syncable@0.9.2

List of fixes.

  • Review and bugfix dexie-observable and dexie-syncable (#393)
  • Make dexie typings extendable by addons (#398)
  • Stop using localStorage for recording database names for Dexie.getDatabaseNames() (#399)
  • Resolves #389. Also update Promise interface. (#394)
  • Resolves #386
  • Resolves #387
  • Upgrade QUnit (#384)
  • fix382 (#383) resolves #382.
  • Typings for dexie-observable and dexie-syncable (Resolves #213)
  • Various fixes 2016 12 21 (#412)