Skip to content

Releases: cozy/cozy-client-js

v0.3.5

13 Jun 17:13
Compare
Choose a tag to compare

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

08 Jun 08:03
Compare
Choose a tag to compare

Changed

  • Create data with forced ID

Fixed

  • Documentation about trash/restore
  • Documentation about sending an email

v0.3.3

30 May 10:36
Compare
Choose a tag to compare

Changed

  • Update documentation

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

19 May 08:00
Compare
Choose a tag to compare

Fixed

  • Not enough permissions for collections sharing

v0.3.1

18 May 07:32
Compare
Choose a tag to compare

Fixed

  • Missing parts from intents in dist

v0.3.0

17 May 17:28
v0.3.0
Compare
Choose a tag to compare

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

10 May 13:19
Compare
Choose a tag to compare

Changed

  • Accept an optional wholeResponse query parameter in cozy.data.query
  • Files are now correctly sorted when offline

v0.2.4

04 May 08:42
d29a8bb
Compare
Choose a tag to compare

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

28 Apr 16:09
Compare
Choose a tag to compare

Changed

  • Add skip and limit options to cozy.client.files.statByID

Added

  • Temporary cozy.client.fetchJSON(), to facilitated development process.

v0.2.2

28 Apr 09:20
Compare
Choose a tag to compare

Changed

  • Accept an optional revision to be sent as If-Match when trashing a file/folder

Added

  • method cozy.client.files.createDirectoryByPath()