Releases: cozy/cozy-client-js
Releases · cozy/cozy-client-js
v0.2.1
Changed
- Checks if there is a connection before starting replication
- Return client registered on offline mode
- Do not try to refresh token if retreiving a token fails
Fixed
- Break an infinite loop of retry/failure when fetch returns a 400 but client is not revoked
Added
- Add cozy version parameter to remove '/status/' request on offline mode
v0.2.0
Removed
⚠️ pouchdb
andpouchdb-find
required dependencies, see offline documentation
V0.1.11
Fixed
- Missing min.js files. Oops !
Added
- Documentation about intents API
v0.1.10
Changed
- Doc now use
cozy.tools:8080
as example and default domain. No need to edit /etc/hosts.
Added
- Add
cozy.client.intents.create
to create an intent. Allow next tostart
into an HTML element. - Add
cozy.client.intents.createService
to instanciate a service able to deal with a client.
Fixed
- Documentation improvements