cache_annotations 1.0.6
cache_annotations: ^1.0.6 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.6 #
- Bump dependencies
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