Skip to content

Commit

Permalink
Version rollback
Browse files Browse the repository at this point in the history
  • Loading branch information
M1chlCZ committed Oct 7, 2024
1 parent 31b8362 commit f00ab4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions glade_forms/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
## DEV:
- **[Add]**: Support skipping particular validation with `shouldValidate` callback.

## 2.3.0
- **[Add]**: Add `IntInput` as a specialized variant of GladeInput<int> which has additional, int related, validations such as `isBetween`, `isMin`, `isMax`
- **[Add]**: Support skipping particular validation with `shouldValidate` callback.

## 2.2.0
- **[Add]**: Add `resetToPure` on model level.
Expand Down
2 changes: 1 addition & 1 deletion glade_forms/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: glade_forms
description: A universal way to define form validators with support of translations.
version: 2.3.0
version: 2.2.0
repository: https://github.com/netglade/glade_forms
issue_tracker: https://github.com/netglade/glade_forms/issues
screenshots:
Expand Down

0 comments on commit f00ab4f

Please sign in to comment.