- Now supports v0.6.18
- .travis.yml will no longer be shipped with npm (added to .npmignore)
- Fixed a bug in test/couchviews that required the test data to be explicitly ordered
- Added support for travis-ci in .travis.yml and build status in README.md
- couchviews.dump and couchviews.push now pass a list of affected design documents to cb
- couchviews executable is a little bit more verbose and prints a list of affected design documents
- Now using
npm test
instead ofmake test
- test/ directory will be shipped with npm again
- Added HISTORY.md with first entries
- Updated README.md: added
err
parameters to callbacks
- Added unit tests for executable in bin/couchviews
- Added proper errer handling to bin/couchviews
- Callbacks now return err as first param as well in lib/couchviews
- test/ and Makefile are now added to .npmignore and therefore will no longer be published with npm
- all callbacks now pass
err
as first parameter - added return statements to all
cb
calls
- Initial release