pouchdb-community / pouchdb-adapter-fs

PouchDB adapter using fsdown under the hood
Apache License 2.0
4 stars 4 forks source link

PouchDB@6 updates #22

Closed gr2m closed 8 years ago

gr2m commented 8 years ago

closes #16, closes #17, closes #18, closes #19, closes #20, closes #21

make sure to review changes ignoring whitespaces

gr2m commented 8 years ago

Greenkeeper and monorepos create a new challenge, we are already discussing it at https://github.com/greenkeeperio/greenkeeper/issues/283#issuecomment-244803642

But for now I created this PR to update all dependencies at once

gr2m commented 8 years ago

@nolanlawson I’ve seen PouchDB@6 added two new tests:

I ignored test.failures.js because we do database name sanitizing, is that okay with you? I think this is good to merge otherwise

nolanlawson commented 8 years ago

Yep, I wouldn't consider it enormously important to keep adding tests that PouchDB adds, because the test suite for the adapters is already very solid since there are ~4 implementations.