monad-journal v0.8.1 Release Notes
Release Date: 2017-11-25 // almost 7 years ago-
- ✂ Removed the
either
dependency. It was not needed anymore!
- ✂ Removed the
Previous changes from v0.8.0
-
- ➕ Added support for either-4.5. This support breaks compatibility as we don’t have
EitherT
anymore. If you used it, please fall back toExceptT
, which has the same interface.
- ➕ Added support for either-4.5. This support breaks compatibility as we don’t have