Skip to content

Commit 91b2573

Browse files
authored
chore: v0.6.0 (#88)
1 parent aa8c84f commit 91b2573

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 0.6.0
2+
3+
- feat: add FormzInputErrorCacheMixin mixin
4+
- feat: add isInProgressOrSuccess to FormzSubmissionStatusX
5+
- feat: add purity check to FormzMixin
6+
17
# 0.5.0
28

39
- docs: add caching example

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ void main() {
9797
}
9898
```
9999

100-
101100
## Caching validation results
102101

103102
For cases where the validator method has an expensive implementation, consider using the `FormzInputErrorCacheMixin` mixin to cache the `error` result and improve performance.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ issue_tracker: https://github.com/VeryGoodOpenSource/formz/issues
55
homepage: https://github.com/VeryGoodOpenSource/formz
66
documentation: https://github.com/VeryGoodOpenSource/formz
77

8-
version: 0.5.0+1
8+
version: 0.6.0
99

1010
environment:
1111
sdk: ">=2.14.0 <3.0.0"

0 commit comments

Comments
 (0)