All Versions
11
Latest Version
Avg Release Cycle
93 days
Latest Release
1571 days ago
Changelog History
Page 1
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)
- 🛠 Fix bug in
-
v1.7.1 Changes
January 22, 2020- 🗄 Deprecate 'decodeBytes' in favor of 'decodeOctets'.
- ➕ Add
Bytes
-oriented encode and decode functions toNet.Mac
:boundedBuilderUtf8
,decodeUtf8Bytes
, andparserUtf8Bytes
. - ➕ Add
parserRangeUtf8Bytes
andparserRangeUtf8BytesLenient
to bothNet.IPv4
andNet.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 forIPv6Range
. - ✂ Remove
Num
,Integral
, andReal
instances fromIPv6
. - ✂ Remove
Bits
instance forIPv4Range
. - 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
- ➕ Add
-
v1.6.0 Changes
September 30, 2019- Provide decode functions for decoding from
ShortText
and fromBytes
. 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.
- Provide decode functions for decoding from
-
v1.5.1 Changes
July 29, 2019- 👍 Allow building with primitive-0.7.
- ➕ Add more doctests to Net.IP.
- ➕ Add to Net.IP:
isIPv4
andisIPv6
. - ⬆️ 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
usingwide-word
'sWord128
. (This is a breaking change.)
- Implement
-
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
andNet.IPv6.localhost
, aliases forloopback
.
- 🛠 Fix existing
-
v1.4.2.1 Changes
March 18, 2019- Docfix for
Net.IPv4.toList
- Docfix for
-
v1.4.1 Changes
August 19, 2018- ➕ Add
Enum
andBounded
instances forMac
. - ➕ Add
NFData
instances for all types.
- ➕ Add
-
v1.4.0 Changes
July 18, 2018- Combine
Net.IPv4
andNet.IPv4.Range
modules. - ➕ Add
IPv6Range
. - ⬇️ Drop support for older aeson.
- ➕ Add
Enum
instance forIPv6
.
- Combine