Skip to content

Latest commit

 

History

History
53 lines (37 loc) · 1.29 KB

CHANGELOG.md

File metadata and controls

53 lines (37 loc) · 1.29 KB

Changelog:

v3.0.4
  • Changed package name
v3.0.3-optimus4
  • Fixed default dictionary being modified bug
v3.0.3-optimus3
  • Included handling for some cases
v3.0.3-optimus1
  • Included host value
v3.0.3-optimus
  • Removed UrlObject class
  • Removed www value
v3.0.3
  • Fixed catastrophic backtracking and a small top domain bug.
v3.0.2
  • Fixed bug for not loading public_suffix_list.dat correctly.
v3.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:.
v2.1.1
  • Small fix for readme and Github actions.
v2.1.0
  • Added function to get url back as Object. Also added a function to get the basics of a url returned.
v2.0.0
  • Added new regex and support for foreign languages.
v1.0.0
  • Small bugfixes and optimisation for stable release.
v0.9.9
  • Bugfixes on the readme file.
v0.9.8
  • Added support for args.
v0.9.7
  • Changed setup.py and readme for PyPi optimisation.
v0.9.6
  • Added support for secondary top domain (like: co.uk, .parliament.uk, .gov.au).