You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13-6Lines changed: 13 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,13 +3,20 @@
3
3
After upgrading, update your cache file by deleting it or via `tldextract
4
4
--update`.
5
5
6
-
## unreleased
6
+
## 5.2.0 (2025-04-07)
7
7
8
+
* Features
9
+
* Add `reverse_domain_name` result property ([#342](https://github.com/john-kurkowski/tldextract/issues/342))
10
+
* Bugfixes
11
+
* Extend exported public interface with `ExtractResult` and `update` ([`36ff658`](https://github.com/john-kurkowski/tldextract/commit/36ff658c53b510c5d56f8af235c8b08ce3c512f5))
12
+
* These were always meant to be public. Eases user import.
13
+
* Docs
14
+
* Document result fields
15
+
* Note all return values
16
+
* Colocate usage in the usage section
17
+
* Link to private domain docs
8
18
* Misc.
9
-
* Add `reverse_domain_name` property, for Reverse Domain Name Notation.
0 commit comments