Skip to content

Commit 42ff9ca

Browse files
committed
Add iban and docs
1 parent 79bf0ca commit 42ff9ca

File tree

5 files changed

+129
-2
lines changed

5 files changed

+129
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
* Add transform
3838
* Add debounce
3939
* Add retry
40+
* Add iban
4041

4142

4243
## 10.0.1

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ Available built-in use-case validators include:
107107
- `FormBuilderValidators.path()` - requires the field's to be a valid file or folder path.
108108
- `FormBuilderValidators.portNumber()` - requires the field's to be an valid port number.
109109
- `FormBuilderValidators.macAddress()` - requires the field's to be an valid MAC address.
110+
- `FormBuilderValidators.iban()` - requires the field's to be an valid IBAN.
110111

111112
### Supported languages
112113

lib/l10n/intl_en.arb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,6 @@
4949
"endsWithErrorText": "Value must end with {value}.",
5050
"containsErrorText": "Value must contain {value}.",
5151
"betweenErrorText": "Value must be between {min} and {max}.",
52-
"valueInListErrorText": "Value must be in list."
52+
"valueInListErrorText": "Value must be in list.",
53+
"ibanErrorText": "Value must be a valid IBAN."
5354
}

0 commit comments

Comments
 (0)