- Removed easypost.com from free list of domains, added hey.com
- Removed tornbanner.com from disposable list of domains.
- Significantly faster compile times.
- Use Mailchecker's disposable email list
- Remove
google.com
fromFreeList
(internal domain for Google employees only).
- Fix regression where domains in
DisposableList
were included inFreeList
(which is reserved for regular free email service providers like GMail, Yahoo, etc).
- BREAKING:
EmailGuard.check/2
function returns{:error, module}
instead of{:error, String.t()}
, so if you're usingDisposableList
, you will now get{:error, EmailGuard.DisposableList}
instead of{:error, "EmailGuard.DisposableList"}
. - Significant performance improvements when searching the list of domains (@idi-ot).
- Documentation fixes, re-published to update Hexdocs.
- First version.