forked from gbxyz/rdapper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Changes
45 lines (34 loc) · 1.39 KB
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
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.