Releases: barseghyanartur/tld
Releases · barseghyanartur/tld
0.11.10-2020-02-05
- Python 2.7 and 3.5 fixes.
0.11.9-2019-12-26
- Adding test TLDs list to the package.
0.11.8-2019-12-13
- Minor fixes in setup.py and manifest. Include missing resources for python 2.7 dist.
0.11.7-2019-12-13
.. note::
There have been no code changes since 0.11.2. The only change is that
support for Python 2.7 and 3.5 has been added.
- Added support for Python 2.7.
0.11.6-2019-12-12
- Targeted releases for all supported Python versions.
0.11.1-2019-12-11
- Minor speed ups.
- More on adding typing.
0.11-2019-12-09
.. note::
Since introduction of parser classes, usage of
``NAMES_SOURCE_URL`` and ``NAMES_LOCAL_PATH`` of the ``tld.conf``
module is deprecated. Also, ``tld_names_local_path``
and ``tld_names_source_url`` arguments are deprecated as well.
If you want to customise things, implement your own parser (inherit from
``BaseTLDSourceParser``).
- Drop support for Python versions prior to 3.6.
- Clean-up dependencies.
- Introduce parsers.
- Drop
tld_names_source_url
andtld_names_local_path
introduced
in the previous release. - Minor speed-ups (including tests).
0.10-2019-11-27
.. note::
This is the last release which supports Python 2.
- Make it possible to provide a custom path to the TLD names file.
- Make it possible to free up some resources occupied due to loading custom
tld names by calling thereset_tld_names
function
withtld_names_local_path
parameter.
0.9.8-2019-11-15
- Fix for occasional issue when some domains are not correctly recognised.
0.9.7-2019-11-15
.. note::
This release is dedicated to my newborn daughter. Happy birthday, my dear
Ani.
- Handling urls that are only a TLD.
- Accepts already splitted URLs.
- Tested against Python 3.8.