Releases: hoodiehq/hoodie-admin-client
Releases · hoodiehq/hoodie-admin-client
v2.0.1
05 Mar 20:56
Compare
Sorry, something went wrong.
No results found
<a name"2.0.1">
2.0.1 (2017-03-05)
Bug Fixes
add logic from @hoodie/account-client (8b337b48 )
v2.0.0
26 Dec 00:41
Compare
Sorry, something went wrong.
No results found
<a name"2.0.0">
2.0.0 (2016-12-26)
Bug Fixes
package: update @hoodie/account-client to version 5.0.0 (b65624e4 )
Breaking Changes
var account = new Account ( options )
alert ( "Ohaj, " + account . username )
Now
var account = new Account ( options )
account . ready . then ( function ( ) {
alert ( "Ohaj, " + account . username )
} )
`` `"
( [ 4522 bfb6 ] ( https :/ / github . com / hoodiehq / hoodie - admin - client / commit / 4522 bfb6 ) )
v1.0.2
11 Jul 12:57
Compare
Sorry, something went wrong.
No results found
<a name"1.0.2">
1.0.2 (2016-07-11)
Bug Fixes
package: @hoodie/account-client@^4.0.1 (#5 ) (a9138fac )
v1.0.1
28 Jun 23:29
Compare
Sorry, something went wrong.
No results found
<a name"1.0.1">
1.0.1 (2016-06-28)
Bug Fixes
package: update @hoodie/account-client to version 4.0.1 (#3 ) (1ba44174 )
v1.0.0
16 May 22:13
Compare
Sorry, something went wrong.
No results found
<a name"1.0.0">
1.0.0 (2016-05-16)
Features