Skip to content

Releases: nozzlegear/davenport

2.5.1

24 Jun 18:11
Compare
Choose a tag to compare
  • Bugfix: check that options exists before trying to use options.proxy.

2.5.0

24 Jun 17:55
Compare
Choose a tag to compare
  • 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

10 Jun 20:43
Compare
Choose a tag to compare
  • Added .createDb and .deleteDb functions to the Client class.

2.0.0

13 Apr 19:12
Compare
Choose a tag to compare
  • Adds intellisense for selector indexes.
  • Renames the old existsBySelector function to existsByFieldValue.
  • Adds a new implementation to existsBySelector which uses field indexes.