Skip to content

Releases: katmore/tld-enum

fixes

22 Jun 07:44
Compare
Choose a tag to compare

fixes to TSV format (remove duplicated domain type column)

IANA data updates and new format

22 Jun 07:36
Compare
Choose a tag to compare

php format fixes

14 Jun 22:04
Compare
Choose a tag to compare

fixed PHP format files serialization

v2.0.3

14 Jun 21:13
Compare
Choose a tag to compare
  • June 14 2018 TLD updates
  • fix newly introduced concurrency issues in node-js based helpers due to behavior changes in an update on the "csv-parse" package
  • updates to broken (empty) JavaScript and JSON format files (due to concurrency issue, and lack of unit testing)
  • fix concurrency issue in CSV generator due to behavior changes in an update on the "csv-parse" package
  • update to broken tlds.csv that was missing proper description field and contained duplicate/invalid domains (due to concurrency issue, and lack of unit testing)

critical updates

14 Jun 20:19
Compare
Choose a tag to compare
  • June 14 2018 TLD updates
  • fix newly introduced concurrency issues in node-js based helpers due to behavior changes in an update on the "csv-parse" package
  • updates to broken (empty) JavaScript and JSON format files (due to concurrency issue, and lack of unit testing)

version 2

13 Jun 06:46
9f425a8
Compare
Choose a tag to compare
  • refactor JavaScript format files to be proper module exports with an index
  • fix inconsistent naming of TLD format files containing simple array of each TLD; now all named using the "list" suffix instead of some using "enum"
  • new "desc" (description) format files; hashmap of each TLD with corresponding description
  • new "type" format files; hashmap of each TLD with corresponding TLD type
  • new "info" format files; array of each TLD with hashmap containing the "domain", "description", and "type" properties
  • added examples for new format files
  • updates to the TLD Update Utility to generate new format files
  • added helpers for new format files

June 2018 TLD updates

12 Jun 22:58
Compare
Choose a tag to compare
  • latest TLD updates from IANA
  • improved bin/update-formats.sh script
    • removed unnecessary bashisms
    • fixed "quiet" mode

v1.0.6

14 Dec 07:09
Compare
Choose a tag to compare

fixed examples

improved examples

14 Dec 06:52
Compare
Choose a tag to compare
v1.0.5

bump version

updates from IANA

14 Dec 06:07
94f1a07
Compare
Choose a tag to compare
  • updated the formats with the latest data from IANA
  • created automation scripts to generate the native formats