Skip to content

Latest commit

 

History

History
36 lines (19 loc) · 701 Bytes

CHANGELOG.md

File metadata and controls

36 lines (19 loc) · 701 Bytes

0.2.1

  • Fix: bumped version bounds

  • Fix: more strictness fixes

  • Fix: README.md formatting for Hackage

  • Add: Semigroup and generalised Monoid instances for Event

Contributors

0.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

0.1.0

  • Initial version.