Dexie v1.3.5-beta.2
Pre-release
Pre-release
·
1874 commits
to master
since this release
- #208 Optimization of WriteableCollection.delete()
- Feature: Possible to provide the indexedDB and IDBKeyRange implementation in Dexie constructor (using options.indexedDB and options.IDBKeyRange).
- Bugfix in DexieError subclasses - didnt set inner property. b417aa3
- Bugfix: Promises never return on node (when MissingAPIError was thrown)
- By default, log to console.error if any Promise was uncaught #206
- False alarms in Promise.on('error') (also explained in #206)
- Bugfix:
IEDeleteObjectStoreBug still present on Windows Edge Browser #205