Releases: GOVCERT-LU/eml_parser
Releases · GOVCERT-LU/eml_parser
v1.17.0
[v1.17.0]
Added
- Add Public Suffix List validation options for URLs and email addresses. (@malvidin)
- Add ip_force_routable option to filter out non-routable IPs. (@malvidin)
- Add domain_force_tld option to filter out domains with invalid TLDs. (@malvidin)
- Add include_www option to include potential URLs without a scheme. (@malvidin)
- Add IP, domain, and Public Suffix List filtering tests. (@malvidin)
- Add www_regex and dom_regex tests. (@malvidin)
- Add optional matching for HTML SRC and HREF. (@malvidin)
Changes
- Moved URL parsing options to EmlParser from get_uri_ondata. (@malvidin)