Skip to content

v0.2.1

Compare
Choose a tag to compare
@garygreen garygreen released this 01 Oct 16:18
· 22 commits to master since this release
  • Changed parameter matching format from ":name" to "{name}" for improved optional parameter support/matching.
  • Callbacks are now only called with a 'params' object keyed with param name and matching value from the url.
  • Refactored how the route is constructed.