Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 3.0.8
- Add comprehensive test suite covering boundary conditions, quoted strings, IPv4/IPv6, international addresses, and all parameter combinations
- Add GitHub Actions CI workflow (format check, static analysis, test run)
- Remove redundant `dart:core` import; add documentation for `_skipIPv4Literal`

## 3.0.6
Bug fixes and performance improvements

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: email_validator
version: 3.0.6
version: 3.0.8

homepage: https://github.com/fredeil/email-validator.dart
description: A simple (but correct) dart class for validating email addresses
Expand Down