Releases: cozy/cozy-client
Releases · cozy/cozy-client
v59.3.0
59.3.0 (2025-07-03)
Features
- Add a method to fetch shared drives (04d18b4)
v59.1.1
59.1.1 (2025-07-01)
Bug Fixes
- Filter missing documents from store (180af2c)
v59.1.0
59.1.0 (2025-06-27)
Features
- Support multiple create and delete (3d0a136)
v59.0.0
59.0.0 (2025-06-27)
Bug Fixes
- Normalize data for trash-related methods (754c45c)
BREAKING CHANGES
- if you were relying on deleteFilePermanently, take care
of handling the data
attribute at the root of the response.
For example:
const result = fileCollection.deleteFilePermanently() // old
const { data: result } = fileCollection.deleteFilePermanently() // new
v58.5.0
58.5.0 (2025-06-13)
Features
- Add doctypes model and fetch function (f115786)
v58.4.0
58.4.0 (2025-06-12)
Bug Fixes
- Do not throw when file content is defined but empty (1d0e99e)
Features
v58.3.1
58.3.1 (2025-06-11)
Note: Version bump only for package cozy-client
v58.3.0
58.3.0 (2025-05-22)
Features
- Implement new
urlHelper.registrationDetails(url)
method (b1ce699)
- Rename
registrationDetails()
to fetchRegistrationDetails()
(e830537)
- Use Prelogin API instead of well-known URL in
rootCozyUrl()
(e646cfc)