Dexie v4.0.1-alpha.6
Pre-release
Pre-release
dfahlander
released this
17 Jan 11:24
·
362 commits
to master
since this release
News:
Typings:
- Revert to dexie 3 style Table<T, TKey>
- Updated Collection.filter type (PR 1658)
- feat(d.ts): creating hook subscriber return value
dexie-cloud addon (4.0.1-beta.26)
- Check BigInt availability without getting errors
- Bugfix when Buffer is polyfilled by webpack
- Imported rx operators wrong
- Bugfix default GUI fail if the JS is included in
- Bugfix "shopping card" use case: Failed to sync local data after logging in user
- Bugfix synk of ArrayBuffer data failed.
Other addons
- Release version-bumps of dexie-observable, dexie-syncable, dexie-export-import with updated deps to [email protected].
Misc
- Stop testing on IE11
- Updated browser test matrix
- Converted to pnpm
- Removed some still-remaing uses of
indexedDB.cmp()
and make use of the faster js version everywhere - Removed link to feathub, as that app is gone
- Tests: Avoid Safari issue for IDBObjectStore.put()
- Vue sample: fix: lint error
- Vue sample: refactor: use vue composition api script setup syntax and vite
- Removing the "engines" field