Skip to content

Commit c9dd450

Browse files
committed
Standardised changelog format
1 parent 5719387 commit c9dd450

File tree

1 file changed

+14
-28
lines changed

1 file changed

+14
-28
lines changed

CHANGELOG.md

Lines changed: 14 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -2,57 +2,43 @@
22
Bug fixes and performance improvements
33

44
## 2.1.2
5-
6-
* Fix static anlyzer warnings and update Dart SDK
5+
Fix static anlyzer warnings and update Dart SDK
76

87
## 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.
119

1210
## 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.
1512

1613
## 1.0.6
17-
18-
* Code clean up
14+
Code clean up
1915

2016
## 1.0.5
21-
22-
* Add parameter documentation for the `EmailValidator.validate` method
17+
Add parameter documentation for the `EmailValidator.validate` method
2318

2419
## 1.0.4
25-
26-
* Fix Dart sdk analysis warnings
20+
Fix Dart sdk analysis warnings
2721

2822
## 1.0.3
29-
30-
* Minor code style fixes again
23+
Minor code style fixes again
3124

3225
## 1.0.2
33-
34-
* Minor code style fixes
26+
Minor code style fixes
3527

3628
## 1.0.1
37-
38-
* Allow international now defaults to true.
29+
Allow international now defaults to true.
3930

4031
## 1.0.0
41-
42-
* EmailValidator.Validate() is now, by Dart convention, EmailValidator.validate().
32+
EmailValidator.Validate() is now, by Dart convention, EmailValidator.validate().
4333

4434
## 0.1.6
45-
46-
* Cleaned up code a bit, no API changes.
35+
Cleaned up code a bit, no API changes.
4736

4837
## 0.1.5
49-
50-
* Cleaned up code a bit, no API changes.
38+
Cleaned up code a bit, no API changes.
5139

5240
## 0.1.4
53-
54-
* Now supports a broader variety of Dart sdk versions
41+
Now supports a broader variety of Dart sdk versions
5542

5643
## 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

Comments
 (0)