Skip to content

Releases: knownasilya/hapi-decorators

Docs

19 Aug 15:57
Compare
Choose a tag to compare

v0.4.3

  • Update readme examples
  • Add website
  • Add description to package

controller.routes() mutation fix

16 Jun 17:36
Compare
Choose a tag to compare

v0.4.2

  • Fix multiple calls to controller.routes() mutating the base route, see #10

Thanks @gausie!

Tweaks + Babel 6

05 Jan 16:02
Compare
Choose a tag to compare
  • Add note about Babel 6
  • Add debug module support
  • Update Readme

@cache

16 Sep 13:09
Compare
Choose a tag to compare
v0.4.0

Added the `@cache` decorator to avoid using the full `@config`
decorator.

@config

16 Sep 01:19
Compare
Choose a tag to compare
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

08 Sep 14:20
Compare
Choose a tag to compare
npm keywords Pre-release
Pre-release
v0.2.4

Keywords for npm

100% coverage, fixed bugs

01 Sep 20:30
Compare
Choose a tag to compare
Pre-release
  • 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

01 Sep 16:05
Compare
Choose a tag to compare
Fix handler binding Pre-release
Pre-release

this inside of handler now refers to the class/controller

Fix bug

30 Aug 01:49
Compare
Choose a tag to compare
Fix bug Pre-release
Pre-release

Need to add tests..

@validate

30 Aug 00:07
Compare
Choose a tag to compare
@validate Pre-release
Pre-release
v0.2.0

Add @validate