All Versions
17
Latest Version
1.0
Avg Release Cycle
192 days
Latest Release
1375 days ago

Changelog History
Page 1

  • v1.0 Changes

    July 18, 2020

    Released on 2020-07-18, Nelson Mandela International Day.

    βž• Added

    • intercalate for DList ([#43][], [Jacob Leach][])
    • Traversable instance for DList ([#45][], [Veronika Romashkina][])
    • Data.DList.Internal for the DList implementation, Data.DList.Unsafe for exporting the DList constructor UnsafeDList and record label unsafeApplyDList ([#55][], [#59][])
    • Data.DList.DNonEmpty ([#60][])
    • πŸš€ GitHub Action for uploading a release ([#74][])
    • πŸ“¦ dlist-bench, a benchmark package ([#71][])

    πŸ”„ Changed

    • stimes for DList defined with stimesMonoid ([#46][], [Janek Spaderna][])
    • Type of tail: DList a -> DList a to DList 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, 2016

    Released on 2016-07-17, Constitution Day in South Korea.

    βž• Added

    • Pattern synonyms Nil and Cons ([#15][])
    • Semigroup instance for DList ([#25][])
    • Canonical Applicative and Monad instances for DList ([#23][], [Herbert Valerio Riedel][])

    πŸ”„ Changed

    • IsString instance for DList is no longer flexible ([#26][], [Baldur BlΓΆndal][])
    • QuickCheck upper bound: 2.9 to 2.10 ([ef7eac5][])
  • v0.8.0.8 Changes

    April 02, 2020

    Released on 2020-04-02, World Autism Awareness Day.

    βž• Added

    • toList in the Foldable instance for DList ([#36][], [Ryan Scott][])

    πŸ”„ Changed

    • QuickCheck upper bound: 2.14 to 2.15 ([a7ea60d][])

    πŸ›  Fixed

    • Documented time complexity of head for DList ([#35][], [Simon Jakobi][])
  • v0.8.0.7 Changes

    August 05, 2019

    Released on 2019-08-05, Independence Day in Burkina Faso.

    βž• Added

    • MonadFail instance for DList ([#32][], [Vanessa McHale][])

    πŸ”„ Changed

    • deepseq upper bound: 2 to 1.5 ([#33][], [Herbert Valerio Riedel][])
  • v0.8.0.6 Changes

    July 03, 2019

    Released 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, 2018

    Released 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, 2018

    Released on 2018-01-19, Kokborok Day.

    βž• Added

    • {-# LANGUAGE Trustworthy #-} in Data.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 for NonEmpty in the test suite copied from quickcheck-instances ([4f92012][])
  • v0.8.0.3 Changes

    July 04, 2017

    Released on 2017-07-04, Independence Day in the United States.

    βž• Added

    • βœ… quickcheck-instances dependency in the test suite for the Arbitrary, Arbitrary1 instances for NonEmpty ([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, 2016

    Released on 2016-09-04, World Sexual Health Day.

    πŸ›  Fixed

    • βœ… Missing module OverloadedStrings in the test suite ([#29][], [Sergei Trofimovich][])
  • v0.8.0.1 Changes

    July 29, 2016

    Released 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][])