1.18 - 2025-07-29 - fix crash when querying ASNs. 1.17 - 2025-07-22 - internationalisation support. 1.16 - 2025-07-22 - skipped. 1.15 - 2025-07-03 - fix display of LDH name when the Unicode name is not present. 1.14 - 2025-06-26 - skipped. 1.13 - 2025-06-26 - better support for internationalized domain names. 1.12 - 2025-05-22: - make --registrar the default behaviour. 1.11 - 2025-05-22: - withdrawn! 1.10 - 2025-03-19: - use Net::RDAP 0.35, which is much faster. - more consistent underlining of URI-like JCard property values. 1.09 - 2025-03-13: - update this file to reflect the changes in 1.08. 1.08 - 2025-03-13: - require Net::RDAP v0.34 in Makefile.PL not just in rdapper.pm. 1.07 - 2025-03-13: - require Net::RDAP v0.34, which fixes a caching issue. - add --debug argument, which doesn't do much at the moment except enable Net::RDAP::UA verbosity. - add --registry argument, as --registrar or --both may become the default behaviour in a future release. - refactoring of the main display function. 1.06 - 2025-02-05: - Fixed display of JCard property names. - Display CC parameter of JCard ADR properties (if specified). - avoid dependency on List::MoreUtils. - Short output of nameservers when --short is specified. - Display IPv6 addresses using :: compression instead of the expanded representation. 1.05 - 2025-01-06: - Documentation updates. - Support for searches. - Support for --domain (etc) as an alias of --type=domain (etc). - fix --raw. - Started to add tests. 1.04 - 2024-10-03: - address security issue due to use of a relative path in `use lib` (thanks Petr Pisar). 1.03 - 2024-06-25: - added --both option, and include all options in --help output. - simplified implementation of display() using guard clauses - include additional address fields in output, where present. 1.02 - 2024-06-07: - update to support Net::RDAP 0.25 and display unstructured postal addresses. 1.01 - 2024-05-31: - fix pattern matching which treated TLDs like "de" as IPv6 addresses. - when an object is identified as an IP address, make sure Net::IP->new returns an object before trying to use it. - implemented --version argument. 1.00 - 2024-05-30: - bump version to 1.00 as PAUSE ignores 0.1x version numbers as they are lower than 0.9 (:facepalm:) - display a list of redacted fields where provided - support TLD queries by directly querying the IANA RDAP server. 0.11 - 2024-05-30: - handle help queries better. 0.10 - 2024-05-29: - add missing dependencies to Makefile.PL. 0.9 - 2024-05-29: - fix copyright notice. 0.8 - 2024-05-29: - when --short argument is used, the EPP status mappings are omitted. - fix --registrar - output is nicely wrapped to fit into your terminal. 0.7 - 2023-05-18: - remove unneeded dependency. - add documentation about Docker. 0.6 - 2023-05-18: - convert to module so it can be distributed via CPAN. 0.5 - 2022-10-06: - this space left intentionally blank. 0.4 - 2022-10-06: - add this file. - add --registrar argument.