All Versions
7
Latest Version
Avg Release Cycle
-
Latest Release
-
Changelog History
Changelog History
-
v0.7.4 Changes
- 👍 QuickCheck-2.10 support: Arbitrary1/2 instances
- 👍 GHC-8.2 support
-
v0.7.3 Changes
- ➕ Add
salign :: (Align f, Semigroup a) => f a -> f a -> f a
- ➕ Add
-
v0.7.2 Changes
- 👌 Support
aeson-1
: addFromJSON1
,FromJSON2
ToJSON1
, andToJSON2
These
instances.
- 👌 Support
-
v0.7.1 Changes
- ➕ Add
AlignWithKey
inData.Align.Key
(added dependencykeys
) - ➕ Add
These
instances forbinary
:Binary
aeson
:FromJSON
,ToJSON
QuickCheck
:Arbitrary
,CoArbitrary
,Function
deepseq
:NFData
- ➕ Add
-
v0.7 Changes
- 💥 Breaking change: Generalized
Monad
,Applicative
instances ofThese
andChronicle
to require only aSemigroup
constraint - More efficient
Align Seq
implementation - ➕ Add
Crosswalk Seq
andVector
instances
- 💥 Breaking change: Generalized
-
v0.6.2.1 Changes
- 👌 Support quickcheck-instances-0.3.12 (tests)
-
v0.6.2.0 Changes
- ➕ Add support to bifunctors-5.1