Skip to content

4.0.0

Compare
Choose a tag to compare
@remojansen remojansen released this 06 Jul 21:29
· 407 commits to master since this release

Breaking changes

We have rename all decorators to match the naming convention (lowercase) used in the core library:

  • Controller -> controller
  • All -> all
  • Get -> httpGet
  • Post -> httpPost
  • Put -> httpPut
  • Patch -> httpPatch
  • Head -> httpHead
  • Delete -> httpDelete
  • Method -> httpMethod
  • Request -> request
  • Response -> response
  • RequestParam -> requestParam
  • QueryParam -> queryParam
  • RequestBody -> requestBody
  • RequestHeaders -> requestHeaders
  • Cookies -> cookies
  • Next -> next
  • Params -> params

Commits

@remojansen Create CONTRIBUTING.md bfba838
@Greenkeeper Update @types/chai to version 4.0.1 (#52) f53b37e
@Greenkeeper Update chai to version 4.0.0 (#50) 813a3ad
@Greenkeeper Update run-sequence to version 2.0.0 (#53) 5279d9f
@remojansen Create CODE_OF_CONDUCT.md (#54) daa36d3
@the-owl Rename all decorators to lowercase (#55) a55234b
@remojansen Updated dependencies (#56) 4e8f64a