Skip to content

Releases: dre0dru/LocalStorage

v2.0.0

02 Apr 18:16
Compare
Choose a tag to compare

2.0.0 (2021-04-02)

Bug Fixes

  • IOException for custom path if directory does not exist (47862e4)
  • fixed parameter name in FileProvider (577c8c1)

Features

  • added generic storage (d0f203f)
  • default path for FileProvider is Application.persistentDataPath (885b7db)
  • moved file manipulation from storage to file provider, added custom file paths (90c62b1)

BREAKING CHANGES

  • file provider now uses fileName as parameter instead of filePath

v1.0.0

22 Mar 19:35
Compare
Choose a tag to compare

1.0.0 (2021-03-22)

Features

  • removed storage interface - it is unnecessary abstraction (1a1ff37)