fix(email-validator): improve MX record validation and update project configuration

This commit is contained in:
2026-04-30 07:41:08 +00:00
parent 0885b139e9
commit 705ef9ce71
12 changed files with 2147 additions and 4153 deletions
+7
View File
@@ -1,5 +1,12 @@
# Changelog
## 2026-04-30 - 2.2.1 - fix(email-validator)
improve MX record validation and update project configuration
- Destroy the smartdns client after MX lookups to avoid lingering resources
- Accept MX record values from either `value` or `exchange` fields and require at least one record for valid domains
- Update package metadata, build tooling, and replace `npmextra.json` with `.smartconfig.json`
## 2025-11-29 - 2.2.0 - feat(wire)
Add wire protocol, WireTarget & WireParser, Smartmail JSON serialization; refactor plugins and update dependencies