wires v0.2.0 Release Notes

Release Date: 2017-03-25 // about 7 years ago
    • 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