All Versions
6
Latest Version
Avg Release Cycle
142 days
Latest Release
1492 days ago

Changelog History

  • v1.1.3 Changes

    March 24, 2020
  • v1.1.2 Changes

    April 18, 2018
    • โœ‚ Remove google.com from FreeList (internal domain for Google employees only).
  • v1.1.1 Changes

    April 18, 2018
    • ๐Ÿ›  Fix regression where domains in DisposableList were included in FreeList (which is reserved for regular free email service providers like GMail, Yahoo, etc).
  • v1.1.0 Changes

    April 18, 2018
    • ๐Ÿ’ฅ 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).
  • v1.0.1 Changes

    April 17, 2018
    • ๐Ÿ“š Documentation fixes, re-published to update Hexdocs.
  • v1.0.0 Changes

    April 16, 2018
    • First version.