Skip to content

Releases: seancfoley/ipaddress-go

Version 1.3.0

10 Oct 03:22
41bef3c
Compare
Choose a tag to compare
  • 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

19 Jun 03:50
Compare
Choose a tag to compare
  • some godoc fixes and improvements
  • minor performance improvements with version checking

Version 1.2.0

28 May 01:14
Compare
Choose a tag to compare

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

28 Feb 05:47
Compare
Choose a tag to compare

Fix to remap with empty tries.

Requires Go version 1.12 and up.

Version 1.1.1

28 Feb 03:22
7d57bdf
Compare
Choose a tag to compare

Minor fix to address keys, minor improvement to IPAddressRange in framework

Version 1.1.0

26 Feb 03:35
Compare
Choose a tag to compare

Added address tries and associative address tries.

Version 1.0.2

15 Jan 17:50
2995094
Compare
Choose a tag to compare

Initial release