File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 2.1.0] - 2023-03-31
11
+
10
12
### Added
11
13
12
14
- JsonCacheSafeLocalStorage: an implementation on top of the safe_local_storage package - [ 124] ( https://github.com/dartoos-dev/json_cache/issues/124 ) .
Original file line number Diff line number Diff line change @@ -702,5 +702,5 @@ packages:
702
702
source: hosted
703
703
version: "3.1.1"
704
704
sdks:
705
- dart: ">=2.18.0 <4 .0.0"
705
+ dart: ">=2.18.0 <3 .0.0"
706
706
flutter: ">=3.0.0"
Original file line number Diff line number Diff line change 1
1
name : json_cache
2
2
description : An object-oriented package for caching user data locally in json; a combinable layer on top of local storage packages that unifies them.
3
- version : 2.0 .0
3
+ version : 2.1 .0
4
4
homepage : https://dartoos.dev
5
5
repository : https://github.com/dartoos-dev/json_cache
6
6
You can’t perform that action at this time.
0 commit comments