Skip to content

Latest commit

 

History

History
251 lines (111 loc) · 9.66 KB

CHANGELOG.md

File metadata and controls

251 lines (111 loc) · 9.66 KB

Changelog

5.3.1 (2023-08-03)

Bug Fixes

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

5.3.0 (2022-06-08)

Features

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

5.2.0 (2022-05-06)

Features

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

5.1.0 (2022-04-27)

Features

5.0.1 (2022-04-26)

Bug Fixes

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

5.0.0 (2022-04-22)

⚠ BREAKING CHANGES

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

Features

4.3.0 (2022-02-28)

Features

  • throw if update is called with an object which contains an _id property (08ef68b)

4.2.3 (2022-02-28)

Bug Fixes

  • return type RocDocument when creating new document (47c9e5b)

4.2.2 (2022-02-15)

Bug Fixes

  • allow Blob in browser instead of ArrayBuffer (47a31b3)

4.2.1 (2022-02-14)

Bug Fixes

  • include type of $id in document generic (9eb7632)

4.2.0 (2022-02-11)

Features

  • add option to prevent overriding attachments (dc1be9d)

4.1.0 (2022-02-11)

Features

  • add getRocClientError (e0fac77)
  • add initializeDocument api (59b30a5)
  • add roc.deleteDocument and doc.delete to api (c0490d5)
  • add support for blob when adding attachments and add tests (e46a5c4)

4.0.0 (2022-02-10)

⚠ BREAKING CHANGES

  • remove fake roc api

Miscellaneous Chores

  • update eslint config and remove fake Roc (d220610)

3.5.0 (2021-11-24)

Features

  • expose request and dbRequest Axios instances (b51a68c)

3.4.0 (2021-11-19)

Features

  • add getGroupsInfo method (2faa78a)

3.3.4 (2021-11-17)

Bug Fixes

  • do not send params to rest-on-couch when they are set to undefined (4d411e2)

3.3.3 (2021-11-15)

Bug Fixes

  • startKey and endKey should actually be startkey and endkey (ba1c9bb)

3.3.2 (2021-11-02)

Bug Fixes

  • add $kind to Document interface base (85c73eb)
  • upgrade deps (0432ca4)

3.3.1 (2021-09-01)

Bug Fixes

  • make sure param token is always used (23f0cc0)

3.3.0 (2021-08-30)

Features

3.2.0 (2021-08-25)

Features

3.1.0 (2021-08-10)

Features

3.0.1 (2021-08-02)

Bug Fixes

  • types: make include_docs lowercase as in roc API (d9b9a84)

3.0.0 (2021-07-28)

⚠ BREAKING CHANGES

  • remove support for nodejs 10

Bug Fixes

  • remove crypto dependency (9b3a304)

Miscellaneous Chores

  • remove support for nodejs 10 (af1979f)

2.3.0 (2020-12-04)

Features

  • add hasRight method on document (c6ee61a)
  • make RocDocument a generic type (bf59c56)

Bug Fixes

  • correct computation of attachment url (4cf5f94)

2.2.4 (2020-09-15)

Bug Fixes

  • add trailing / to dbUrl (d924901)
  • ICouchUser.provider can be null (260096c)

2.0.0 (2019-03-29)

Features

0.0.6 (2018-02-07)

0.0.5 (2017-02-22)

0.0.4 (2017-02-09)

0.0.3 (2017-01-13)

0.0.2 (2016-12-19)

0.0.1 (2016-12-19)