Skip to content

4.1.0

Latest
Compare
Choose a tag to compare
@zanbaldwin zanbaldwin released this 19 May 09:03
· 13 commits to develop since this release
  • Added IpInterface::equals() method for comparing two IP addresses.
  • Added getCommonCidr(IpInterface $ip): int for determining how in range two
    IP addresses are according to their common CIDR value.
  • Added isBenchmarking(), isDocumentation(), and isPublicUse() type
    methods for both IPv4 and IPv6 addresses.
  • Added isBroadcast(), isShared(), and isFutureReserved() type methods for
    IPv4 addresses.
  • Added getMulticastScope(), isUniqueLocal(), isUnicast(), and
    isUnicastGlobal() type methods for IPv6 addresses.
  • Added Ipv6::fromEmbedded() factory method to create an instance of an
    IPv4-embedded address as IPv6 instead of Multi.
  • Made internal helper methods for dealing with binary data into utility
    classes: Darsyn\IP\Util\Binary and Darsyn\IP\Util\MbString.
  • Complete documentation overhaul
  • Increase test coverage.
  • Started using static analysis both locally and via GitHub actions.
  • Documentation and tests are excluded from the Git archive to reduce download
    size when installing Composer dependency as dist.
  • Updated Code of Conduct to Contributor Covenant v2.1