5 Commits

Author SHA1 Message Date
3328248274 Apply standard/enforced code format with prettier.
This commit marks applying prettier to the whole of git history up to this point and prettier is used to enforce format via pre-commit hook. The command used was: `git filter-branch -f --tree-filter 'prettier --no-config --single-quote --tab-width=1 --print-width=100 --use-tabs --trailing-comma=none --prose-wrap=always --write "{.,{packages,bin}/**}/*.{js,json,md}" || echo "Error formatting, possibly invalid JS"' -- --all`
2018-07-19 07:52:42 -05:00
b83b1f3b5b Typo 2018-06-28 14:49:26 -05:00
e9e9da0d32 Version 2 with new API, docs and tests
- API receives array instead of object for match order
- no longer supports unmatched function (just put a catchall route at the end)
2017-01-24 10:03:08 -06:00
7013a3c050 (1.1.0) API changes and added some tests 2017-01-23 16:31:03 -06:00
e6e44beeee Bring in the router 2017-01-20 23:20:34 -06:00