CleverGo Web Framework v1.12.2 Release Notes

Release Date: 2020-05-13 // almost 4 years ago
    • Context.Error, Context.NotFound, Context.Redirect, Context.ServeFile, Context.ServeContent return a nil error.
    • Context.Error(msg string, code int) was changed as Context.Error(code int, msg string).
    • Context.Redirect(url string, code int) was changed as Context.Redirect(code int, url string).

Previous changes from v1.12.1

    • ✂ Remove Router.paramsPool.