Skip to content

Commit

Permalink
prepare 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hoc081098 committed Apr 30, 2021
1 parent ebb57ef commit 748f410
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,17 @@

- Refactor based on [rx_storage: 1.0.0](https://pub.dev/packages/rx_storage/versions/1.0.0) package:
- Stable release for null safety.

- Add [RxStorage.executeUpdate`](https://pub.dev/documentation/rx_storage/latest/rx_storage/RxStorage/executeUpdate.html): Read–modify–write style.

- Synchronize writing task by key.

- Internal refactoring, optimize performance.

- Add more extensions:
- `getObject`: reads a value of any type from persistent storage.

- `getObjectStream`: observe a Stream of any type from persistent storage.

- `executeUpdateBool`: based on [RxStorage.executeUpdate`](https://pub.dev/documentation/rx_storage/latest/rx_storage/RxStorage/executeUpdate.html).

- `executeUpdateDouble`: based on [RxStorage.executeUpdate`](https://pub.dev/documentation/rx_storage/latest/rx_storage/RxStorage/executeUpdate.html).

- `executeUpdateInt`: based on [RxStorage.executeUpdate`](https://pub.dev/documentation/rx_storage/latest/rx_storage/RxStorage/executeUpdate.html).

- `executeUpdateString`: based on [RxStorage.executeUpdate`](https://pub.dev/documentation/rx_storage/latest/rx_storage/RxStorage/executeUpdate.html).

- `executeUpdateStringList`: based on [RxStorage.executeUpdate`](https://pub.dev/documentation/rx_storage/latest/rx_storage/RxStorage/executeUpdate.html).

- Update docs.
Expand Down

0 comments on commit 748f410

Please sign in to comment.