All Versions
7
Latest Version
Avg Release Cycle
24 days
Latest Release
1816 days ago
Changelog History
Changelog History
-
v0.3.1.0 Changes
December 15, 2019- โ Add
liftMaybe
utility function toControl.Monad.Except.CoHas
.
- โ Add
-
v0.3.0.0 Changes
November 02, 2019- Reexport
Control.Monad.Reader
from theControl.Monad.Reader.Has
module with customask
,asks
andreader
functions more compatible with theHas
class. - Similarly for
Control.Monad.Except
,CoHas
andthrowError
/liftError
functions.
- Reexport
-
v0.2.1.0 Changes
October 26, 2019- โ Added the
update
method toHas
(yay lenses). - ๐ Fixed the documentation regarding the recursiveness of the search.
- โ Added the
-
v0.2.0.1 Changes
October 07, 2019- Less boilerplate for
Has
tuple instances andCoHas
Either
instance. - ๐ Out-of-the-box
Has
support for up to sextuples due to the reduced boilerplate.
- Less boilerplate for
-
v0.2.0.0 Changes
September 28, 2019- โ Added
CoHas
class (dual toHas
), allowing injecting values into sum types.
- โ Added
-
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.