auto v0.4.0.0 Release Notes

Release Date: 2015-04-04 // about 9 years ago
  • 🚀 https://github.com/mstksg/auto/releases/tag/v0.4.0.0

    • ⏪ Bug fix version reverting breaking changes from 0.3.0.0. 0.4.x should be able to run all 0.2.x programs with full backwards compatibility.
    • Control.Auto.Effects: Reverted back to lazy StateT and WriterT, because of situations where auto cannot resolve fixed points for recursive bindings.
    • Control.Auto.Blip: forkB renamed to splitB to prevent confusion with "fork", usually used in Haskell to refer to concurrency. Also anticipating adding concurrency-based Autos, so this is a move to clear the way for any possible conflicts.