Skip to content

Releases: cozy/cozy-client-js

💎 Release v0.8.2

16 Apr 11:36
9bf02c1
Compare
Choose a tag to compare

Fixed

💎 Release v0.8.1

13 Apr 08:37
f7360ba
Compare
Choose a tag to compare

Added

  • Add new intents method REDIRECT and getRedirectionURL (PR #256)

💎 Release v0.8.0

16 Mar 17:43
0805674
Compare
Choose a tag to compare

Added

  • Now trim file name before any creation or update.
  • Added push notifications related options on OAuth client (notificationPlatform and notificationDeviceToken)

v0.7.2

01 Mar 08:22
Compare
Choose a tag to compare

v0.7.2 - 2018-02-28

Fixed

  • Added a polyfill for Object.assign

0.7.1

21 Feb 13:32
653821a
Compare
Choose a tag to compare

Changed

  • Allow to pass a contentLength option to files.create. This prevent the stack from saving uncomplete upload.

v0.7.0

12 Feb 12:03
Compare
Choose a tag to compare

Changed

  • Breaking If the token used to call the stack is expired or invalid on an app's page, the page is reloaded. The error is still thrown. See here for more informations.

v0.6.2

31 Jan 08:54
Compare
Choose a tag to compare

The previous build was faulty !

v0.6.1

30 Jan 14:59
Compare
Choose a tag to compare

Fixed

  • Case-insensitive detection on mime-types

v0.6.0

29 Jan 15:20
Compare
Choose a tag to compare

Changelog

  • Added detection for HEIC mime-types

v0.5.0

24 Jan 16:26
Compare
Choose a tag to compare

Added

  • Added an option to create a directory without using pouch #241