Dexie v3.0.0-alpha.1
Pre-release
Pre-release
dfahlander
released this
09 Feb 18:36
·
1243 commits
to master
since this release
This is the first release after refactored dexie to typescript (Announcement #622, PR #653).
In summary, everything should work the same as latest stable, version 2.0.1.
To install:
npm install dexie@next
Keeping it on new major due to the massive rewrite and possible backward incompatibilities in the typings file (should only concern typescript users though). The only 2 known incompatibilities are:
- When using dexie-relationships from a typescript perspective. It may not be able to declare the typings of extended table and collection methods correctly.
- Requires a newer Typescript version (2.6.1 tested) to understand the d.ts file.