Skip to content

Latest commit

 

History

History
126 lines (88 loc) · 5.81 KB

File metadata and controls

126 lines (88 loc) · 5.81 KB

Version 1.2.22

Added more disposable email domains (micke#80)

Version 1.2.21

Added More disposable email domains (micke#77, micke#78)

Version 1.2.20

Added more disposable email domains (micke#76)

Version 1.2.19

Added more disposable email domains (micke#73, micke#74 and micke#75)

Version 1.2.18

Added more disposable email domains (micke#70, micke#71 and micke#72)

Version 1.2.17

Added more disposable email domains (micke#70)

Version 1.2.16

Added more disposable email domains (micke#68, micke#69 and https://github.com/lisinge/valid_email2/commit/2e512458c181eb4d95514320723a09781fb14485)

Version 1.2.15

Removed disposable domains that are false positives (micke#67)

Version 1.2.14

Added more disposable email domains (micke#66)

Version 1.2.13

Added more disposable email domains (micke#65)

Version 1.2.12

Added more disposable email domains (micke#64)

Version 1.2.11

Properly test that domain is a proper domain and not just a TLD (micke#63)

Version 1.2.10

Improve performance in domain matching (micke#62) Add clipmail.eu (micke#61)

Version 1.2.9

Remove example.com (micke#59)

Version 1.2.8

Add maileme101.com (micke#56)

Version 1.2.7

Add throwam.com and pull updates from mailchecker.

Version 1.2.6

Remove nus.edu.sg as it's a valid domain (micke#54)

Version 1.2.5

Added more disposable email domains (micke#51, micke#52 and micke#53)

Version 1.2.4

Added more disposable email domains (micke#48, micke#49 and micke#50)

Version 1.2.3

Added more disposable email domains (micke#45)

Version 1.2.2

Removed false positive email domains (micke#43 and micke#44)

Version 1.2.1

Added more disposable email domains (micke#41, micke#42 and https://github.com/lisinge/valid_email2/commit/8b99a799dc126229d9bc4d79d473a0344e788d34)

Version 1.2.0

Disposable email providers have started to use random subdomains so valid_email2 will now correctly match against subdomains micke#40
Updated list of disposable email providers.

Version 1.1.13

Removed husmail.com and nevar.com from the disposable email list (micke#38)

Version 1.1.12

Removed fastmail.fm from the disposable email list (micke#37)

Version 1.1.11

Removed poczta.onet.pl from the disposable_emails list (micke#34) Added a whitelist to the internal pull_mailchecker_emails so that poczta.onet.pl can't sneak back in again.

Version 1.1.10

Added more disposable email domains (micke#32) Added script that pulls disposable emails (micke#33)

Version 1.1.9

Added more disposable email domains (micke#22, micke#23, micke#24, micke#25, micke#26, micke#27, micke#29 and micke#30)

Version 1.1.8

Added more disposable email domains (micke#21)

Version 1.1.7

Added more disposable email domains (micke#18 and micke#19)

Version 1.1.6

Fix a regression which changed validation on domains that caused domains with multiple consecutive dots to be valid.

Version 1.1.5

Be more lenient on the mail gem version dependency to allow people to use v2.6. Added more disposable email domains (micke#14 and micke#15)

Version 1.1.4

Added more disposable email domains (https://github.com/lisinge/valid_email2/commit/aedb51fadd5a05461d7f5ef7ea6942d7769f0c58)

Version 1.1.3

Added more disposable email domains (https://github.com/lisinge/valid_email2/commit/a29ce30d4bc22a23283a0b3f9f6d4560309784ca)

Version 1.1.2

Added more disposable email domains (micke#11 and micke#13 and https://github.com/lisinge/valid_email2/commit/81e20eb8a14759b88dfee3c343e21512aa7d8da4)

Version 1.1.1

Added more disposable email domains (micke#9 and micke#10)

Version 1.1.0

Added support to locally blacklist emails

Version 1.0.0

Moved EmailValidator to seperate file