Skip to content

Commit 3a6f71a

Browse files
committed
1.0.0 CHANGELOG
1 parent 79f173e commit 3a6f71a

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
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+
18
## 1.0.0-nullsafety.0 - Feb 24, 2021
29

310
- **Breaking**:

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: rx_storage
22
description: Reactive storage for Dart/Flutter. RxDart Storage for Dart/Flutter.
3-
version: 1.0.0-nullsafety.0
3+
version: 1.0.0
44
author: Petrus Nguyen Thai Hoc <hoc081098@gmail.com>
55
homepage: https://github.com/Flutter-Dart-Open-Source/rx_storage.git
66
repository: https://github.com/Flutter-Dart-Open-Source/rx_storage.git
@@ -17,5 +17,5 @@ dependencies:
1717

1818
dev_dependencies:
1919
pedantic: ^1.11.0
20-
test: ^1.17.1
20+
test: ^1.17.3
2121
collection: ^1.15.0

0 commit comments

Comments
 (0)