13 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
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
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
78f44eae43 Bring Portal into the fold. 2017-01-20 23:08:26 -06:00
8633f908cf 0.8.0 2017-01-20 23:00:17 -06:00
e46c929761 0.7.0 2017-01-20 23:00:17 -06:00
342c46df6f Add a real test! 2017-01-20 23:00:17 -06:00
2034139846 0.6.2 2017-01-20 23:00:17 -06:00
b5f35e1f95 0.6.1 2017-01-20 23:00:16 -06:00
4a8b5efcf7 Implementation cleanup. 2017-01-20 23:00:16 -06:00
45e0f26c8b Initial commit. 2017-01-20 23:00:16 -06:00