Skip to content

Releases: msigley/mailcheck-php

1.3

30 Sep 20:21
e6d32ae
Compare
Choose a tag to compare

Removed Sift4 text diff algorithm and replaced it with PHP's built in levenshtein algorithm. Sift4 was too greedy and would return suggestions unrelated to the user's input.
Added in memory cache of DNS domain validation results. This improves performance when validating multiple emails in a row.
Added character transposition handling to improve suggestions since levenshtein doesn't account for transpositions.
Added "off by one character" handling to improve suggestions where the user is missing the last character of the domain.
Added second level domain overrides to improve gmail suggestions.
Added command line script for validating csv files of emails.

Added mail.com domains

02 Apr 17:31
b9e8003
Compare
Choose a tag to compare
1.2

Update README.md

Inital release

28 Jul 14:22
Compare
Choose a tag to compare
1.1

Added more test cases