pypi tldextract 5.3.0

4 months ago

What's Changed

  • Features
    • Add result field registry_suffix (#344)
      • To complement the existing public suffix field suffix
    • 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
  • Bugfixes
    • Fix missing reverse_domain_name property in CLI --json output (a545c67)
  • Misc.
    • Expand internal suffix_index return type to be richer than bools, and
      include the registry suffix during trie traversal
      (#344)

Contributors

Full Changelog: 5.2.0...5.3.0

Don't miss a new tldextract release

NewReleases is sending notifications on new releases.