Releases: cozy/cozy-client-js
Releases · cozy/cozy-client-js
v0.3.5
Added
- Add a
intentService.throw(error)
method to throw an error on client.
- Add a
getArchiveLinkByIds
method to create a zip with files identified by their ids.
- Add a
fetchReferencedFiles
method to fetch the files related to a doc.
- Add a
cozy.client.files.query
method to fetch files using a mango query
v0.3.4
Changed
- Create data with forced ID
Fixed
- Documentation about trash/restore
- Documentation about sending an email
v0.3.3
Changed
Added
- Add a method to count the number of jobs in a queue
- Add a method to enqueue a job in a queue
v0.3.2
Fixed
- Not enough permissions for collections sharing
v0.3.1
Fixed
- Missing parts from intents in dist
v0.3.0
Fixed
- Intents : side effects in postMessage listeners
- Upload was cancel twice
Changed
- Intents are better, safer, stronger
Added
- Create a share link from an
id
v0.2.5
Changed
- Accept an optional wholeResponse query parameter in cozy.data.query
- Files are now correctly sorted when offline
v0.2.4
Fixed
- Remove trash folder on offline request
Added
- Add feature to remove referenced files
cancel()
method on service object returned by `cozy.client.intents.createService()``
v0.2.3
Changed
- Add skip and limit options to cozy.client.files.statByID
Added
- Temporary
cozy.client.fetchJSON()
, to facilitated development process.
v0.2.2
Changed
- Accept an optional revision to be sent as
If-Match
when trashing a file/folder
Added
- method
cozy.client.files.createDirectoryByPath()