All Versions
5
Latest Version
Avg Release Cycle
24 days
Latest Release
1254 days ago

Changelog History

  • v0.3.0.2 Changes

    October 21, 2020
    • โž• Added Control.Effect.Identity for pure effect interpretations.
  • v0.3.0.1 Changes

    October 14, 2020
    • ๐Ÿ›  Fixed some compilation issues with GHC 8.6
  • v0.3.0.0 Changes

    October 13, 2020
    • ๐Ÿ‘ Adapted the embed effect which now supports tagging/retagging/untagging.
    • Introduced the managed effect.
    • ๐Ÿ˜Œ Relaxed bounds a bit for better compilation.
  • v0.2.0.0 Changes

    July 29, 2020
    • Lifted the restriction that one handler can exactly handle one effect. Handlers can now handle multiple effects.
    • ๐Ÿ‘€ Effects whose definitions refer to other effects (see the RWS effect, for example) are now possible to implement, but only manually for now (i.e., no code generation).
  • v0.1.0.0 Changes

    July 17, 2020
    • ๐ŸŽ‰ Initial release