Releases: vschwaberow/ip-analyzer
Releases · vschwaberow/ip-analyzer
Release list
v0.1.5
v0.1.3
Release Notes (February 14, 2025)
- IPv6 Address Validation
- The IPAnalyzer class now checks for valid IPv6 addresses, including edge cases with empty strings and excessive colons.
- Multiple '::' Handling
- New logic addresses scenarios with multiple occurrences of ::, returning false for invalid inputs.
- Extended Test Coverage
- Tests now include IPv6-specific checks, confirming that valid addresses pass and invalid ones fail.
v0.1.2
What's Changed
- Add IPv4 network and broadcast calculation methods by @vschwaberow in #2
Full Changelog: v0.1.1...v0.1.2
v0.1.1
What's Changed
- Ipv6 by @vschwaberow in #1
New Contributors
- @vschwaberow made their first contribution in #1
Full Changelog: v0.1.0...v0.1.1
v0.1.0
Full Changelog: https://github.com/vschwaberow/ip-analyzer/commits/v0.1.0