respect-validation/library
Henrique Moody 6f92132874
Update list of top-level domains
This commit will add the LLP, XN--MGBCPQ6GPA1A, XN--Q7CE6A and XN--QXA6A
top-level domains, and remove BNL, CARTIER, CHRYSLER, DODGE, DUNS,
EVERBANK, HONEYWELL, ISELECT, LADBROKES, LANCOME, LIAISON, MOBILY,
MOPAR, MOVISTAR, NADEX, PIAGET, SRT, STARHUB, TELEFONICA, UCONNECT,
VISTAPRINT, WARMAN, XN--ESTV75G and XN--MGBB9FBPOB top-level domains.

Below the Bash command I used to generate the new list:

curl https://data.iana.org/TLD/tlds-alpha-by-domain.txt |
  grep --invert-match '^#' |
  sed --regexp-extended "s,^,',; s/$/', /" |
  tr --delete '\n' |
  fold --width=72 --spaces

Signed-off-by: Henrique Moody <henriquemoody@gmail.com>
2020-05-19 11:31:43 +02:00
..
Exceptions Fix possible error when recursing exceptions 2020-04-04 21:01:30 +02:00
Helpers Turn LICENSE file into plain/text 2019-05-23 16:21:34 +02:00
Message Turn LICENSE file into plain/text 2019-05-23 16:21:34 +02:00
Rules Update list of top-level domains 2020-05-19 11:31:43 +02:00
Factory.php Turn LICENSE file into plain/text 2019-05-23 16:21:34 +02:00
Validatable.php Turn LICENSE file into plain/text 2019-05-23 16:21:34 +02:00
Validator.php Update docblock from "when" rule 2020-04-16 17:24:58 +02:00