All Versions
16
Latest Version
Avg Release Cycle
247 days
Latest Release
2084 days ago

Changelog History
Page 2

  • v0.8.0.1 Changes

    September 21, 2017
    • Add headers from MonadSnap state response to the servant-snap computed response
    • Add a commented-out snap-cors test to the test suite. It doesn't pass, although manual testing of snap-cors works.
  • v0.7.1 Changes

    • Call 'Snap.Core.pass' when routing an empty URI path. This allows an entire served API to fall through, which is more in line with the rest of snap routing, and allows multiple servant API's to be served under the same path context from 'Snap.Core.route'.
  • v0.7 Changes

    • Initial release
  • v0.7.0.5 Changes

    • Fix throwError bug ignoring ServantError headers
  • v0.7.0.4 Changes

    • Fix throwError bug ignoring ServantError body
  • v0.7.0.3 Changes

    • Bump servant upper bound, allow 0.9