All Versions
3
Latest Version
Avg Release Cycle
299 days
Latest Release
2196 days ago

Changelog History

  • v0.2.1 Changes

    April 15, 2018
    • Fix: bumped version bounds

    • Fix: more strictness fixes

    • Fix: README.md formatting for Hackage

    • Add: Semigroup and generalised Monoid instances for Event

    Contributors

  • v0.2.0 Changes

    March 25, 2017
    • Breaking change: Safer API for manage and manage'

    • Fix: wire strictness; strict value recursion like the following works now:

      rec x <- scan x0 -< x `seq` ev
      
    • Change: tighter version bounds

    • Add: event functions splitE, unalignE, unlessE

    • Add: wire transforms asksW, askW, hoistW, runReaderW

    Contributors

  • v0.1.0 Changes

    August 25, 2016
    • Initial version.