File tree Expand file tree Collapse file tree 3 files changed +19
-12
lines changed Expand file tree Collapse file tree 3 files changed +19
-12
lines changed Original file line number Diff line number Diff line change
1
+ ## 8.6.0
2
+
3
+ * Add missed translations for all languages
4
+ * Add support for more languanges
5
+ * Swedish
6
+
1
7
## 8.5.0
2
8
3
9
* New validators for minWordsCount & maxWordsCount
4
10
* Simplify arb files and correct intl_zh.arb
5
11
* Build with Flutter 3.7.5
6
12
* Add support for more languanges
7
- - Mongolian
8
- - Nepali and burmese
9
- - Albanian
10
- - Vietnamese
13
+ * Mongolian
14
+ * Nepali and burmese
15
+ * Albanian
16
+ * Vietnamese
11
17
12
18
## 8.4.0
13
19
14
20
* Refactor l10n generator. Thanks [ @ipcjs ] ( )
15
21
* Add property to allow empty on equalLength validator. Thanks [ @CircleCurve ] ( https://github.com/CircleCurve )
16
22
* Add support for more languanges
17
- - Czech. Thanks [ @edlman ] ( https://github.com/flutter-form-builder-ecosystem/form_builder_validators/pull/3 )
18
- - Bosnian and Croatian. Thanks [ @abratanovic ] ( https://github.com/flutter-form-builder-ecosystem/form_builder_validators/pull/9 )
19
- - Malay. Thanks [ @azmilazizi ] ( https://github.com/flutter-form-builder-ecosystem/form_builder_validators/pull/13 )
20
- - Thai. Thanks [ @narospol ] ( https://github.com/flutter-form-builder-ecosystem/form_builder_validators/pull/19 )
21
- - Tamil. Thanks [ @Purus ] ( https://github.com/flutter-form-builder-ecosystem/form_builder_validators/pull/26 )
22
- - Greek. Thanks [ @nrallakis ] ( https://github.com/flutter-form-builder-ecosystem/form_builder_validators/pull/27 )
23
+ * Czech. Thanks [ @edlman ] ( https://github.com/flutter-form-builder-ecosystem/form_builder_validators/pull/3 )
24
+ * Bosnian and Croatian. Thanks [ @abratanovic ] ( https://github.com/flutter-form-builder-ecosystem/form_builder_validators/pull/9 )
25
+ * Malay. Thanks [ @azmilazizi ] ( https://github.com/flutter-form-builder-ecosystem/form_builder_validators/pull/13 )
26
+ * Thai. Thanks [ @narospol ] ( https://github.com/flutter-form-builder-ecosystem/form_builder_validators/pull/19 )
27
+ * Tamil. Thanks [ @Purus ] ( https://github.com/flutter-form-builder-ecosystem/form_builder_validators/pull/26 )
28
+ * Greek. Thanks [ @nrallakis ] ( https://github.com/flutter-form-builder-ecosystem/form_builder_validators/pull/27 )
23
29
24
30
## 8.3.0
25
31
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ packages:
78
78
path: ".."
79
79
relative: true
80
80
source: path
81
- version: "8.5 .0"
81
+ version: "8.6 .0"
82
82
intl:
83
83
dependency: transitive
84
84
description:
Original file line number Diff line number Diff line change 1
1
name : form_builder_validators
2
2
description : Form Builder Validators set of validators for FlutterFormBuilder. Provides common validators and a way to make your own.
3
- version : 8.5 .0
3
+ version : 8.6 .0
4
4
repository : https://github.com/flutter-form-builder-ecosystem/form_builder_validators
5
5
issue_tracker : https://github.com/flutter-form-builder-ecosystem/form_builder_validators/issues
6
+ homepage : https://github.com/flutter-form-builder-ecosystem
6
7
funding :
7
8
- https://opencollective.com/flutter-form-builder-ecosystem
8
9
You can’t perform that action at this time.
0 commit comments