Revision history for perl module Net::RDAP:

0.27 - 2024-07-03
  - all RDAP objects will keep track of the URL of the enclosing RDAP record,
    which can be accessed using the document_url() method.
  - the Net::RDAP::Link class now has a context() method, which returns a URI
    object representing the context URI (in the `value` property). This method
    uses the document URL as the base URL so that relative URLs resolve
    properly.
  - the href() method of Net::RDAP::Link will use the context URI as the base
    URL when constructing the link URL.

0.26 - 2024-06-25
  - add is_rdap() method to Net::RDAP::Link.
  - renamed Net::RDAP::JCard::Node to Net::RDAP::JCard::Property.
  - ensure case-insensitivity of JCard property elements is handled properly.
  - added Net::RDAP::JCard::Address to provide an ergonomic interface to
    addresses.

0.25 - 2024-06-07
  - add a new object (Net::RDAP::JCard) that provides a way to access
    contact data in entity objects that isn't lossless, unlike vCard.

0.24 - 2024-05-30
  - add support for Redacted Fields (RFC 9537)

0.23 - 2024-05-16
  - fix an issue when reading cached responses

0.22 - 2024-03-18
  - add TO_JSON() method to Net::RDAP::Base so all RDAP objects can be
    reserialized back into JSON (see
    https://github.com/gbxyz/perl-net-rdap/issues/3).

0.21 - 2024-03-15
  - add special case for the root zone entry (see RFC 9224 ยง 4)

0.20 - 2023-12-31
  - use Storable::dclone instead of Clone::clone

0.19 - 2023-05-23
  - accept strings as arguments to domain() etc

0.18 - 2023-05-11
  - added extra metadata to Makefile.PL

0.17 - (skipped)

0.16 - 2022-10-06
  - be more lenient in what we accept to improve
    interoperability

0.15 - 2020-07-07
  - fixed RT#132736 (Noisy warning on ->fetch(url))

0.14 - 2019-03-06
  - support for getting help response from RDAP
    services

  - added Net::RDAP::Registry::IANARegistry and
    Net::RDAP::Registry::IANARegistry::Service
    and refactored Net::RDAP::Registry to use them

0.13 - 2019-01-15
  - add support for RFC 8521 object tagging

0.12 - 2018-12-04
  - remove colons from cache filenames to avoid
    problems on Windows (RT#127684)

0.11 - 2018-20-29
  - add MANIFEST, MYMETA.(json|yml) and this file
  - minor documentation updates