All Versions
11
Latest Version
Avg Release Cycle
93 days
Latest Release
1425 days ago

Changelog History
Page 1

  • v1.7.2 Changes

    May 30, 2020
    • ๐Ÿ›  Fix bug in doctest documentation
    • โฌ†๏ธ Bump upper bound on aeson: (< 1.5) -> (< 1.6)
  • v1.7.1 Changes

    January 22, 2020
    • ๐Ÿ—„ Deprecate 'decodeBytes' in favor of 'decodeOctets'.
    • โž• Add Bytes-oriented encode and decode functions to Net.Mac: boundedBuilderUtf8, decodeUtf8Bytes, and parserUtf8Bytes.
    • โž• Add parserRangeUtf8Bytes and parserRangeUtf8BytesLenient to both Net.IPv4 and Net.IPv6 modules.
  • v1.7.0 Changes

    January 22, 2020
    • โž• Add Data instances for all types.
    • โž• Add Ix instances for all address types.
    • โž• Add missing ToJSON/FromJSON instances for IPv6Range.
    • โœ‚ Remove Num, Integral, and Real instances from IPv6.
    • โœ‚ Remove Bits instance for IPv4Range.
    • Switch to derived Bits instance for `IPv4.
    • โœ‚ Remove old spec test for IPv4 Bits laws, instead use quickcheck-classes.
    • โฌ†๏ธ Bump exclusive upper bound on small-bytearray-builder
  • v1.6.0 Changes

    September 30, 2019
    • Provide decode functions for decoding from ShortText and from Bytes. These two are implemented internally using the same function.
    • Dependency on bytesmith effectively restricts users to GHC 8.6 and up. Since GHC 8.8 is about to be released, this is deemed an acceptable cost.
    • Require cabal version 2.2 so that leading commas are accepted in dependencies lists.
  • v1.5.1 Changes

    July 29, 2019
    • ๐Ÿ‘ Allow building with primitive-0.7.
    • โž• Add more doctests to Net.IP.
    • โž• Add to Net.IP: isIPv4 and isIPv6.
    • โฌ†๏ธ Bump lower bound on primitive from 0.6 to 0.6.4.
    • โฌ†๏ธ Bump upper bound on hashable from < 1.3. to < 1.4.
  • v1.5.0 Changes

    March 23, 2019
    • Implement IPv6 using wide-word's Word128. (This is a breaking change.)
  • v1.4.2 Changes

    March 14, 2019
    • ๐Ÿ›  Fix existing spec test suite.
    • โœ… 100% haddock coverage, along with significantly more doctest coverage.
    • โž• Add Net.IPv4.localhost and Net.IPv6.localhost, aliases for loopback.
  • v1.4.2.1 Changes

    March 18, 2019
    • Docfix for Net.IPv4.toList
  • v1.4.1 Changes

    August 19, 2018
    • โž• Add Enum and Bounded instances for Mac.
    • โž• Add NFData instances for all types.
  • v1.4.0 Changes

    July 18, 2018
    • Combine Net.IPv4 and Net.IPv4.Range modules.
    • โž• Add IPv6Range.
    • โฌ‡๏ธ Drop support for older aeson.
    • โž• Add Enum instance for IPv6.