Skip to content

Releases: agrafix/Spock

Hackage Version 0.7.10.0

01 Jul 07:58
Compare
Choose a tag to compare
  • Session API: added modifySession' and modifyReadSession
  • 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 for ActionT
  • code cleanup & small bug fixes

Hackage Version 0.7.9.0

17 Apr 22:39
Compare
Choose a tag to compare
  • 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

16 Apr 19:39
Compare
Choose a tag to compare
  • 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

11 Jan 19:48
Compare
Choose a tag to compare
  • stream and response to allow streaming responses. Thanks @dylex
  • Improved IsString instance for Web.Spock.Simple SpockRoute
  • Fixed documentation bugs

Hackage Version 0.7.6.0

29 Dec 02:37
Compare
Choose a tag to compare
  • 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

24 Dec 22:27
Compare
Choose a tag to compare
  • Fix to work with newest monad-control package version