Skip to content

Hackage Version 0.9.0.0

Compare
Choose a tag to compare
@agrafix agrafix released this 23 Aug 17:51
· 292 commits to master since this release
  • Introduced contexts. Each request now has a context which can change during request processing. This is very useful to DRY different tasks like authentication and make them more typesafe. The old API remains unchanged by this. For usage examples see the funblog project and read the blog post
    • Added ActionCtxT and SpockActionCtx
    • Added SpockCtxT and SpockCtxM
    • Added getContext and runInContext
    • Added prehook
  • Safe SessionId generation
  • Added SessionHooks
  • Added reqMethod to get the current request method
  • Added PCNoDatabase