Skip to content

Commit

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

- Removed `.useAll`, replace with `.react`.
- Introduced non-memoized computations.
- Removed `.withSelf`, replaced with `.withPrev`.
- Introduced `prevOr`: Returns a given fallback value instead of throwing `NoValueException`.
- Bugfixes
- Introduced a shorthand dollar notation for defining computed values.
- Allow data source initial values to be specified as functionals.

## 0.2.2 - 2023-11-28

- Improve dependencies
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.dart

version: 0.2.2
version: 0.3.0

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

0 comments on commit d56a978

Please sign in to comment.