Hello everyone,
We're happy to announce the releases of:
- servant 0.4.0
- servant-server 0.4.0
- servant-client 0.4.0
- servant-jquery 0.4.0
- servant-docs 0.4.0
- servant-blaze 0.4.0
- servant-lucid 0.4.0
to Hackage.
The highlights for this release are:
- Multiple content-types support (with servant-blaze and servant-lucid offering a way to encode data for the HTML content type)
- Handlers in other monads than `EitherT`
- Response headers support
- Safe links to endpoints
- Saner types for aborting early in request handlers (the `Left` branch in `EitherT`)
Cheers
--
Alp Mestanogullari