We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4b5840 commit f189855Copy full SHA for f189855
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.4.0] - 2022-09-10
11
+
12
### Added
13
14
- JsonCacheTry: an implementation that throws a `JsonCacheException` when a
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.3.1
+version: 1.4.0
4
homepage: https://dartoos.dev
5
repository: https://github.com/dartoos-dev/json_cache
6
0 commit comments