File tree 2 files changed +9
-2
lines changed
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.0.0 - Apr 30, 2021
2
+
3
+ - Stable release for null safety.
4
+ - Add ` RxStorage.executeUpdate ` : Read–modify–write style.
5
+ - Synchronize writing task by key.
6
+ - Internal refactoring, optimize performance.
7
+
1
8
## 1.0.0-nullsafety.0 - Feb 24, 2021
2
9
3
10
- ** Breaking** :
Original file line number Diff line number Diff line change 1
1
name : rx_storage
2
2
description : Reactive storage for Dart/Flutter. RxDart Storage for Dart/Flutter.
3
- version : 1.0.0-nullsafety.0
3
+ version : 1.0.0
4
4
author : Petrus Nguyen Thai Hoc <hoc081098@gmail.com>
5
5
homepage : https://github.com/Flutter-Dart-Open-Source/rx_storage.git
6
6
repository : https://github.com/Flutter-Dart-Open-Source/rx_storage.git
@@ -17,5 +17,5 @@ dependencies:
17
17
18
18
dev_dependencies :
19
19
pedantic : ^1.11.0
20
- test : ^1.17.1
20
+ test : ^1.17.3
21
21
collection : ^1.15.0
You can’t perform that action at this time.
0 commit comments