Dexie v1.3.3
News:
- DexieError and sub exception classes - improved exception handling #189. All errors coming out from Dexie will now be of different types
- New option in Dexie constructor: autoOpen: false
new Dexie("name", {autoOpen: false})
- Fixed fault in jspm support (jspm didnt detect dexie.es6.js as es6 module)
- Fix for falsy keys in put() and add() #175 when there are CRUD hooks going on.
- Updated dexie.d.ts with bulkAdd() method.
- README updates