16 Commits

Author SHA1 Message Date
54564da5f2 Add more test coverage 2019-07-25 03:59:15 -05:00
e0f3cfad59 Pull to a separate repo and use karmatic for tests 2019-07-24 08:22:04 -05:00
01035e3afa Split router to it's own repo 2019-07-23 03:30:12 -05:00
6e44f4c96c README fixes 2018-08-22 10:32:40 -05:00
ba0c2ea4d1 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
6dc3498f5b Add basic pre-commit hook to make sure tests pass 2018-07-18 05:25:29 -05:00
44319fe3bf Typo 2018-06-28 14:49:26 -05:00
32bff48f51 Integrate PouchORM package into Gallery project 2018-04-21 14:50:14 -05:00
463df71e77 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
9a9bbadacd Document install procedure. Upgrade Rollup to 0.53.3 2018-01-04 07:56:47 -06:00
770eb9cc9b Cleanup some package.json cruft 2017-01-26 15:15:07 -06:00
b6512736dc Standardize on Jasmine for tests. 2017-01-24 20:13:11 -06:00
51926d1c02 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
bb594e1dbf (1.1.0) API changes and added some tests 2017-01-23 16:31:03 -06:00
ad2aa40d47 Make sure is all builds. 2017-01-21 15:55:06 -06:00
2704eb8180 Bring in the router 2017-01-20 23:20:34 -06:00