All Versions
583
Latest Version
Avg Release Cycle
5 days
Latest Release
-

Changelog History
Page 55

  • v2.0.3 Changes

    • toString() implementations to aid debugging
  • v2.0.1 Changes

    • 0๏ธโƒฃ Readded missing default parameter for newRequest() on RouteSpec
  • v2.0.0 Changes

    • ๐Ÿ’ฅ Breaking: Inversion of routing API. GET to "/someUri" is now "/someUri" to GET for consistency across the entire API.
  • v1.33.1 Changes

    • Reimplementation of http4k-contract API to match main routing API. Contracts are now nestable.
  • v1.32.2 Changes

    • ๐Ÿ›  Fix Filters being applied twice in ContractRoutingHttpHandler
  • v1.32.1 Changes

    • More work on http4k-contract contract API
  • v1.31.0 Changes

    • Rework http4k-contract routing to be mounted in the same way as other RoutingHttpHandlers
  • v1.30.0 Changes

    • Filters are now applied consistently to all Routers
  • v1.29.0 Changes

    • ๐Ÿ‘‰ Tweak to DSL for defining StaticRouters
  • v1.28.1 Changes

    • ๐Ÿ›  Fix for #18: FollowRedirect will now work if location header includes charset information.