Skip to content

Commit cf2e899

Browse files
Update README.md
1 parent 93d6fb2 commit cf2e899

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,7 @@ see [override_form_builder_localizations_en](example/lib/override_form_builder_l
333333

334334
- All validators now first check for null or empty value and return an error if so. You can set `checkNullOrEmpty` to `false` if you want to avoid this behavior.
335335
- `dateString()` changed to `date()` for constancy in api naming. Simply change the name to fix the code.
336+
- The positional parameter for the validator [`match()`](https://github.com/flutter-form-builder-ecosystem/form_builder_validators/blob/93d6fb230c706a6415a3a85973fc37fabbd82588/lib/src/form_builder_validators.dart#L1433) is not a `String` pattern anymore, but a `RegExp` regex.
336337

337338
### v7 to v8
338339

0 commit comments

Comments
 (0)