All Versions
10
Latest Version
Avg Release Cycle
62 days
Latest Release
3015 days ago

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@.