Releases: agrafix/Spock
Releases · agrafix/Spock
Hackage Version 0.7.10.0
- Session API: added
modifySession'
andmodifyReadSession
- Improve session performance for heavy loads
- Make session housekeeping configurable
- Provide a
defaultSessionCfg
to prevent breakage when a new option is added getpost
verb matcher- switch to new
reroute
package - fix GHC7.10.2 compile error
- reintroduce
Web.Spock
- add
Alternative
instance forActionT
- code cleanup & small bug fixes
Hackage Version 0.7.9.0
- fixed
renderRoute
to more useful uncurried version - export
Var
for safe routing type annotations - some internal code clean up
Hackage Release 0.7.8.0
- ghc 7.10 support
- possibility to extend session TTL on each page hit
deleteCookie
functionality- fix warnings
- improve readme and documentation
- more inline pragmas
Hackage Version 0.7.7.0
stream
andresponse
to allow streaming responses. Thanks @dylex- Improved
IsString
instance forWeb.Spock.Simple
SpockRoute
- Fixed documentation bugs
Hackage Version 0.7.6.0
- allow persisting of sessions across runs
- remove blaze functionality and dependency
- move digestive functors support to it's own package
- rename the
</>
and<#>
operator to<//>
- move
ActionT
to the shared module - minor internal refactorings
Hackage Version 0.7.5.2
- Fix to work with newest monad-control package version