File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 33After upgrading, update your cache file by deleting it or via `tldextract
44--update`.
55
6+ ## 5.3.0 (2025-04-21)
7+
8+ * Features
9+ * Add result field ` registry_suffix ` ([ #344 ] ( https://github.com/john-kurkowski/tldextract/issues/344 ) )
10+ * To complement the existing public suffix field ` suffix `
11+ * Add result property ` top_domain_under_public_suffix ` ([ #344 ] ( https://github.com/john-kurkowski/tldextract/issues/344 ) )
12+ * Add result property ` top_domain_under_registry_suffix ` ([ #344 ] ( https://github.com/john-kurkowski/tldextract/issues/344 ) )
13+ * Deprecate ` registered_domain ` property
14+ * Use ` top_domain_under_public_suffix ` instead, which has the same behavior
15+ but a more accurate name
16+ * Bugfixes
17+ * Fix missing ` reverse_domain_name ` property in CLI ` --json ` output ([ ` a545c67 ` ] ( https://github.com/john-kurkowski/tldextract/commit/a545c67d87223616fc13e90692886b3ca9af18bb ) )
18+ * Misc.
19+ * Expand internal ` suffix_index ` return type to be richer than bools, and
20+ include the registry suffix during trie traversal
21+ ([ #344 ] ( https://github.com/john-kurkowski/tldextract/issues/344 ) )
22+
623## 5.2.0 (2025-04-07)
724
825* Features
You can’t perform that action at this time.
0 commit comments