We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32834bf commit 3feee6bCopy full SHA for 3feee6b
CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [1.5.0] - 2022-12-05
11
+
12
### Changed
13
14
- made class `JsonCacheTry` to throw `JsonCacheException` with associated
pubspec.yaml
@@ -1,6 +1,6 @@
1
name: json_cache
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: 1.4.2
+version: 1.5.0
4
homepage: https://dartoos.dev
5
repository: https://github.com/dartoos-dev/json_cache
6
0 commit comments