* Fixed catastrophic backtracking and a small top domain bug.
3.0.2
* Fixed bug for not loading public_suffix_list.dat correctly.
3.0.0
* A lot of cleanup. * Added list from https://publicsuffix.org/ to find top domains more correct. * Breaking change: Signature of `parse_url(item)` now changed to `parse_url(url: str) -> dict`. * Breaking change: Signature of `get_url(item)` now changed to `def get_url(url: str) -> UrlObject:`.
2.1.1
* Small fix for readme and Github actions.
2.1.0
* Added function to get url back as Object. Also added a function to get the basics of a url returned.
2.0.0
* Added new regex and support for foreign languages.