Skip to content

Releases: piotr-cz/swr-idb-cache

v1.0.3

22 Apr 07:38
Compare
Choose a tag to compare

Fixed

  • Typescript import error #16

v1.0.2

09 Mar 18:37
Compare
Choose a tag to compare

Fixed

  • Catch IndexedDB errors #13

v1.0.1

06 Jun 13:31
Compare
Choose a tag to compare

Changed

  • Do not recreate cache provider on config options change #10

Fixed

  • Handle errors while initializing idb #9

v1.0.0

30 Dec 10:02
Compare
Choose a tag to compare

Added

  • Publish stable release to match SWR v2 stable release

v1.0.0-rc.3

23 Nov 14:27
Compare
Choose a tag to compare
v1.0.0-rc.3 Pre-release
Pre-release

Changed

  • BREAKING: Removed types prefix (ie. IStorageHandler -> StorageHandler)
  • BREAKING: Requires SWR ^2.0.0-rc.0

v1.0.0-rc.2

19 Oct 07:15
Compare
Choose a tag to compare
v1.0.0-rc.2 Pre-release
Pre-release

Changed

  • BREAKING: IStorageHandler signature to use initialize and upgrade methods

Fixed

  • Export IStorageHandler interface

v1.0.0-rc.1

12 Oct 14:31
Compare
Choose a tag to compare
v1.0.0-rc.1 Pre-release
Pre-release

Added

  • Initial release