machinecell v3.0.0 Release Notes

    • ArrowLoop instance now independent of base arrow's
    • 👉 Make PlanT newtype and add stop handling MonadPlus instance
    • API changes
      • Added filterJust, filterLeft, filterRight
      • Deleted Show and Eq instance of Event type
      • Added Isos of ArrowUtil module
      • Delete state monad handling.
      • Delete unsafe primitives cycleDelay, fitEx, unsafeSteady, loop'
      • Delete deperecated passRecent, withRecent
      • Delete ProcessA ArrowReader instance and added readerProc