json_cache 1.1.1 copy "json_cache: ^1.1.1" to clipboard
json_cache: ^1.1.1 copied to clipboard

outdated

An object-oriented package for caching user data locally in json; a combinable layer on top of local storage packages that unifies them with an elegant caching API.

Changelog #

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased] #

[1.1.1] - 2022-01-28 #

Fixed #

Error in the README file.

[1.1.0] - 2022-01-28 #

Added #

  • JsonCacheSecStorage: an implementation on top of the flutter_secure_storage package — 58.

[1.0.0] - 2022-01-08 #

Added #

  • improvements to the README file — 50.

Changed #

  • stricter linting rules — 48.
  • bump up dependencies — 49.

[0.3.4] - 2021-08-26 #

Added #

  • significant improvements to the README file.

[0.3.3] - 2021-08-26 #

Added #

[0.3.2] - 2021-08-25 #

Changed #

  • removal of late modifier from the attributes of the JsonCacheMem class.

[0.3.1] - 2021-08-25 #

Added #

  • JsonCacheCrossLocalStorage: an implementation on top of the cross_local_storage package — 32.

Changed #

  • several fixes and improvements to documentation.
  • run flutter format.

[0.3.0] - 2021-08-25 #

Added #

  • JsonCacheHollow: literally a "hollow" implementation of the JsonCache interfaces. Indeed, there is no implementation under its methods. It is aimed to be used as a placeholder whenever there is no need for a level2 cache.

Changed #

  • JsonCacheMem.mem constructor parameters — BREAKING CHANGE.
  • improvements in several unit tests.
  • general improvements in many doc comments.

Fixed #

  • The internal copying logic of the JsonCacheMem.init contructor.

[0.2.1] - 2021-08-23 #

Added #

  • JsonCacheLocalStorage: an implementation on top of the localstorage package — 29.

Added #

  • Improvements in README file and documentation in general.

[0.2.0] - 2021-08-22 #

Added #

  • JsonCachePrefs: an implementation on top of the shared_preferences package — 26.

Changed #

  • renaming of JsonCache's methods. Method erase renamed to remove; method recovery, to value. BREAKING CHANGES.

[0.1.0] - 2021-08-22 #

Added #

  • JsonCache interface and the JsonFake, JsonWrap, and JsonMem implementations.

[0.0.1] #

  • structural organization:
    • linter setup
    • CI/CD pipelines
    • dependencies
    • README file
    • CHANGELOG file
35
likes
0
pub points
82%
popularity

Publisher

verified publisherdartoos.dev

An object-oriented package for caching user data locally in json; a combinable layer on top of local storage packages that unifies them with an elegant caching API.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

cross_local_storage, encrypted_shared_preferences, flutter, flutter_secure_storage, localstorage, mutex, shared_preferences

More

Packages that depend on json_cache