All notable changes to this package will be documented in this file.
- add PHP 8 support
- drop Laravel 6 support
- add Laravel 8 support
replace insensitive language
- config key
trashmail.whitelist
totrashmail.allowed
- config key
trashmail.blacklist
totrashmail.denied
- update default validation rule translation string
- add Laravel 7 support
- upgrade
astrotomic/laravel-guzzle
to v2.0.0
- add https://verifier.meetchopra.com provider
\Elbgoods\TrashmailRule\Providers\VerifierProvider
- add https://disposable-email-detector.com provider
\Elbgoods\TrashmailRule\Providers\DisposableEmailDetectorProvider
- switch to manager driver pattern
\Elbgoods\TrashmailRule\TrashmailManager
\Elbgoods\TrashmailRule\Providers
- add service class
\Elbgoods\TrashmailRule\Trashmail
- add facade
\Elbgoods\TrashmailRule\Facades\Trashmail
- try-catch all errors in providers and skip this provider
- initial release