Skip to content

Releases: SPINEProject/ManagerCouchdb

v2.0.1 - Fix "error getting view" log

Choose a tag to compare

@gregblt gregblt released this 15 Oct 17:48
a18afbf

What's Changed

New Contributors

Full Changelog: v2.0.0...v2.0.1

Upgraded libraries

Choose a tag to compare

@alfredomp alfredomp released this 24 Jun 14:53
b2d7abf

What's new in Version 2.0

Dependencies:

  • removed package request-promise-native from dependencies (package was blocking upgrade of nano to version > 8.2.3)
  • upgraded nano to version 10.0.0

Added db document functions:

  • getDesign for getting all design and view documents,
  • deleteDocumentsInBulk for deleting array of documents,
  • fetchDocumentsInBulk for fetching array of documents,
  • getViewWithQuery for getting view with different key options

Removed db document functions:

  • getViewWithMultipleQueries: not needed anymore, replaced partially by getViewWithQuery

Modified db document functions:

  • destroyDocument: revision parameter is optional,

Tests:

  • added test for Node (no testing framework is required)

v1.1.2

Choose a tag to compare

@alfredomp alfredomp released this 04 Mar 00:50
3e4e3ea

Package version was updated.

v1.1.1

Choose a tag to compare

@alfredomp alfredomp released this 04 Mar 00:47
5fc16d1

Documentation for destroying a document was added.

v1.1.0

Choose a tag to compare

@alfredomp alfredomp released this 01 Mar 23:36
5fc16d1

Functionality for destroying documents was added

First release

Choose a tag to compare

@alfredomp alfredomp released this 06 Nov 15:51
aafbd55

First version with split files for server and database management.