Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 595 Bytes

CHANGELOG.md

File metadata and controls

39 lines (22 loc) · 595 Bytes

[0.0.9]

  • Add example and benchmark apps

[0.0.8]

  • Drop HiveCacheStore
  • Flatten directory structure
  • Expect Future<Box> as parameter instead of BoxOpener

[0.0.7]

  • Remove HiveCacheInfoRepository - it was redundant.

[0.0.6]

  • Try different approach with serialization (related hive issues 192 & 240)

[0.0.5]

  • BoxOpener

[0.0.4]

  • remove hive_flutter depedency

[0.0.3]

  • expose cleanupRunMinInterval

[0.0.2] - 2020-06-18

  • expose CacheObjectAdapter
  • fix null eTag error
  • induce box compaction

[0.0.1] - 2020-06-18

  • Initial implementation