Dexie v3.0.3-rc.1
Pre-release
Pre-release
dfahlander
released this
29 Sep 21:54
·
992 commits
to master
since this release
Release Candidate
Please help me test this release candidate that contains various fixes and improvements. It's released with the "next" tag on npm. Will release it with the "latest" tag after a week or two unless someone finds backward compability issues or regression bugs.
npm i [email protected]
Typing fixes
- Fix Table.bulkGet return typing to include undefined #1098
- Allow readonly arrays for bulk put & get methods #1106
- Use error keys insted of values for typescript #1115
Improvements
- Verify schema on open #1108
- Repro + resolve issue #1112: typescript declaration of id makes autoInc fail #1119
Bugfixes
- Allow middleware hooks to return objects that contained field names that contain dotted strings #1130
- Resolve #1127 #1131
Addons
- Issue 1048 Typings of addons for Dexie 3.0 #1117
The addons are released with the "next" tag on npm, so please test them and help me verify that #1048 is solved:npm i [email protected] npm i [email protected]