Skip to content

Commit cf97778

Browse files
committed
version 0.1.0
1 parent 0cddc6e commit cf97778

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.1.0] - 2021-08-22
11+
1012
### Added
1113

1214
- JsonCache interface and the JsonFake, JsonWrap, and JsonMem implementations.

pubspec.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ packages:
77
name: async
88
url: "https://pub.dartlang.org"
99
source: hosted
10-
version: "2.8.1"
10+
version: "2.6.1"
1111
boolean_selector:
1212
dependency: transitive
1313
description:
@@ -28,7 +28,7 @@ packages:
2828
name: charcode
2929
url: "https://pub.dartlang.org"
3030
source: hosted
31-
version: "1.3.1"
31+
version: "1.2.0"
3232
clock:
3333
dependency: transitive
3434
description:
@@ -66,7 +66,7 @@ packages:
6666
name: lint
6767
url: "https://pub.dartlang.org"
6868
source: hosted
69-
version: "1.7.2"
69+
version: "1.6.0"
7070
matcher:
7171
dependency: transitive
7272
description:
@@ -80,7 +80,7 @@ packages:
8080
name: meta
8181
url: "https://pub.dartlang.org"
8282
source: hosted
83-
version: "1.7.0"
83+
version: "1.3.0"
8484
mutex:
8585
dependency: "direct main"
8686
description:
@@ -141,7 +141,7 @@ packages:
141141
name: test_api
142142
url: "https://pub.dartlang.org"
143143
source: hosted
144-
version: "0.4.2"
144+
version: "0.3.0"
145145
typed_data:
146146
dependency: transitive
147147
description:
@@ -157,5 +157,5 @@ packages:
157157
source: hosted
158158
version: "2.1.0"
159159
sdks:
160-
dart: ">=2.14.0-360.0.dev <3.0.0"
160+
dart: ">=2.13.0 <3.0.0"
161161
flutter: ">=1.17.0"

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: json_cache
22
description: An object-oriented package for caching user data locally in json; a combinable layer on top of local storage packages that unifies them as an elegant caching API.
3-
version: 0.0.1
3+
version: 0.1.0
44
homepage: https://dartoos.dev
55
repository: https://github.com/dartoos-dev/json_cache
66

0 commit comments

Comments
 (0)