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

Router events (WIP Attempt 2) #56

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Nov 10, 2016

  1. Add Router events

    The following events were added:
    
    1. `handlestart` - emitted when the router starts to handle the
    router stack.
    2. `layer` - emitted when a layer is macthed by the router. It
    returns the matched layer.
    3. `handleend` - emitted when the router has completed handling
    the router stack.
    
    I am sure very sure about the name of the events, feedback are
    most welcome.
    hacksparrow committed Nov 10, 2016
    Configuration menu
    Copy the full SHA
    79f8afa View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2017

  1. Configuration menu
    Copy the full SHA
    c7babd6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a79bd1 View commit details
    Browse the repository at this point in the history
  3. readme fix

    wesleytodd committed Mar 25, 2017
    Configuration menu
    Copy the full SHA
    fc3d6f4 View commit details
    Browse the repository at this point in the history