Maintainance Release
This new release contains the latest fixes in master branch. I consider this release rather stable, despite the "alpha" status, which is due to that the new DBCore layer's API is still emerging.
This particular release does not contain any changes in DBCore from last alpha version.
Dexie-export-import
Although not part of the main npm package, one of the biggest news in the repository since last alpha version, is the new addon dexie-export-import which is already released as its own package on npm. That package can be used with either dexie@3.x or dexie@2.x stable.
Fixes
- #771 Don't console.warn() unless Dexie.debug is truthy
- #768 Issues with Collection.raw and Table.mapToClass
- #612 Native async/await and upgrade handlers
- #770 Using a database in an upgrade handler prevents subsequent upgrade handlers from running
- Bugfix for extracting index spec for handling dynamically opened outbound primkeys (commit 9718d95d9b3a434749079a7217412b8c9917c0e6)