All Versions
17
Latest Version
Avg Release Cycle
192 days
Latest Release
1738 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v1.0 Changes
July 18, 2020Released 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][])
-
v0.8 Changes
July 18, 2016Released 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
-
v0.8.0.8 Changes
April 02, 2020Released on 2020-04-02, World Autism Awareness Day.
β Added
toList
in theFoldable
instance forDList
([#36][], [Ryan Scott][])
π Changed
QuickCheck
upper bound: 2.14 to 2.15 ([a7ea60d
][])
π Fixed
- Documented time complexity of
head
forDList
([#35][], [Simon Jakobi][])
-
v0.8.0.7 Changes
August 05, 2019Released on 2019-08-05, Independence Day in Burkina Faso.
β Added
MonadFail
instance forDList
([#32][], [Vanessa McHale][])
π Changed
deepseq
upper bound: 2 to 1.5 ([#33][], [Herbert Valerio Riedel][])
-
v0.8.0.6 Changes
July 03, 2019Released on 2019-03-29, Martyrs' Day in Madagascar.
π Changed
QuickCheck
upper bound: 2.13 to 2.14 ([242511c
][])
-
v0.8.0.5 Changes
September 13, 2018Released on 2018-09-13, Day of the Programmer.
π Changed
QuickCheck
upper bound: 2.12 to 2.13 ([0e2b3a5
][])
-
v0.8.0.4 Changes
January 19, 2018Released on 2018-01-19, Kokborok Day.
β Added
{-# LANGUAGE Trustworthy #-}
inData.DList
([#31][], [Bertram Felgenhauer][])
π Changed
QuickCheck
upper bound: 2.11 to 2.12 ([3d9c8ad
][])QuickCheck
lower bound: 2.7/2.9 to 2.10 ([4f92012
][])- β
Arbitrary
,Arbitrary1
instances forNonEmpty
in the test suite copied fromquickcheck-instances
([4f92012
][])
-
v0.8.0.3 Changes
July 04, 2017Released on 2017-07-04, Independence Day in the United States.
β Added
- β
quickcheck-instances
dependency in the test suite for theArbitrary
,Arbitrary1
instances forNonEmpty
([5b41d0d
][])
π Changed
QuickCheck
upper bound: 2.10 to 2.11 ([b2f791a
][])
π Fixed
- β
stimes
property in the test suite ([#30][], [Oleg Grenrus][])
- β
-
v0.8.0.2 Changes
September 05, 2016Released on 2016-09-04, World Sexual Health Day.
π Fixed
- β
Missing module
OverloadedStrings
in the test suite ([#29][], [Sergei Trofimovich][])
- β
Missing module
-
v0.8.0.1 Changes
July 29, 2016Released on 2016-07-29, the 58th Anniversary of the Creation of NASA.
π Changed
QuickCheck
lower bound: 2.7 to 2.9 for GHC >= 8 ([#28][], [Adam Bergmark][])