neojski / visualizeRevTree

Visualize couchdb/pouchdb revision tree right in your browser
MIT License
36 stars 6 forks source link

update to pouch 5 #15

Closed robertkowalski closed 8 years ago

robertkowalski commented 8 years ago

hi!

thanks to your refactoring last year we were able to reuse parts of visualize rev tree.

we built a conflict solving helper with it (see https://blog.couchdb.org/2016/04/26/databases-arent-boring/)

we are going to use node 6 in our builds, but for that we need a new pouch version.

is there anything against updating the pouch dep to 5?

maybe we can make pouch a dev-dependency and people can update pouch / use pouch in the version they prefer?

neojski commented 8 years ago

The only reason it's not updated to new pouchdb is that I didn't have time to work on it. Feel free to submit a Pull Request!

robertkowalski commented 8 years ago

here we go: https://github.com/neojski/visualizeRevTree/pull/16 :)

neojski commented 8 years ago

Thanks!