All Versions
7
Latest Version
Avg Release Cycle
24 days
Latest Release
1587 days ago

Changelog History

  • v0.3.1.0 Changes

    December 15, 2019
    • โž• Add liftMaybe utility function to Control.Monad.Except.CoHas.
  • v0.3.0.0 Changes

    November 02, 2019
    • Reexport Control.Monad.Reader from the Control.Monad.Reader.Has module with custom ask, asks and reader functions more compatible with the Has class.
    • Similarly for Control.Monad.Except, CoHas and throwError/liftError functions.
  • v0.2.1.0 Changes

    October 26, 2019
    • โž• Added the update method to Has (yay lenses).
    • ๐Ÿ›  Fixed the documentation regarding the recursiveness of the search.
  • v0.2.0.1 Changes

    October 07, 2019
    • Less boilerplate for Has tuple instances and CoHas Either instance.
    • ๐Ÿ‘ Out-of-the-box Has support for up to sextuples due to the reduced boilerplate.
  • v0.2.0.0 Changes

    September 28, 2019
    • โž• Added CoHas class (dual to Has), allowing injecting values into sum types.
  • v0.1.0.1 Changes

    August 03, 2019
    • โž• Added documentation.
    • Export the SearchSuccessful type which might aid hand-writing instances.
  • v0.1.0.0 Changes

    July 27, 2019

    ๐ŸŽ‰ Initial release.