Skip to content

Releases: jo/couchdb-delete

v2.0.1

Choose a tag to compare

@jo jo released this 22 Feb 15:17

2.0.1 (2018-02-22)

Bug Fixes

  • handle missing documents (9bf0801)

v2.0.0

Choose a tag to compare

@jo jo released this 22 Feb 10:51

2.0.0 (2018-02-22)

Features

  • delete multiple documents (8e6c8d9)

BREAKING CHANGES

  • This changes the response format from
{
  "ok": true,
  "id": "one",
  "rev": "6-cadac9c962554f5007d8f4aded2f2e07"
}

to

[
  {
    "ok": true,
    "id": "one",
    "rev": "6-cadac9c962554f5007d8f4aded2f2e07"
  }
]

v1.0.0

Choose a tag to compare

@jo jo released this 21 Feb 15:42

1.0.0 (2018-02-21)

Features