Dexie v3.0.1
Maintainance Release
Changes
- Dexie.getDatabaseNames() use new standard IDBFactory.databases() API instead of old obsolete webkitGetDatabaseNames()
- Consistent names in DBCore’s typescript interfaces
- #1042 Be more unobtrusive with Promise.allSettled() and Promise.any()
Bug fixes
- #791 Dexie.Observable: Cannot read property 'indexOf' of null
- #1039 Table named 'schema' not working in Dexie 3
Other
- Released [email protected]
- Released [email protected]
- npm audit and updated dev dependencies.