connect-route
connect-route copied to clipboard
Allow matching the rest of the path by "*path" parameter
This is the syntax used by Backbone.js, for example.
Suggested fix for the issue #14.
If you accept my PR for adding unit tests (#13), I can create another PR with unit tests for this change (60cff1ea14e16965c1b97676b0cc71b4db6cf6c0).
I updated this PR to include unit tests too.