All Versions
10
Latest Version
Avg Release Cycle
62 days
Latest Release
3163 days ago
Changelog History
Changelog History
-
v2.0.0 Changes
January 18, 2016- Complete rewrite
- ๐ New WAI-based web framework
- Routing with captures, regexes, and literals
- Streaming body based around
writeBody
function - Allow data structures to be streamed via the 'ToStream' typeclass.
- Typesafe parameter coersion
-
v0.6.1
April 14, 2017 -
v0.6.0
April 12, 2017 -
v0.5.0
April 12, 2017 -
v0.4.1
April 12, 2017 -
v0.4.0
April 06, 2017 -
v0.3.6
March 31, 2017 -
v0.1.2 Changes
December 30, 2015- โ Removed Web.App.Password password generation functionality
- HTTPS redirection is now done via middleware to avoid zombie process issues
-
v0.1.1 Changes
December 28, 2015- ๐ Fix process termination in signal handlers
-
v0.1.0 Changes
December 08, 2015- ๐ Included a new example: a counter app with an additional CLI parser.
- ๐ Implemented a "util" CLI subcommand where you can "mount" an optparse-applicative @parser@. See example.
- ๐ Fixed termination handlers. Previously, they weren't installed when using HTTPS due to a bug in warp-tls. This has been remedied. Additionally, these handlers would destroy the initial state, rather than the current state from the @tvar@.