From 05fea1e7b5282fd808f6bd9e74e6b8d1f1334dc1 Mon Sep 17 00:00:00 2001 From: Fredrik Eilertsen Date: Fri, 21 Jun 2024 15:40:21 +0200 Subject: [PATCH] Remove outdated stuff --- CHANGELOG.md | 14 -------------- README.md | 2 +- 2 files changed, 1 insertion(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f54e2f7..19f31a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,17 +1,3 @@ -## 2.2.8 -One letter TLD is not allowed anymore... -## 2.2.0 -One letter TLD is not allowed anymore -## 2.1.20 -Bug fixes and performance improvements -## 2.1.17 -Duplicate type enum found in flutter -## 2.1.7 -Duplicate type enum found in flutter -## 2.1.16 -Bug fixes and performance improvements -## 2.1.15 -Bug fixes and performance improvements ## 2.1.2 Fix static anlyzer warnings and update Dart SDK diff --git a/README.md b/README.md index 47a397f..d6d517c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# **Email validator** [![Build status](https://ci.appveyor.com/api/projects/status/fb7ssu5fg8k334vi?svg=true)](https://ci.appveyor.com/project/fredeil/email-validator-dart) [![pub package](https://img.shields.io/pub/v/email_validator.svg)](https://pub.dev/packages/email_validator) +# **Email Validator.dart** A simple Dart class for validating email addresses without using RegEx. Can also be used to validate emails within Flutter apps (see [Flutter email validation](https://github.com/fredeil/flutter-email-validator)).