Packages

Utility functions to deal with Top-Level Domains of the global DNS system. Fetches the current list of TLDs from IANA and makes it accessible with a simple function, and offers minor utilties for recognising TLDs in domain names.

Current section

Files

Jump to
tld CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
## 0.1.0 (2020-12-06)
### Features
* add get_list() API to get TLD list ([6415669](https://gitlab.com/ablis/tld/commit/64156690427111b1435ae20bf6b0824a614353c6))
* add get_tld_from_domain_name/1 public API ([d3093d9](https://gitlab.com/ablis/tld/commit/d3093d919de84a94a048e1d966a893f975367ba3))
* make TLD list URL configurable ([da76d91](https://gitlab.com/ablis/tld/commit/da76d91b41eee3dd7a51ff19d3710eef00123527))