Skip to content

Releases: TeamMaestro/node-couchdb-client

Release 0.7.2

08 Apr 00:28
Compare
Choose a tag to compare

Fixes

  • Make copy of the options.auth object so that it is extensible when passed to the request module

Release 0.7.1

09 Mar 18:00
Compare
Choose a tag to compare

Fixing a race condition on the createdDatabase method

Release 0.7.0

08 Mar 21:18
Compare
Choose a tag to compare

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

23 Jan 19:35
Compare
Choose a tag to compare

Features

  • Update user password method

Release 0.5.4

20 Feb 02:23
Compare
Choose a tag to compare

Fixes:

  • Removing double promises which was creating a lot of confusion

Release 0.5.3

20 Feb 02:23
Compare
Choose a tag to compare

Fixes:

  • Issues with handling errors

Release 0.5.2

20 Feb 02:23
Compare
Choose a tag to compare

Updating gitignore to exclude tars

Release 0.5.1

20 Feb 02:22
Compare
Choose a tag to compare

Bump version number .. no changes

Release 0.5.0

20 Feb 02:21
Compare
Choose a tag to compare

Fixes:

  • Type issues around what is returned from the fetch documents

Release 0.4.0

20 Feb 02:21
Compare
Choose a tag to compare

Features:

  • Changes createDocument to upsertDocuments
  • Introduce checkUserExists and getUser
  • Updates the parameters for getDocument