All Versions
25
Latest Version
Avg Release Cycle
-
Latest Release
-
Changelog History
Page 1
Changelog History
Page 1
-
v1.2.1 Changes
- ➕ Add
Serial
andCoSerial
instances forOrdering
.
- ➕ Add
-
v1.2.0 Changes
- ➕ Add
Serial
andCoSerial
instances for(,,,,)
,(,,,,,)
,Compose
,Foreign.C.Types
,Data.List.NonEmpty
,Void
,Complex
. - ➕ Add
Bounded
,Functor
,Foldable
andTraversable
instances forPositive
andNonNegative
wrappers. - ➕ Add
NonZero
wrapper 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
genericSeries
andgenericCoseries
, so that you can use the generic implementations more flexibly. Previously, the generic implementation was only avaialable as the default method forseries
/coseries
but 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
Serial
andCoSerial
instances forWord
andNatural
- ➕ Add
-
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
- ✅ Export the
-
v1.1.1 Changes
Export some auxiliary functions from
T.S.Series
, and document how to expressconsN
andaltsN
forN > 4
.