Skip to content

Refactor Handler Interfaces

Compare
Choose a tag to compare
@inksword inksword released this 28 Aug 07:13
· 20 commits to master since this release
  • All handler interface methods will only accept one single context param.
  • All helper methods have been moved to context.props.
  • context.next() can be called on needed basis, not always required on subsequent handlers.