Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-gutev committed Jan 22, 2024
1 parent da2f9ec commit ae6636a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,4 +134,14 @@ New features:

* `ValueCell.watch` and `CellInitializer.watch` for calling a function whenever the values of cells
change.
* State restoration of cells with `RestorableCellWidget`
* State restoration of cells with `RestorableCellWidget`

## 0.8.0

New features:

* Ability to access the previous values of cells with `.previous`
* Ability to abort a cell value update with `ValueCell.none()`
* `and`, `or`, `not` and `select` methods on bool cells
* Exception handling using `onError` and `error`
* Clarified how exceptions are propagated between cells
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: live_cells
description: A better way to manage state in Flutter applications
version: 0.7.0
description: A replacement for ChangeNotifier and ValueNotifier that is easier to use and more flexible
version: 0.8.0
repository: https://github.com/alex-gutev/live_cells
issue_tracker: https://github.com/alex-gutev/live_cells/issues

Expand Down

0 comments on commit ae6636a

Please sign in to comment.