Skip to content

v9.0.0

Compare
Choose a tag to compare
@hoodiebot hoodiebot released this 25 Dec 19:03

<a name"9.0.0">

9.0.0 (2016-12-25)

Features

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)