Skip to content

Releases: zendesk/cross-storage

0.4.0

15 Nov 23:04
Compare
Choose a tag to compare
  • Improved error handling. onConnect will now reject after the timeout. It will also reject if the hub could not access localStorage due to browser content settings
  • Queue simultaneous onConnects.

0.3.3

09 Oct 22:32
Compare
Choose a tag to compare
  • Catch exception in hub when localStorage is disabled

0.3.2

18 Sep 23:23
Compare
Choose a tag to compare
  • Only handle Array.prototype.toJSON if defined

0.3.1

17 Sep 22:15
Compare
Choose a tag to compare
  • Removed old "main" files from bower

0.3.0

17 Sep 22:12
Compare
Choose a tag to compare
  • Start taging dist files with version numbers

0.2.4

12 Sep 00:37
Compare
Choose a tag to compare
  • Added ability to pass in a Promise library to the constructor

0.2.3

11 Sep 01:23
Compare
Choose a tag to compare
  • Removed window.location.port check from _getOrigin

0.2.2

09 Sep 03:48
Compare
Choose a tag to compare
  • Return a rejecting promise on request failure due to the client having already been closed

0.2.1

05 Sep 22:45
Compare
Choose a tag to compare
  • Fix bower version for release

0.2.0

05 Sep 22:43
Compare
Choose a tag to compare
  • Added getKeys