Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 593 Bytes

CHANGELOG.md

File metadata and controls

28 lines (17 loc) · 593 Bytes

[1.1.0] - 2021/10/26

  • support for web platform

[1.0.0] - 2021/03/09

  • add null safety.

[0.1.3] - 2019/05/26

  • fix consistency issue when cache files are deleted externally.
  • use async file methods when possible.
  • update example project & documentation.

[0.1.2] - 2019/05/24

  • add example project
  • fix issue when ffcache is not initialized.

[0.1.1] - 2019/05/24

  • add optional parameter for constructor. Duration defaultTimeout & bool debug.
  • add API documentation to source code.
  • saveTimer property changed to private

[0.1.0] - 2019/05/23

  • initial release