machines-0.6: CHANGELOG.markdown
0.6
---
* Added better fanout combinators. `Data.Machine.Fanout`
* Added a module for lifting machines that run in transformed monads. `Data.Machine.Lift`
* Added instances for `Mealy` and `Moore`.
* Explicitly implemented `(<*>)` `(*>)` and `(<*)` for `PlanT`.
* Added `Data.Machine.Runner` with various tools for running machines.
* Added `teeT`.
* Added `unfoldPlan` and `preplan`
0.5.1
-----
* `profunctors` 5 support
* GHC 7.10 warnings have been cleaned up
0.5
---
* Major bug fix (and semantic change) for `Plan`'s `(<|>)`.
0.4.2
-----
* Add `Monoid` and `Semigroups` instances for `MachineT`
0.4.1
-----
* Support `void` 0.7, fixed upper bounds on dependencies going forward.
0.4.0.1
-----
* Bumped the bounds for `mtl` and `transformers`
0.4
-----
0.2.5
-----
* Added `deconstruct`, `tagDone` and `finishWith`
0.2.4
-----
* Added `asPats`, `sinkPart_`, `autoM`, and `fitM`
0.2.1
-----
* Fixed the `Mealy` Monad
0.2
---
* Removed the input type parameter from (almost) all of the types.
0.1
---
* Initial release