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