npm dexie 3.0.0-rc.3
Dexie v3.0.0-rc.3

latest releases: 4.0.4, 4.0.3, 4.0.2...
4 years ago

News:

  • PR #959 A very nice PR that makes it optional to keep older versions of schemas unless you have a migration (upgrader) on it. Also, which is the most important benefit with this PR, if the developer has declared an old version that is not accurate to the actual installed version, this would not harm anymore. Dexie will only rely on the actual installed version instead of inspecting the declared version. This will probably take away some headaches people have had getting UpgradeError: "Dexie specification of currently installed DB version is missing".

  • Issue #902 of dexie-export-import fixed by increasing the max buffer size for JSON strings from 64k to 10MB.

  • General dependency housekeeping

  • Fixed CI test assuring dexie and dexie-relationships will continously work together on every new Dexie version ahead.

  • Bumped version numbers for dexie-observable and dexie-syncable so that some typings corrections for them where released to npm.

Don't miss a new dexie release

NewReleases is sending notifications on new releases.