Releases: seancfoley/ipaddress-go
Releases · seancfoley/ipaddress-go
Version 1.3.0
- added base 85 string generation and parsing
- added UNC literal string generation and parsing
- added reverse DNS string parsing
- added divisions of arbitrary bit-length
- eliminated data races
- expanded ContainsSize to all address items
- fix to methods providing host masks
- some godoc additions
- solidified construction of division groupings
Version 1.2.1
- some godoc fixes and improvements
- minor performance improvements with version checking
Version 1.2.0
This release is primarily a documentation release.
- added godoc to all API elements not yet documented, which was the majority of the API
- made sub-segment operations more efficient using range
- improved return type for ElementsContaining methods, changed to ContainmentPath
- added ForEachSegment for functional access to segments
Version 1.1.2
Fix to remap with empty tries.
Requires Go version 1.12 and up.
Version 1.1.1
Minor fix to address keys, minor improvement to IPAddressRange in framework
Version 1.1.0
Added address tries and associative address tries.
Version 1.0.2
Initial release