|
2 | 2 | Bug fixes and performance improvements
|
3 | 3 |
|
4 | 4 | ## 2.1.2
|
5 |
| - |
6 |
| -* Fix static anlyzer warnings and update Dart SDK |
| 5 | +Fix static anlyzer warnings and update Dart SDK |
7 | 6 |
|
8 | 7 | ## 2.0.1
|
9 |
| - |
10 |
| -* Migrate to new null safety SDK. See https://dart.dev/null-safety. |
| 8 | +Migrate to new null safety SDK. See https://dart.dev/null-safety. |
11 | 9 |
|
12 | 10 | ## 2.0.0-nullsafety
|
13 |
| - |
14 |
| -* Migrate to new null safety SDK. See https://dart.dev/null-safety. |
| 11 | +Migrate to new null safety SDK. See https://dart.dev/null-safety. |
15 | 12 |
|
16 | 13 | ## 1.0.6
|
17 |
| - |
18 |
| -* Code clean up |
| 14 | +Code clean up |
19 | 15 |
|
20 | 16 | ## 1.0.5
|
21 |
| - |
22 |
| -* Add parameter documentation for the `EmailValidator.validate` method |
| 17 | +Add parameter documentation for the `EmailValidator.validate` method |
23 | 18 |
|
24 | 19 | ## 1.0.4
|
25 |
| - |
26 |
| -* Fix Dart sdk analysis warnings |
| 20 | +Fix Dart sdk analysis warnings |
27 | 21 |
|
28 | 22 | ## 1.0.3
|
29 |
| - |
30 |
| -* Minor code style fixes again |
| 23 | +Minor code style fixes again |
31 | 24 |
|
32 | 25 | ## 1.0.2
|
33 |
| - |
34 |
| -* Minor code style fixes |
| 26 | +Minor code style fixes |
35 | 27 |
|
36 | 28 | ## 1.0.1
|
37 |
| - |
38 |
| -* Allow international now defaults to true. |
| 29 | +Allow international now defaults to true. |
39 | 30 |
|
40 | 31 | ## 1.0.0
|
41 |
| - |
42 |
| -* EmailValidator.Validate() is now, by Dart convention, EmailValidator.validate(). |
| 32 | +EmailValidator.Validate() is now, by Dart convention, EmailValidator.validate(). |
43 | 33 |
|
44 | 34 | ## 0.1.6
|
45 |
| - |
46 |
| -* Cleaned up code a bit, no API changes. |
| 35 | +Cleaned up code a bit, no API changes. |
47 | 36 |
|
48 | 37 | ## 0.1.5
|
49 |
| - |
50 |
| -* Cleaned up code a bit, no API changes. |
| 38 | +Cleaned up code a bit, no API changes. |
51 | 39 |
|
52 | 40 | ## 0.1.4
|
53 |
| - |
54 |
| -* Now supports a broader variety of Dart sdk versions |
| 41 | +Now supports a broader variety of Dart sdk versions |
55 | 42 |
|
56 | 43 | ## 0.1.0
|
57 |
| - |
58 |
| -* Validate emails through a static method `EmailValidator.validate()`. |
| 44 | +Validate emails through a static method `EmailValidator.validate()`. |
0 commit comments