Skip to content

v0.2.0

Compare
Choose a tag to compare
@Rokt33r Rokt33r released this 01 Jan 07:41
· 92 commits to master since this release
2804aee

Features

  • Add type alias, ConfigSetter, for before and after option properties.
  • RedirectResult accepts status.
  • Discard @nextFn and @resRender. (They make hard to guess where sending response happening.)
  • Add @reqCookies, @setCookie, @clearCookie and reqSignedCookies.

Bug fix

  • Fix @handlerParam decorator bug. (Metadata boundary was wrong.)
  • Rename BaseController#sendStatusResult method to BaseController#sendStatus.
  • Make encoding argument of EndResult optional.

Dev

  • Implement tests(100% coverage)
  • Enable TravisCI
  • Enable CodeCov