Skip to content

Commit

Permalink
Merge pull request #7 from ceramicnetwork/change-id
Browse files Browse the repository at this point in the history
DID -> id prop
  • Loading branch information
PaulLeCam authored Aug 21, 2020
2 parents 926ff83 + 3404dbe commit c30da08
Show file tree
Hide file tree
Showing 6 changed files with 138 additions and 108 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
## v0.4.0 (2020-08-21)

Changed `DID` property to `id`

## v0.3.0 (2020-08-21)

Added `createDagJWS` method

## v0.2.0 (2020-08-19)

- Changed constructor argument to `DIDOptions` interface
- Added `setProvider` method
- Added `setResolver` method
- Added `resolve` method

## v0.1.0 (2020-08-05)

First release
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ export interface DIDOptions {

**Returns** `boolean`

#### did.DID
#### did.id

> Accessing this property will throw an error if the instance is not authenticated
Expand Down
Loading

0 comments on commit c30da08

Please sign in to comment.