Release 3.0.0-beta.0
Pre-release
Pre-release
3.0.0-beta.0 (2020-06-23)
Breaking
This updates to Dexie 3. See #113 for details.
Summary:
This changes how migrations are written. Basically, each version should now contain the full schema, not just the changes to the last version. However, you can now safely delete old versions unless they contain upgrade()
.
Bug Fixes
- Ensure it allows to skip old DB versions without upgrade (09b795a)
- Fix querying for unindexed fields (a3cddac)
Features
- Allow to output which indecies are used (c583e60)