What's Changed
- Features
- Add result field
registry_suffix
(#344)- To complement the existing public suffix field
suffix
- To complement the existing public suffix field
- Add result property
top_domain_under_public_suffix
(#344) - Add result property
top_domain_under_registry_suffix
(#344) - Deprecate
registered_domain
property- Use
top_domain_under_public_suffix
instead, which has the same behavior
but a more accurate name
- Use
- Add result field
- Bugfixes
- Fix missing
reverse_domain_name
property in CLI--json
output (a545c67
)
- Fix missing
- Misc.
- Expand internal
suffix_index
return type to be richer than bools, and
include the registry suffix during trie traversal
(#344)
- Expand internal
Contributors
Full Changelog: 5.2.0...5.3.0