Skip to content

Releases: cozy/cozy-client-js

v0.4.4

04 Dec 10:39
Compare
Choose a tag to compare

Fixed

  • fix login problems on iOS 9

Added

  • Added babel-polyfill as dev dependency and peer dependency

v0.4.3

30 Nov 16:56
Compare
Choose a tag to compare

breaking

  • remove babel-polyfill: be sure to add it in your application if needed. [b12fb52]

v0.4.2

30 Nov 10:12
31eab3f
Compare
Choose a tag to compare

Added

  • processJSONAPI option can now be passed to fetchJSON

v0.4.1

10 Nov 13:45
e54d77b
Compare
Choose a tag to compare

Added

  • Ability to use sqlite as a pouch adapter, if provided by the host app.

v0.4.0

07 Nov 14:53
820e208
Compare
Choose a tag to compare
  • Added PouchDB as a direct dependency.

v0.3.20

02 Nov 16:41
18b8025
Compare
Choose a tag to compare

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

27 Sep 10:39
Compare
Choose a tag to compare

Changelog

  • Added a function to call /settings/synchronized

v0.3.18

25 Sep 16:51
Compare
Choose a tag to compare

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

01 Sep 10:02
Compare
Choose a tag to compare

Fixed

  • Returns an empty array from data.findAll() when documents not found (instead of 404 error)

v0.3.16

31 Aug 16:11
Compare
Choose a tag to compare

Fixed

  • Return directly an array of docs for data.findAll()
  • Do not include CouchDB indexes in data.findAll()