14 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
07d3c77451 PouchORM becomes PouchType
API changed and full test coverage.
2018-07-14 14:49:57 -05:00
0881b4fec3 Update READMEs 2018-06-23 07:11:20 -05:00
fb6518da0a Add cloud9 for development 2018-06-12 06:38: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
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
3b84cacbaa Rename observable to prop(erty) to distinguish from TC39 2017-11-11 21:37:46 -06:00
7013a3c050 (1.1.0) API changes and added some tests 2017-01-23 16:31:03 -06:00
e6e44beeee Bring in the router 2017-01-20 23:20:34 -06:00
78f44eae43 Bring Portal into the fold. 2017-01-20 23:08:26 -06:00
2f0620cd35 Add trimkit to the base Readme 2017-01-20 22:57:22 -06:00
05200ebee3 Add documentation for frptools. 2017-01-18 08:54:12 -06:00
Timothy Farrell
4a992e317f Initial commit 2017-01-18 08:01:02 -06:00