Dexie v3.2.0-rc.2
Pre-release
Pre-release
dfahlander
released this
29 Sep 19:49
·
546 commits
to master
since this release
Two minor changes:
- Typings: Stop exporting Dexie as namespace. Enables VSCode's ergonomic auto-import feature for dexie. The namespace export was not even working as expected. The intent had been to support those that code Typescript without using modules. But even they must have been disappointed because the typings did not only reveal parts of the Dexie API.
- Bugfix: #1397 Safari 14 fix breaks fakeIndexedDB