f80ab7f5d8
README fixes
2018-08-22 10:32:40 -05:00
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
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
9381bd6a99
Add README updates and a Github corner.
2018-01-12 21:52:19 -06: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
80e7550b81
Add events to change reporting and testing.
2017-02-17 16:18:37 -06:00
66149ab830
Add change reporting to the fake DOM.
2017-02-16 23:30:13 -06:00
49259828af
Write tests, fix bugs
2017-02-02 22:19:53 -06:00
40139e1c02
Lock down element type creation
2017-02-02 22:19:18 -06:00
1935f4b045
Lock down element properties (allow setting and calling)
2017-02-02 20:23:33 -06:00
f01c2fa2f3
History and Location Proxies
2017-01-31 16:17:58 -06:00
8bd0937988
Pull in undom. We'll be modifying it.
2017-01-31 16:17:08 -06:00
8a5d746412
Add event tests and bugfixes
2017-01-29 23:02:20 -06:00
1300129ecc
Don't sanitize. That's not the role here.
2017-01-29 23:01:37 -06:00
1b0175d237
Partial tests and accompanying bugfixes.
2017-01-28 21:47:16 -06:00
110879829b
Initial work on projector
...
A stripped down renderer from starlight.
2017-01-27 22:41:05 -06:00