Skip to content

Dexie v1.3.3

Compare
Choose a tag to compare
@dfahlander dfahlander released this 11 Mar 16:10
· 1983 commits to master since this release

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