Skip to content

v0.4.0

Compare
Choose a tag to compare
@Rokt33r Rokt33r released this 03 Jan 01:15
· 75 commits to master since this release
28418f9

Features

  • Request body validation with class-validator.
  • Rename decorators for cookies.
    • @setCookie -> @cookieSetter
    • @clearCookie -> @cookieClearer
  • @controller and @httpMethod accepts middlewares.