conduino v0.2.2.0 Release Notes
Release Date: 2020-01-08 // about 5 years ago-
January 7, 2020
๐ https://github.com/mstksg/conduino/releases/tag/v0.2.2.0
- Added
feedbackEither
for more flexibility on top offeedback
- ๐ Some documentation cleanup
- Added
Previous changes from v0.2.1.0
-
January 7, 2020
๐ https://github.com/mstksg/conduino/releases/tag/v0.2.1.0
-
hoistPipe
exported from Data.Conduit - A handful of pipe primitive combinators added to Data.Conduit, including:
-
feedbackPipe
-
zipPipe
-
&|
/fuseBoth
-
|.
/fuseUpstream
-
fuseBothMaybe
-
- Some pipe runners added to Data.Conduit, including:
-
squeezePipe
/squeezePipeEither
-
feedPipe
/feedPipeEither
-
- Data.Conduit.Lift module, for working with monad transformers
-
iterM
added to Data.Conduit.Combinators
-