Skip to content

Commit 87c38d7

Browse files
5.3.0
1 parent ca3ac69 commit 87c38d7

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
33
After 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

0 commit comments

Comments
 (0)