apache / couchdb-nano

Nano: The official Apache CouchDB library for Node.js
https://www.npmjs.com/package/nano
Apache License 2.0
651 stars 165 forks source link

changesreader /added fields & body support #266

Open hexnickk opened 3 years ago

hexnickk commented 3 years ago

Overview

This PR is addressing issue #263

In simple words, it is adding support for fields and body params for changesreader.

Testing recommendations

You can run this code against any running CouchDB database e.g. https://registry.npmjs.org/

db.changesReader
  .start({ fields })
  .on('changes', console.log);

GitHub issue number

263

Checklist