Skip to content

Release 3.0.0-beta.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@mydea mydea released this 23 Jun 09:57
· 45 commits to master since this 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)