Changelog for servant-checked-exceptions-core-2.2.0.1
2.2.0.1
- Disable doctests for GHC-9. #39
2.2.0.0
-
Add the
EnvelopeTmonad transformer. #32 -
Add a few combinators for
Envelope:envelopeRemoveenvelopeHandlerelaxEnvelopeliftA2EnvelopebindEnvelope
2.1.0.0
- Add support for servant-0.16 and remove support for all previous version of servant. #31 Thanks Schell Carl Scivally!
2.0.0.0
-
Initial release of
servant-checked-exceptions-corepackage, with core types factored out ofservant-checked-exceptionsfor users who want access to them without incurring a dependency onservant-serverandservant-client. See issue 25 -
Compared to
servant-checked-exceptions,servant-checked-exceptions-corebreaks up theExceptionsmodule intoVerbsandEnvelope. issue 18