All Versions
7
Latest Version
Avg Release Cycle
111 days
Latest Release
1665 days ago

Changelog History

  • v1.2.1.1 Changes

    October 04, 2019
    • Loosened bounds on template-haskell (#29).
    • ๐Ÿ‘ Made some minor internal changes to better support GHC 8.8.
  • v1.2.1.0 Changes

    November 15, 2018
    • ๐Ÿ‘Œ Improved makeEffect from Control.Monad.Freer.TH to support more datatypes (#17).
  • v1.2.0.0 Changes

    October 23, 2018
    • โž• Added Control.Monad.Freer.TH, which provides a makeEffect function that automatically generates boilerplate operations using send for an effect (#15).
  • v1.1.0.0 Changes

    February 20, 2018
    • ๐Ÿ”„ Changed the implementation of LastMember to avoid an issue similar to the one with Member fixed in 1.0.1.1 that could cause the constraint to unnecessarily fail to solve (#6).
    • ๐Ÿ”„ Changed the order of the type variables in interpretM to be more consistent with other functions (only relevant in combination with TypeApplications).
    • Re-exported (~>) from Control.Natural through Control.Monad.Freer.
  • v1.0.1.1 Changes

    January 31, 2018
    • ๐Ÿ›  Fixed a bug that could cause Member constraints to erroneously fail to solve (#3).
  • v1.0.1.0 Changes

    January 27, 2018
    • โž• Added subsume to Control.Monad.Freer for deduplicating effects.
    • โž• Added gets to Control.Monad.Freer.State (#1).
  • v1.0.0.0 Changes

    December 07, 2017
    • ๐ŸŽ‰ Initial release.