ip-num v1.5.2 Release Notes
Release Date: 2025-06-08 // about 1 year ago-
What's Changed
- Expands ipv6 string before constructing masks by @dadepo in #88
- ⚡️ Update IPRange.ts by @dwarburt in #94
- ⚡️ Update dependencies and scripts by @dadepo in #106
- 🛠 Fix: Validate CIDR range in isValidIPv4CidrNotation by @dadepo in #102
- 🛠 Fix: Correct IPv6 address collapsing to prevent multiple '::' by @dadepo in #103
- 🛠 Fix(IPRange): Allow contains() to accept single IP addresses by @dadepo in #104
- ➕ Added more tests for ipv6 collapse by @dadepo in #107
🆕 New Contributors
Full Changelog : v1.5.0...v1.5.2
Previous changes from v1.5.1
-
🛠 Fixes Parsing error for IPv6mask when "::" is used. Ref #87