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

Changelog History
Page 1

  • v1.2.1 Changes

    • ➕ Add Serial and CoSerial instances for Ordering.
  • v1.2.0 Changes

    • ➕ Add Serial and CoSerial instances for (,,,,), (,,,,,), Compose, Foreign.C.Types, Data.List.NonEmpty, Void, Complex.
    • ➕ Add Bounded, Functor, Foldable and Traversable instances for Positive and NonNegative wrappers.
    • ➕ Add NonZero wrapper for non-zero integers.
    • ➕ Add cons5, cons6, alts5, alts6.
  • v1.1.7 Changes

    • 🛠 Fix overlapping instances of GSerial.
  • v1.1.6 Changes

    • Mark modules as Safe, not just Trustworthy.
  • v1.1.5 Changes

    • ➕ Add limit :: Monad m => Int -> Series m a -> Series m a
    • ➕ Add genericSeries and genericCoseries, so that you can use the generic implementations more flexibly. Previously, the generic implementation was only avaialable as the default method for series/coseries but not as standalone functions.
  • v1.1.4 Changes

    • ➕ Add instances for fixed-width Int and Word types (Int8, Word8 etc.)
  • v1.1.3 Changes

    • ➕ Add Serial and CoSerial instances for Word and Natural
  • v1.1.3.1 Changes

    • 🛠 Fix compatibility with GHC 7.8 and older
  • v1.1.2 Changes

    • ✅ Export the test function
    • ➕ Add a listSeries function
  • v1.1.1 Changes

    Export some auxiliary functions from T.S.Series, and document how to express consN and altsN for N > 4.