monad-validate v1.1.0.0 Release Notes
Release Date: 2019-08-05 // about 4 years ago-
- ➕ Added the
tolerate
method toMonadValidate
, which allows relaxing validation errors from fatal to nonfatal. - ➕ Added the
embedValidateT
andmapErrors
functions, which can be used together to locally alter the type of validation errors inValidateT
computations. - ✂ Removed the
MonadValidate
instance forContT
, which is no longer possible to implement due to the addition oftolerate
.
- ➕ Added the