Releases: knownasilya/hapi-decorators
Releases · knownasilya/hapi-decorators
Docs
controller.routes() mutation fix
Tweaks + Babel 6
- Add note about Babel 6
- Add
debug
module support - Update Readme
@cache
v0.4.0 Added the `@cache` decorator to avoid using the full `@config` decorator.
@config
v0.3.0 @config decorator and more tests. Also throw if a @route or an alias is not set, but another decorator is.
npm keywords
v0.2.4 Keywords for npm
100% coverage, fixed bugs
- Return empty array if no route decorators
- 100% coverage on tests
- Fix ids on route config. Id's didn't contain name of the controller.
- Add coverage check and fix test transpilation
Fix handler binding
this
inside of handler now refers to the class/controller
Fix bug
Need to add tests..
@validate
v0.2.0 Add @validate