Releases: TeamMaestro/node-couchdb-client
Releases · TeamMaestro/node-couchdb-client
Release 0.7.2
Fixes
- Make copy of the
options.auth
object so that it is extensible when passed to the request module
Release 0.7.1
Fixing a race condition on the createdDatabase
method
Release 0.7.0
Features
- Add methods for setting revision limit
- Update createDatabase to have an option for setting revision limit
- setDatabaseRevisionLimit
- getDatabaseRevisionLimit
- Add method compactDatabase
Release 0.6.0
Features
- Update user password method
Release 0.5.4
Fixes:
- Removing double promises which was creating a lot of confusion
Release 0.5.3
Fixes:
- Issues with handling errors
Release 0.5.2
Updating gitignore to exclude tars
Release 0.5.1
Bump version number .. no changes
Release 0.5.0
Fixes:
- Type issues around what is returned from the fetch documents
Release 0.4.0
Features:
- Changes createDocument to upsertDocuments
- Introduce checkUserExists and getUser
- Updates the parameters for getDocument