Releases: benbalter/gman
Releases · benbalter/gman
v2.1.0
GMan 2.0.0
- Breaking change: Removed ability to verify MX records on
Gman.valid?
- Added DC Council, props @vzvenyach
- Prevent error when parsing emails with invalid host names
- Drop dependency on Email Veracity due to project deprecation
- Updated domain list adding many state and local domains with MX records (but not NS records as previously checked)
- Removed some expired or unregistered domains from the domain list
Gman.list_path
now returns the absolute path to the domain list- Development: added
script/console
- Development: moved domain verification tests to their own test suite, props @konklone
Gman 1.0.0
Adds nearly 10,000 US state and local municipality domains to the known domain list, thanks to the USA.gov team.
0.2.1
The Deuce
The Big One Oh
- Better edge case handling when parsing domainy strings
- Optionally validate the MX records of email domains
- Now relies on addressable and email_veracity to validate urls and emails, rather than vanilla regex
- 400% increase in testing, with 100% test coverage