Skip to content

Commit

Permalink
Standardised changelog format
Browse files Browse the repository at this point in the history
  • Loading branch information
fredeil committed Jul 27, 2022
1 parent 5719387 commit c9dd450
Showing 1 changed file with 14 additions and 28 deletions.
42 changes: 14 additions & 28 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,57 +2,43 @@
Bug fixes and performance improvements

## 2.1.2

* Fix static anlyzer warnings and update Dart SDK
Fix static anlyzer warnings and update Dart SDK

## 2.0.1

* Migrate to new null safety SDK. See https://dart.dev/null-safety.
Migrate to new null safety SDK. See https://dart.dev/null-safety.

## 2.0.0-nullsafety

* Migrate to new null safety SDK. See https://dart.dev/null-safety.
Migrate to new null safety SDK. See https://dart.dev/null-safety.

## 1.0.6

* Code clean up
Code clean up

## 1.0.5

* Add parameter documentation for the `EmailValidator.validate` method
Add parameter documentation for the `EmailValidator.validate` method

## 1.0.4

* Fix Dart sdk analysis warnings
Fix Dart sdk analysis warnings

## 1.0.3

* Minor code style fixes again
Minor code style fixes again

## 1.0.2

* Minor code style fixes
Minor code style fixes

## 1.0.1

* Allow international now defaults to true.
Allow international now defaults to true.

## 1.0.0

* EmailValidator.Validate() is now, by Dart convention, EmailValidator.validate().
EmailValidator.Validate() is now, by Dart convention, EmailValidator.validate().

## 0.1.6

* Cleaned up code a bit, no API changes.
Cleaned up code a bit, no API changes.

## 0.1.5

* Cleaned up code a bit, no API changes.
Cleaned up code a bit, no API changes.

## 0.1.4

* Now supports a broader variety of Dart sdk versions
Now supports a broader variety of Dart sdk versions

## 0.1.0

* Validate emails through a static method `EmailValidator.validate()`.
Validate emails through a static method `EmailValidator.validate()`.

0 comments on commit c9dd450

Please sign in to comment.