Skip to content

Releases: swan-io/indexed-db

0.4.2

18 Apr 14:32
5caf702
Compare
Choose a tag to compare

What's Changed

  • Avoid having indexeddb.databases() call throw unhandled error by @bloodyowl in #17

Full Changelog: v0.4.1...v0.4.2

0.4.1

15 Apr 17:11
8e08f1c
Compare
Choose a tag to compare
  • Fix documentation

0.4.0

15 Apr 16:54
0338d6c
Compare
Choose a tag to compare
  • Remove enableInMemoryFallback option (now, the in-memory store is always hit first)
  • Add onDatabaseError option
  • getMany, setMany and clear returns Future<…> instead of Future<Result<…>>

0.3.3

04 Mar 14:28
4991c60
Compare
Choose a tag to compare
  • Add futurifyOpen + fix retry usage

0.3.2

04 Mar 14:28
dbe2fcd
Compare
Choose a tag to compare

0.3.1

04 Mar 14:27
345a56d
Compare
Choose a tag to compare

0.3.0

04 Mar 14:27
863495b
Compare
Choose a tag to compare

0.2.3

04 Mar 14:27
5b30364
Compare
Choose a tag to compare

0.2.2

04 Mar 14:27
c4e02a1
Compare
Choose a tag to compare
  • Update default transactionRetries option value (now 2)

0.2.1

04 Mar 14:27
acd6ea4
Compare
Choose a tag to compare
  • Wrap IDBFactory.open() in a Result to prevent unhandled SecurityError (#7)