kozlovzxc opened a new pull request #266:
URL: https://github.com/apache/couchdb-nano/pull/266


   ## Overview
   
   <!-- Please give a short brief for the pull request,
        what problem it solves or how it makes things better. -->
   
   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
   
   - [x] Code is written and works correctly;
   - [x] Changes are covered by tests;
   - [x] Documentation reflects the changes;
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to