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
923320bb11
Document install procedure. Upgrade Rollup to 0.53.3
2018-01-04 07:56:47 -06:00
e2de2282c3
Pass the code through prettier.
...
I don't love every part of it, but it's good enough for now.
2017-04-13 16:55:07 -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
e7622c8558
Support nested methods.
2017-01-20 23:00:17 -06:00
e46c929761
0.7.0
2017-01-20 23:00:17 -06:00
a53bc7f013
Reduce the need for Babel polyfills
...
=== smaller files.
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
da86fc6045
Add cleanup() to the API.
2017-01-20 23:00:17 -06:00
a01a9a53b7
Don't need fnName here.
2017-01-20 23:00:17 -06:00
ee9aeb8c3c
Allow other things to talk to the worker
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