Skip to content

Releases: blakewatson/datastore

datastore-0.2.1

22 Nov 15:28

Choose a tag to compare

The global build now adds DataStore via the self keyword rather than window. This change makes DataStore available in service workers. Thanks to @timtribers for the suggestion!

datastore-0.2.0

09 Feb 17:37

Choose a tag to compare

  • Fixed a bug where I was using add instead of put when setting items in a store.
  • Trying to get a key that doesn't exist now returns undefined rather than producing an error.

datastore-0.1.0

06 Feb 01:58

Choose a tag to compare

First release.