webapp v0.1.0 Release Notes

Release Date: 2015-12-08 // over 8 years ago
    • ๐Ÿ“œ 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@.