4 Commits

Author SHA1 Message Date
ee94106287 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
25f22f0fe2 Indexes should always include the 'type' property...
...since it is implicitly added to all selectors
2018-07-18 05:32:34 -05:00
81366f23ab Add basic pre-commit hook to make sure tests pass 2018-07-18 05:25:29 -05:00
8c24feee9a PouchORM becomes PouchType
API changed and full test coverage.
2018-07-14 14:49:57 -05:00