## 0.1.2 ### Bug Fixes * The API for debugging flow using partial flow has changed slightly. Instead of using `module Partial = FlowExploration` and choosing between `Partial::partialFlow` and `Partial::partialFlowRev`, you now choose between `module Partial = FlowExplorationFwd` and `module Partial = FlowExplorationRev`, and then always use `Partial::partialFlow`.