- Remove dns dependency in favor of erlang's :inet_res module #80
- feature: customize providers #78
- update emails list
- update dependencies
- Update dependencies (thanks @dolfinus)
- Fix CI (thanks @dolfinus)
- Update providers (thanks @robsonpeixoto)
- Separate MX Record check from core functionality #52 - @peaceful-james
- Misc doc changes (#47) - @kianmeng
- Fixed doctests
- Add option to resolve MX records (#50) - thanks @peaceful-james
- Validate subdomains (#46) - thanks @peaceful-james
- Update dependencies
- Update domains
- Breaking changes
- Improve performances by using a MapSet (#37) - thanks @tomciopp!
Burnex.provider/0
returns a MapSet instead of a list.
- Fix build issue, missing VERSION in release (#33).
- Update dependencies
- Update providers list
- Update docs
- Breaking changes
- Change
is_burner_domain/1
tois_burner_domain?/1
- Change
- Enhancements
- Add
is_burner_domain/1
function to check the domain directly - Update providers list
- Add