All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Add response object to report callback David Squier
- Add util.audit() adds an object to an array that is returned upon David Squier
- Add util.hash() which returns a SHA256 hash using node-object-hash David Squier
- Implement ES6 features and require Node 6.10+ David Squier
- Modify changelog format to Keep A Changelog
0.2.1 - 2016-02-08
- Make
util
API self-documenting in sample couchtato.js Ronan Jouchet
0.2.0 - 2015-06-21
- Add test-integration to CI build
- Change test lib to buster-node + referee
- Set min node engine to >= v0.10.0
0.1.6 - 2013-09-02
- Upgrade deps to latest, use ranged version deps
0.1.5 - 2013-09-02
- Improve help output by using bagofcli
- Unit tests no longer generate log file
0.1.4 - 2012-09-10
- Replace -x option with -q (quiet), which excludes both progress and summary info
0.1.3 - 2012-09-10
- Add -x option to exclude summary report from log output
0.1.2 - 2012-08-17
- Expose database driver via util.driver, available in task functions
0.1.1 - 2012-08-15
- Add iterate view support
- Improve performance by removing unnecessary dataset traversal
- Re-add custom config file support
- Re-add max number of pages support
0.1.0 - 2012-07-05
- Replace 'c' variable in couchtato.js tasks module with a more descriptive 'util'
- Replace cradle with nano, replace nomnom and Config with bagofholding
- Set min node engine to >= 0.6.0, max node engine to < 0.9.0
- Replace init command with config
- Remove -d option, nano as a couchdb driver is fine
0.0.5 - 2011-09-20
- Change default batch size and page size to 1000
0.0.4 - 2011-08-22
- Add bulk save/remove support
0.0.3 - 2011-08-14
- Add startkey and endkey range support
0.0.2 - 2011-06-18
- Initial version