dlist v1.0 Release Notes
Release Date: 2020-07-18 // over 4 years ago-
Released on 2020-07-18, Nelson Mandela International Day.
β Added
intercalate
forDList
([#43][], [Jacob Leach][])Traversable
instance forDList
([#45][], [Veronika Romashkina][])Data.DList.Internal
for theDList
implementation,Data.DList.Unsafe
for exporting theDList
constructorUnsafeDList
and record labelunsafeApplyDList
([#55][], [#59][])Data.DList.DNonEmpty
([#60][])- π GitHub Action for uploading a release ([#74][])
- π¦
dlist-bench
, a benchmark package ([#71][])
π Changed
stimes
forDList
defined withstimesMonoid
([#46][], [Janek Spaderna][])- Type of
tail
:DList a -> DList a
toDList a -> [a]
([#69][]) - β GitHub Action for continuous integration testing to replace Travis-CI ([#47][], [#50][])
- β GHC warning and error improvements ([#72][], [#73][])
- π Improved documentation ([#55][], [#70][], [#76][], [#77][])
β Removed
list :: b -> (a -> DList a -> b) -> DList a -> b
([#69][])
Previous changes from v0.8
-
Released on 2016-07-17, Constitution Day in South Korea.
β Added
- Pattern synonyms
Nil
andCons
([#15][]) Semigroup
instance forDList
([#25][])- Canonical
Applicative
andMonad
instances forDList
([#23][], [Herbert Valerio Riedel][])
π Changed
IsString
instance forDList
is no longer flexible ([#26][], [Baldur BlΓΆndal][])QuickCheck
upper bound: 2.9 to 2.10 ([ef7eac5
][])
- Pattern synonyms