cache_annotations 1.0.12
cache_annotations: ^1.0.12 copied to clipboard
This package is a type conversion generator using source_gen and inspired by Retrofit to help you manage persistent cache.
1.0.12 #
- Fix read and delete issues on web platform
1.0.11 #
- Update dependencies: build: ^4.0.0, analyzer: ^8.0.0, source_gen: ^4.0.0
1.0.10 #
- Add new method
SerializationAdapter get adapterto allow custom serialization of the cache.
1.0.9 #
- Add new method
deleteCollectionto delete all elements in a specific path. - Fix unit tests
1.0.8 #
- Fix issue with
directorynot being used correctly
1.0.7 #
- Downgrade some dependencies to avoid conflicts
1.0.5 #
- Bump build_runner to 2.4.15
1.0.4 #
- Fix deserialization of return type
List(onlyIterablewas supported). - Add support to
Windowsplatform. - Add new method
allto get all elements in a specific path.
1.0.3 #
@CachedKeyis now deprecated, use@Cahedinstead@SortByis now deprecated, use the path's field on@Cachedinstead
1.0.2 #
- Fix issue with
@Pathwhen an empty string is passed as a value - Fix cached values after calling deleteAll or delete
1.0.1 #
- Add new parameter 'convert' to @Path or @SortBy to allow more customization of the path or sort by value
1.0.0 #
- Initial release