All Versions
7
Latest Version
Avg Release Cycle
-
Latest Release
-

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
  • v0.7.2 Changes

    • ๐Ÿ‘Œ Support aeson-1: add FromJSON1, FromJSON2 ToJSON1, and ToJSON2 These instances.
  • v0.7.1 Changes

    • โž• Add AlignWithKey in Data.Align.Key (added dependency keys)
    • โž• Add These instances for
      • binary: Binary
      • aeson: FromJSON, ToJSON
      • QuickCheck: Arbitrary, CoArbitrary, Function
      • deepseq: NFData
  • v0.7 Changes

    • ๐Ÿ’ฅ Breaking change: Generalized Monad, Applicative instances of These and Chronicle to require only a Semigroup constraint
    • More efficient Align Seq implementation
    • โž• Add Crosswalk Seq and Vector instances
  • v0.6.2.1 Changes

    • ๐Ÿ‘Œ Support quickcheck-instances-0.3.12 (tests)
  • v0.6.2.0 Changes

    • โž• Add support to bifunctors-5.1