We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 254c3f2 commit 1e5d419Copy full SHA for 1e5d419
CHANGELOG.md
@@ -7,13 +7,16 @@ Notable changes to this project are documented in this file. The format is based
7
Breaking changes:
8
9
New features:
10
- - Add `liftMaybe` and `liftEither` to easily lift `Maybe` and `Either` values
11
- to a `MonadThrow` monad.
12
13
Bugfixes:
14
15
Other improvements:
16
+## [v5.2.0](https://github.com/purescript/purescript-transformers/releases/tag/v5.2.0) - 2021-07-13
+
17
+New features:
18
+ - Add `liftMaybe` and `liftEither` to easily lift `Maybe` and `Either` values to a `MonadThrow` monad (#140 by @hexagonal-sun)
19
20
## [v5.1.0](https://github.com/purescript/purescript-transformers/releases/tag/v5.1.0) - 2021-04-27
21
22
0 commit comments