Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mstniy committed Dec 25, 2023
1 parent e7c41cb commit b22aff9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.2.0 - 2023-12-25

- Upgraded Computed to 0.4
- Rebuild `Widget`s during `build()`, instead of when their dependencies change

## 0.1.1 - 2023-12-21

- `Element::build`: Always rebuild, unless there is a cached build already
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Straightforward, reliable, performant and testable reactive state m

repository: https://github.com/mstniy/computed_flutter

version: 0.1.1
version: 0.2.0

environment:
sdk: ">=2.17.0 <4.0.0"
Expand Down

0 comments on commit b22aff9

Please sign in to comment.