All notable changes to hunterio
will be documented in this file
- initial release
- FIX: account() endpoint throwing auth error
- Add shortcut assuming 'domain' is used for argument for:
Hunter::domainSearch($domain = null)
Hunter::emailFinder($domain = null)
Hunter::emailCount($domain = null
- Deprecate
Hunter::emailVerifier()->verify($email)
- and replace with
Hunter::verifyEmail($email);