Skip to content
This repository has been archived by the owner on Feb 1, 2021. It is now read-only.

Releases: dhoulb/shelving-mock-indexeddb

1.1.0

15 Jan 15:57
Compare
Choose a tag to compare
  • Adding support for getAll method (introduced in the v2 of the IndexedDB API, which is currently missing in this implementation)
  • Adding the default readonly mode to transaction, consistent with the IndexedDB API specs

1.0.8

06 Aug 01:55
Compare
Choose a tag to compare

Various small bugfixes:

  • Fake contains() on IDBDatabase.objectStoreNames
  • Clone values as they come out of the database too
  • Allow for Edge / IE behaviour with openCursor when query is null
  • Latest NPM install
  • Add a Jest config to avoid "localStorage is not available for opaque origin" error

1.0.7

01 Nov 00:50
Compare
Choose a tag to compare

Removal of odd default onblocked handler.

1.0.6

01 Nov 00:27
Compare
Choose a tag to compare

Add support for structured clone algorithm like browser IndexedDB API. Allows a limited set of objects to be cloned by put().

e.g. in addition to plain objects and arrays, Map, Set, Date, File, FileList and a small number of others can now also be stored in the DB.

1.0.5

27 Oct 17:24
Compare
Choose a tag to compare
Version release