Skip to content

Releases: dumbmatter/fakeIndexedDB

v2.0.6

14 Mar 22:21
Compare
Choose a tag to compare
  • Fixed issue #26, where event handlers were inappropriately not being called if they added or removed other handlers to the invoking listener in their callbacks.

v2.0.5

08 Feb 04:09
Compare
Choose a tag to compare
  • Fixed issue #25 by importing core-js/shim rather than all of core-js.

v2.0.4

23 Feb 00:00
Compare
Choose a tag to compare

v2.0.3

10 May 01:34
Compare
Choose a tag to compare
  • Fixed issue #20 related to iterating over cursors with non-unique keys

v2.0.2

01 May 21:22
Compare
Choose a tag to compare
  • Include core-js by default to make it work more easily in old environments like PhantomJS

v2.0.1

29 Apr 22:02
Compare
Choose a tag to compare
  • Minor updates to README

v2.0.0

29 Apr 13:40
Compare
Choose a tag to compare
  • Fully implements the IndexedDB 2.0 API (which technically still is a draft, but is probably not going to substantially change).
  • Ported to TypeScript, which hopefully means less bugs.
  • Dynamically runs the W3C web-platform-tests rather than using manually ported tests. This means it's easy to run new tests, and the tests written since the original release of fake-indexeddb turned up several minor bugs which have now been fixed. See npm run test-w3c.

v1.0.12

25 Apr 03:33
Compare
Choose a tag to compare

Small bug fix for cursor.update on stores with compound keys (issue #18).