PHP Domain Parser v5.7.0 Release Notes

Release Date: 2020-08-02 // over 3 years ago
  • โž• Added

    • Rules::getCookieDomain
    • Rules::getICANNDomain
    • Rules::getPrivateDomain
    • CouldNotResolvePublicSuffix::dueToUnresolvableDomain

    ๐Ÿ›  Fixed

    • ๐Ÿ‘Œ Improve type hinting and return type by dropping EOL PHP versions support.
    • ๐Ÿ‘Œ Improve development environment by dropping EOL PHP versions support.
    • ๐Ÿ›  Fix composer script

    ๐Ÿ—„ Deprecated

    • None

    โœ‚ Removed

    • ๐Ÿ‘Œ Support for PHP7.0 and PHP7.1
    • โšก๏ธ The external data from IANA and mozilla is no longer part of the package and will be downloaded only on demand on composer update/install.