Skip to content

Commit

Permalink
chore: v0.6.0 (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
renancaraujo authored Mar 23, 2023
1 parent aa8c84f commit 91b2573
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 0.6.0

- feat: add FormzInputErrorCacheMixin mixin
- feat: add isInProgressOrSuccess to FormzSubmissionStatusX
- feat: add purity check to FormzMixin

# 0.5.0

- docs: add caching example
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ void main() {
}
```


## Caching validation results

For cases where the validator method has an expensive implementation, consider using the `FormzInputErrorCacheMixin` mixin to cache the `error` result and improve performance.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ issue_tracker: https://github.com/VeryGoodOpenSource/formz/issues
homepage: https://github.com/VeryGoodOpenSource/formz
documentation: https://github.com/VeryGoodOpenSource/formz

version: 0.5.0+1
version: 0.6.0

environment:
sdk: ">=2.14.0 <3.0.0"
Expand Down

0 comments on commit 91b2573

Please sign in to comment.