Releases: cozy/cozy-client-js
Releases · cozy/cozy-client-js
v0.4.4
Fixed
- fix login problems on iOS 9
Added
- Added
babel-polyfill
as dev dependency and peer dependency
v0.4.3
breaking
- remove
babel-polyfill
: be sure to add it in your application if needed. [b12fb52]
v0.4.2
Added
processJSONAPI
option can now be passed to fetchJSON
v0.4.1
Added
- Ability to use sqlite as a pouch adapter, if provided by the host app.
v0.4.0
- Added PouchDB as a direct dependency.
v0.3.20
Changelog
Fixed
- Check for parentNode existing before removing intent iframe (avoid error in console)
Added
- Add .focus() to allow keyboard navigation inside the iframe
v0.3.19
Changelog
- Added a function to call
/settings/synchronized
v0.3.18
Changelog
- Optimised checking for index availability right after they are created
- When clients request to regenerate their token, redirect them to a page with more explanations then the default login page.
v0.3.17
Fixed
- Returns an empty array from
data.findAll()
when documents not found (instead of 404 error)
v0.3.16
Fixed
- Return directly an array of docs for
data.findAll()
- Do not include CouchDB indexes in
data.findAll()