IP Address Validation: Introduce a new helper method 'isValidCIDR' for both IPv4 and IPv6. This method allows users to easily check if a CIDR notation is valid, enhancing the library's usability.
Improvements
IP Address Ranges: Add more reserved IP address ranges for both IPv4 and IPv6, ensuring comprehensive coverage of address types. This update also corrects types for previously added ranges, improving accuracy.
Fixes
Fix parsing issues for some IPv4-embedded IPv6 addresses. This resolves a problem where certain addresses would throw exceptions, ensuring smoother parsing for users.
Others
Update testing framework and workflows to improve reliability. The library now automatically tests against Node LTS versions, ensuring better compatibility and performance.