Releases: cozy/cozy-client-js
Releases · cozy/cozy-client-js
💎 Release v0.8.1
Added
- Add new intents method
REDIRECT
and getRedirectionURL
(PR #256)
💎 Release v0.8.0
Added
- Now trim file name before any creation or update.
- Added push notifications related options on OAuth client (notificationPlatform and notificationDeviceToken)
v0.7.2
v0.7.2 - 2018-02-28
Fixed
- Added a polyfill for
Object.assign
0.7.1
Changed
- Allow to pass a
contentLength
option to files.create. This prevent the stack from saving uncomplete upload.
v0.7.0
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
The previous build was faulty !
v0.6.1
Fixed
- Case-insensitive detection on mime-types
v0.6.0
Changelog
- Added detection for
HEIC
mime-types
v0.5.0
Added
- Added an option to create a directory without using pouch #241