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

Add support for parameterized routing. Refs #59, #91 #142

Closed
wants to merge 5 commits into from

Commits on Oct 27, 2016

  1. Add support for route parameter matching

    David Street committed Oct 27, 2016
    Configuration menu
    Copy the full SHA
    55d3173 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2016

  1. Refactor to support config file and client routing

    David Street committed Oct 28, 2016
    Configuration menu
    Copy the full SHA
    8a9bf02 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2016

  1. Pass params to component when client-rendered

    David Street committed Nov 1, 2016
    Configuration menu
    Copy the full SHA
    036279b View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2016

  1. Ensure params are included in global object

    David Street committed Nov 2, 2016
    Configuration menu
    Copy the full SHA
    3860422 View commit details
    Browse the repository at this point in the history
  2. Fix param matching with multiple params

    David Street committed Nov 2, 2016
    Configuration menu
    Copy the full SHA
    dc88418 View commit details
    Browse the repository at this point in the history