wires v0.2.1 Release Notes

Release Date: 2018-04-15 // almost 6 years ago
    • Fix: bumped version bounds

    • Fix: more strictness fixes

    • Fix: README.md formatting for Hackage

    • Add: Semigroup and generalised Monoid instances for Event

    Contributors


Previous changes from v0.2.0

    • 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