Skip to content

v1.2.0

Choose a tag to compare

@vishr vishr released this 11 Oct 21:15
· 1366 commits to master since this release
  • New API
    • Echo.Any - Any adds a route > handler to the router for all HTTP methods.
    • Echo.Match - Match adds a route > handler to the router for multiple HTTP methods provided.
    • Response.Committed - Getter function for committed status.
    • Context.File - Sends response as file with option to download as attachment.
    • Context.JSONP - JSONP sends a JSONP response with status code. It uses callback to construct the JSONP payload.
  • Dropped API
    • RedirectToSlash middleware
  • Refactored API
    • Echo.Debug
    • Echo.SetDebug
    • StripTrailingSlash middleware moved to Echo.StripTrailingSlash
  • Enhancements
  • Closed the following issues