Releases: nozzlegear/davenport
Releases · nozzlegear/davenport
2.5.1
2.5.0
- Adds Client.bulk function for insert/update/delete support.
- Adds Client.viewWithDocs function, which ensures the view always returns docs instead of reducing.
- Bugfix: Client.createDb does not throw an error when the database already exists.
2.3.0
- Added
.createDb
and.deleteDb
functions to the Client class.
2.0.0
- Adds intellisense for selector indexes.
- Renames the old
existsBySelector
function toexistsByFieldValue
. - Adds a new implementation to
existsBySelector
which uses field indexes.