|
1 |
| -## [8.3.0] - 28-Jul-2022 |
| 1 | +## 8.4.0 |
| 2 | + |
| 3 | +* Refactor l10n generator. Thanks [@ipcjs]() |
| 4 | +* Add property to allow empty on equalLength validator. Thanks [@CircleCurve](https://github.com/CircleCurve) |
| 5 | +* Add support for more languanges |
| 6 | + - Czech. Thanks [@edlman](https://github.com/flutter-form-builder-ecosystem/form_builder_validators/pull/3) |
| 7 | + - Bosnian and Croatian. Thanks [@abratanovic](https://github.com/flutter-form-builder-ecosystem/form_builder_validators/pull/9) |
| 8 | + - Malay. Thanks [@azmilazizi](https://github.com/flutter-form-builder-ecosystem/form_builder_validators/pull/13) |
| 9 | + - Thai. Thanks [@narospol](https://github.com/flutter-form-builder-ecosystem/form_builder_validators/pull/19) |
| 10 | + - Tamil. Thanks [@Purus](https://github.com/flutter-form-builder-ecosystem/form_builder_validators/pull/26) |
| 11 | + - Greek. Thanks [@nrallakis](https://github.com/flutter-form-builder-ecosystem/form_builder_validators/pull/27) |
| 12 | + |
| 13 | +## 8.3.0 |
2 | 14 |
|
3 | 15 | * Apply license BSD-3-clause
|
4 | 16 | * Refactor readme
|
5 | 17 | * Remove unused dependency
|
6 | 18 | * Add web example
|
7 | 19 |
|
8 |
| -## [8.2.1] - 20-Jul-2022 |
| 20 | +## 8.2.1 |
9 | 21 |
|
10 | 22 | * Added Czech language support
|
11 | 23 |
|
12 |
| -## [8.2.0] - 12-Jul-2022 |
| 24 | +## 8.2.0 |
13 | 25 |
|
14 | 26 | * Added equalLength validator
|
15 | 27 | * Added turkish language support
|
16 | 28 | * Moved repository
|
17 | 29 |
|
18 |
| -## [8.1.1] - 26-Apr-2022 |
| 30 | +## 8.1.1 |
19 | 31 |
|
20 | 32 | * Fixed issue where email validator trims string before validation
|
21 | 33 |
|
22 |
| -## [8.1.0] - 13-Apr-2022 |
| 34 | +## 8.1.0 |
23 | 35 |
|
24 | 36 | * Added Romanian (ro) language support
|
25 | 37 |
|
26 |
| -## [8.0.0] - 10-Apr-2022 |
| 38 | +## 8.0.0 |
27 | 39 |
|
28 | 40 | * **BREAKING CHANGE**: Avoid passing context to validator functions.
|
29 | 41 | * Added Swahili (sw) language support
|
30 | 42 |
|
31 |
| -## [7.9.0] - 04-Apr-2022 |
| 43 | +## 7.9.0 |
32 | 44 |
|
33 | 45 | * Added Bangla (bn) language support
|
34 | 46 |
|
35 |
| -## [7.8.0] - 29-Mar-2022 |
| 47 | +## 7.8.0 |
36 | 48 |
|
37 | 49 | * Added Estonian (et) language support
|
38 | 50 | * Improved and corrected Arabic translations
|
39 | 51 |
|
40 |
| -## [7.7.0] - 15-Mar-2022 |
| 52 | +## 7.7.0 |
41 | 53 |
|
42 | 54 | * Added Catalan (ca) language support
|
43 | 55 |
|
44 |
| -## [7.6.1] - 19-Feb-2022 |
| 56 | +## 7.6.1 |
45 | 57 |
|
46 | 58 | * Fixed duplicate `en` locale translations. Fixes #969
|
47 | 59 |
|
48 |
| -## [7.6.0] - 18-Feb-2022 |
| 60 | +## 7.6.0 |
49 | 61 |
|
50 | 62 | * Added Ukrainian (uk) language support
|
51 | 63 |
|
52 |
| -## [7.5.0] - 17-Feb-2022 |
| 64 | +## 7.5.0 |
53 | 65 |
|
54 | 66 | * Added Lao (lo) language support
|
55 | 67 | * Added Dutch (nl) language support
|
56 | 68 |
|
57 |
| -## [7.4.0] - 31-Jan-2022 |
| 69 | +## 7.4.0 |
58 | 70 |
|
59 | 71 | * Added Russian (ru) language support
|
60 | 72 |
|
61 |
| -## [7.3.0] - 10-Jan-2022 |
| 73 | +## 7.3.0 |
62 | 74 |
|
63 | 75 | * Added support for Slovenian (sl)
|
64 | 76 | * Added Chinese language support - both traditional (zh_Hant) and simplified (zh_Hans)
|
65 | 77 |
|
66 |
| -## [7.2.0] - 06-Nov-2021 |
| 78 | +## 7.2.0 |
67 | 79 |
|
68 | 80 | * Added language support for Indonesian (id)
|
69 | 81 |
|
70 |
| -## [7.1.0] - 06-Nov-2021 |
| 82 | +## 7.1.0 |
71 | 83 |
|
72 | 84 | * Added language support for Korean (ko)
|
73 | 85 |
|
74 |
| -## [7.0.0] - 02-Sep-2021 |
| 86 | +## 7.0.0 |
75 | 87 |
|
76 |
| -* New Package 🎉🎊 - Split from and no dependency on [flutter_form_builder](https://pub.dev/packages/flutter_form_builder) |
| 88 | +* New Package 🎉🎊 - Split from and no dependency on flutter_form_builder(https://pub.dev/packages/flutter_form_builder) |
77 | 89 | * Added Arabic and Persian/Farsi support
|
78 | 90 | * Use `intl_utils` package for localization
|
79 | 91 | * Minor type fixes
|
80 | 92 | * Documentation and example improvements
|
81 | 93 |
|
82 |
| -## [7.0.0-RC.1] - 02-Sep-2021 |
| 94 | +## 7.0.0-RC.1 |
83 | 95 |
|
84 | 96 | * `maxLength` and `minLength` validators can now work with `Iterable` field values length
|
85 | 97 |
|
86 |
| -## [7.0.0-RC.0] - 01-Sep-2021 |
| 98 | +## 7.0.0-RC.0 |
87 | 99 |
|
88 | 100 | * Added Arabic and Persian/Farsi support
|
89 | 101 |
|
90 |
| -## [7.0.0-beta.0] - 19-May-2021 |
| 102 | +## 7.0.0-beta.0 |
91 | 103 |
|
92 | 104 | * Use `intl_utils` package for localization
|
93 | 105 | * Documentation and example improvements - added instructions for localization
|
94 | 106 | * Minor type fixes
|
95 | 107 |
|
96 |
| -## [7.0.0-alpha.2] - 17-May-2021 |
| 108 | +## 7.0.0-alpha.2 |
97 | 109 |
|
98 | 110 | * Improvements to package documentation and example
|
99 | 111 |
|
100 |
| -## [7.0.0-alpha.1] - 16-May-2021 |
| 112 | +## 7.0.0-alpha.1 |
101 | 113 |
|
102 | 114 | * Split into own package from `flutter_form_builder`
|
0 commit comments