EmailGuard v1.1.0 Release Notes

Release Date: 2018-04-18 // almost 6 years ago
    • 💥 BREAKING: EmailGuard.check/2 function returns {:error, module} instead of {:error, String.t()}, so if you're using DisposableList, you will now get {:error, EmailGuard.DisposableList} instead of {:error, "EmailGuard.DisposableList"}.
    • 🐎 Significant performance improvements when searching the list of domains (@idi-ot).