Skip to content

Releases: cheminfo/rest-on-couch-client

v8.0.1

18 Feb 12:41
3721da5

Choose a tag to compare

8.0.1 (2026-02-18)

Bug Fixes

v8.0.0

29 Jan 12:35
05dd98d

Choose a tag to compare

8.0.0 (2026-01-29)

⚠ BREAKING CHANGES

  • removed some internal types and renamed public types to be prefixed with Roc instead of I

Features

v7.0.0

28 Jan 12:34
df23a9f

Choose a tag to compare

7.0.0 (2026-01-28)

⚠ BREAKING CHANGES

  • no CJS exported by the package anymore. Dropped support for Node.js 20.

Miscellaneous Chores

  • upgrade dependencies and make package ESM only (#57) (d008a53)

rest-on-couch-client v6.0.0

15 Jul 06:57
c01ba43

Choose a tag to compare

⚠ BREAKING CHANGES

  • Node.js >=20 is now required

Features

Bug Fixes

  • don't send falsy query options (28e160b)

rest-on-couch-client v5.3.1

03 Aug 15:20

Choose a tag to compare

Bug Fixes

  • do not assume roc doc content is an object (79c9025)
  • move eslint deps to dev deps (4f568c7)

rest-on-couch-client v5.3.0

08 Jun 12:56

Choose a tag to compare

Features

  • add roc.getFind to query with mango (004f34d)

rest-on-couch-client v5.2.0

06 May 14:05

Choose a tag to compare

Features

  • add axios options to all methods (#46) (d9fa6a0)

rest-on-couch-client v5.1.0

27 Apr 06:55

Choose a tag to compare

Features

rest-on-couch-client v5.0.1

26 Apr 11:59

Choose a tag to compare

Bug Fixes

  • add missing ldap properties to IGroupDocument interface (7aeedaa)

rest-on-couch-client v5.0.0

23 Apr 13:07

Choose a tag to compare

⚠ BREAKING CHANGES

  • renamed types and made split entry document and group document in separate types

Features