Changelog of @hackage/do-list 1.0.1

Change Log

1.0.1 (2016-09-19)

  • Links to Stackage in readme
  • Minor cabal package fixes

1.0.0 (2016-09-12)

  • Added DoMonoid with IsString and IsList instances
  • Replaced DList with DoMonoid for DoList -> better performance
  • Removed toDList function
  • Removed dependency on dlist
  • Added more usage examples
  • Better readme
  • More benchmarks
  • Documentation edits
  • Added Hackage badge

0.9.1 (2016-09-10)

  • IsList instance
  • More bechmarks

0.9.0 (2016-09-08)

  • Changed back result type of item to polymorphic
  • Added IsString instance
  • Renamed unDoList to toDList
  • Documentation edits
  • Added benchmarks

0.8.1 (2016-09-07)

  • Reified result type of item to ()
  • Added note about Control.Monad.Writer
  • Minor documentation edits