Skip to content

Releases: fredeil/email-validator.dart

Release v1.0.5

11 Jul 20:12
Compare
Choose a tag to compare

Add documentation for the validate method

Release v1.0.4

29 Dec 09:26
Compare
Choose a tag to compare

Fix Dart SDK code analysis issues to resolve health suggestions on pub.dev

1.0.3 Minor code style fixes again

17 Dec 06:50
23c66a6
Compare
Choose a tag to compare
v1.0.3

Update README.md

Release v1.0.0

05 Sep 15:59
Compare
Choose a tag to compare

It´s finally released as a first stable version!

Changes:

  • EmailValidator.Validate(..) is now changed to EmailValidator.validate(..) to follow coding conventions in Dart lang

If you have existing code using this code you will have to update it.

Release v0.1.6

05 Sep 11:20
Compare
Choose a tag to compare

Minor changes to the codebase, no breaking changes in the API

Release v0.1.4

01 Sep 11:47
Compare
Choose a tag to compare
  • Now supports a broader variety of Dart sdk versions

Release v0.1.0

31 Aug 23:22
Compare
Choose a tag to compare

First release