reroute v0.9.0.0 Release Notes

Release Date: 2015-08-23 // over 8 years ago
    • 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