v9.0.0
<a name"9.0.0">
9.0.0 (2016-12-25)
Features
- hoodie.ready (28b49664)
Breaking Changes
- Hoodie dropped its dependency on localStorage in order to work in non-browser environments. In order to make that work we have to use async store APIs to load the current state like the session id, username or the connection status.
The APIs hoodie.account
, hoodie.store
and hoodie.connectionStatus
can now only be used after the promise returned by hoodie.ready
resolves.
(28b49664)