Changelog for dep-t-advice-0.4.5.0
Revision history for dep-t-advice
0.4.5.0
-
Added runFromDep.
This required bumping the minimum version of dep-t to 0.4.4.0.
0.4.4.0
-
Added 'adviseRecord' and 'deceiveRecord' that manipulate entire records-of-functions (also work on newtypes) instead of a single bare function.
Useful when the components to put on the environment come in their own record types.
0.4.0.0
-
Added 'deceive' function.
-
BREAKING CHANGE. The form of the 'HasX' constraints expected by 'Ensure' has changed. Now they expect the effect monad as their first parameter. This is in order to help with deriving.
0.3.0.0
- BREAKING CHANGE. Removed the dependency on "constraints" to reduce the dependency footprint. This changes the signature of restrictArgs.
0.2.0.0
- BREAKING CHANGE. The Advice type is no longer parameterized by the
cemandcrconstraints. Instead, it's directly parameterized by the typeseof the environment,mof the base monad androf the result, which are left polymorphic when needed. This simplifies a bunch of things. Thecaconstraint paramter remains however.
0.1.0.0 -- YYYY-mm-dd
- First version. Released on an unsuspecting world.