Releases: c-robinson/iplib
Releases · c-robinson/iplib
1.0.4
- fix an integer overflow on 32bit CPU's caused by
MaxIPv4
being anint
instead ofuint32
found by @CyrilBrulebois
1.0.3
1.0.2
Small improvement to NewNetBetween()
1.0.1
Small documentation fix, plus avoid problems caused by a poorly-thought-out git force push.
1.0.0
Many, many changes
- iplib.Net is now an interface
- the original iplib.Net is now iplib.Net4
- new v6-centric iplib.Net6
- introducing HostMask for v6 networks, which is like a netmask except it masks
bits from the right of the address, excluding them from methods like NextIP,
PreviousIP, Enumerate, etc - Enumerate now parallelized
- updated README
- updated documentation
- now includes example-tests
- much fuller test coverage
0.3.1
Small bugfix release for the iid submodule
0.3.0
- add IID submodule for generating IPv6 Interface Identifiers
- small bugfixes and corrections
0.2.0
- add iana submodule for reporting on reserved IP address space
- first pass at subnet and supernet handling
- conversions to inaddr-arpa and binary string representations
- go module support
- small bugfixes and corrections
0.1.0
Initial release