12 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
797b0960e6 Add basic pre-commit hook to make sure tests pass 2018-07-18 05:25:29 -05:00
b83b1f3b5b Typo 2018-06-28 14:49:26 -05:00
8cfb7f575e Integrate PouchORM package into Gallery project 2018-04-21 14:50:14 -05:00
e8764c3072 Remove ES5 compilation for libraries. Remove Node-based Jasmine tests. Tests run in Chromium headless mode.
(I got tired of Babel breaking every time I switched computers.)
2018-03-28 14:18:17 -05:00
923320bb11 Document install procedure. Upgrade Rollup to 0.53.3 2018-01-04 07:56:47 -06:00
37d9c2ed79 Cleanup some package.json cruft 2017-01-26 15:15:07 -06:00
fc492d39f7 Standardize on Jasmine for tests. 2017-01-24 20:13:11 -06: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
70e426fc20 Make sure is all builds. 2017-01-21 15:55:06 -06:00
e6e44beeee Bring in the router 2017-01-20 23:20:34 -06:00