v0.6.2
- Allow use of a custom resolver for locating Controllers
- Use Express setters and getters to manage HTTP headers
- Remove getters created on Controller for
this.req
,this.res
, andthis.app
. Directly define them through references.
this.req
, this.res
, and this.app
. Directly define them through references.