All Versions
25
Latest Version
Avg Release Cycle
-
Latest Release
-
Changelog History
Page 1
Changelog History
Page 1
-
v1.2.1 Changes
- ➕ Add
SerialandCoSerialinstances forOrdering.
- ➕ Add
-
v1.2.0 Changes
- ➕ Add
SerialandCoSerialinstances for(,,,,),(,,,,,),Compose,Foreign.C.Types,Data.List.NonEmpty,Void,Complex. - ➕ Add
Bounded,Functor,FoldableandTraversableinstances forPositiveandNonNegativewrappers. - ➕ Add
NonZerowrapper for non-zero integers. - ➕ Add
cons5,cons6,alts5,alts6.
- ➕ Add
-
v1.1.7 Changes
- 🛠 Fix overlapping instances of
GSerial.
- 🛠 Fix overlapping instances of
-
v1.1.6 Changes
- Mark modules as
Safe, not justTrustworthy.
- Mark modules as
-
v1.1.5 Changes
- ➕ Add
limit :: Monad m => Int -> Series m a -> Series m a - ➕ Add
genericSeriesandgenericCoseries, so that you can use the generic implementations more flexibly. Previously, the generic implementation was only avaialable as the default method forseries/coseriesbut not as standalone functions.
- ➕ Add
-
v1.1.4 Changes
- ➕ Add instances for fixed-width Int and Word types (Int8, Word8 etc.)
-
v1.1.3 Changes
- ➕ Add
SerialandCoSerialinstances forWordandNatural
- ➕ Add
-
v1.1.3.1 Changes
- 🛠 Fix compatibility with GHC 7.8 and older
-
v1.1.2 Changes
- ✅ Export the
testfunction - ➕ Add a
listSeriesfunction
- ✅ Export the
-
v1.1.1 Changes
Export some auxiliary functions from
T.S.Series, and document how to expressconsNandaltsNforN > 4.