Releases: katmore/tld-enum
Releases · katmore/tld-enum
fixes
IANA data updates and new format
- created a new Tab-Separated-Value (tsv) file format
- new tsv helper script
- moved development scripts to "bin/devel"
php format fixes
fixed PHP format files serialization
v2.0.3
- 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
- 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
- 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
- latest TLD updates from IANA
- improved
bin/update-formats.sh
script- removed unnecessary bashisms
- fixed "quiet" mode
v1.0.6
improved examples
v1.0.5 bump version
updates from IANA
- updated the formats with the latest data from IANA
- created automation scripts to generate the native formats