packages feed

conduit-combinators-1.0.5: ChangeLog.md

# 1.0.5

* Add head, headDef and lastDef combinators

# 1.0.4

* Move into mono-traversable repo, support mono-traversable 1.0

# 1.0.3.1

* Support for QuickCheck 2.8.2

# 1.0.3

* sourceRandomWith [#19](https://github.com/fpco/conduit-combinators/pull/19)

# 1.0.2

* Make mapAccumWhile & mapAccumS strict in accumulator state [#18](https://github.com/fpco/conduit-combinators/pull/18)

# 1.0.1

* mapAccumWhile, mapAccumWhileM, mapAccumS

# 1.0.0

* Drop system-filepath/system-fileio

# 0.3.1

* `peekForever`

# 0.3.0

Stream fusion enabled, drop compatibility with older conduit