Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lit-50: offer next in res class passed to component handler #55

Merged
merged 2 commits into from
May 18, 2018

Conversation

codyjdalton
Copy link
Owner

Description

Pass next to component handler methods

Supports:

someMappingMethod(res)
someMappingMethod(req, res)
someMappingMethod(req, res, next)

Motivation and Context

Closes #50

How Has This Been Tested?

Added tests to compiler and http response class

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.

@coveralls
Copy link

coveralls commented May 18, 2018

Coverage Status

Coverage remained the same at 100.0% when pulling 76ce6c4 on lit-50 into 544e63c on master.

@codyjdalton codyjdalton merged commit 0d8b321 into master May 18, 2018
@codyjdalton codyjdalton deleted the lit-50 branch May 18, 2018 12:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Offer "next" in res class instance passed to component method
2 participants