Skip to content
This repository has been archived by the owner on Aug 9, 2021. It is now read-only.

Commit

Permalink
Merge pull request #445 from 3box/hotfix/v1.8.2
Browse files Browse the repository at this point in the history
Hotfix/v1.8.2
  • Loading branch information
zachferland authored May 21, 2019
2 parents cd37403 + dcf44f9 commit 980f131
Show file tree
Hide file tree
Showing 5 changed files with 565 additions and 190 deletions.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,8 @@ idUtils.verifyClaim(claim)
* [.spaces](#Box+spaces)
* [.openSpace(name, opts)](#Box+openSpace) ⇒ [<code>Space</code>](#Space)
* [.onSyncDone(syncDone)](#Box+onSyncDone)
* [.linkAccount(type)](#Box+linkAccount)
* [.isAccountLinked(type)](#Box+isAccountLinked)
* [.logout()](#Box+logout)
* _static_
* [.idUtils](#Box.idUtils)
Expand Down Expand Up @@ -327,6 +329,28 @@ Sets the callback function that will be called once when the db is fully synced.
| --- | --- | --- |
| syncDone | <code>function</code> | The function that will be called |
<a name="Box+linkAccount"></a>
#### box.linkAccount(type)
Creates a proof that links an external account to the 3Box account of the user.
**Kind**: instance method of [<code>Box</code>](#Box)
| Param | Type | Description |
| --- | --- | --- |
| type | <code>String</code> | The type of link (default 'ethereum') |
<a name="Box+isAccountLinked"></a>
#### box.isAccountLinked(type)
Checks if there is a proof that links an external account to the 3Box account of the user.
**Kind**: instance method of [<code>Box</code>](#Box)
| Param | Type | Description |
| --- | --- | --- |
| type | <code>String</code> | The type of link (default ethereum) |
<a name="Box+logout"></a>
#### box.logout()
Expand Down
4 changes: 4 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release Notes

## v1.8.2 - 2019-05-21
* Fix: Link profile when opening space and haven't used public store
* Feat: Add the ability to manually check and add account linking

## v1.8.1 - 2019-05-16
* Fix: Resolved issue with `getVerifiedAccounts` returning an empty objec

Expand Down
Loading

0 comments on commit 980f131

Please sign in to comment.