Releases: Athlon1600/php-cidr-range-optimizer
Releases · Athlon1600/php-cidr-range-optimizer
v1.0.2
- Fixed an issue where sometimes we get incorrect results when converting IP address range to CIDR. f080cb2
v1.0.1
- Fixed an issue that happens when creating a
CIDR
object with only an IP address passed in. c3d0540
// should be equivalent to: 142.250.191.238/32
$range = new CIDR("142.250.191.238")
v1.0.0
- Initial Release
- API expected to be stable from here