Skip to content

Commit

Permalink
release 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mackuba committed Mar 6, 2024
1 parent 7f7f496 commit fca0365
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
21 changes: 20 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,21 @@
## [Unreleased]
## [0.0.3] - 2024-03-06

- added `Document#handles` with handle info extracted from `alsoKnownAs` field
- added validation of various fields of the DID document
- added `DID#resolved_by` (`:dns` or `:http`)
- added `DID#did` which returns the DID in a string form like `to_s`
- added `DID#web_domain` which returns the domain part of a `did:web`
- changed `DID#type` to be stored as a symbol

## [0.0.2] - 2023-11-14

- fixed missing require
- fixed some connection error handling

## [0.0.1] - 2023-11-14

Initial release:

- resolving handle to DID via DNS or HTTP well-known
- loading DID document via PLC or did:web well-known
- extracting PDS endpoint field from the DID doc
2 changes: 1 addition & 1 deletion lib/didkit/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module DIDKit
VERSION = "0.0.2"
VERSION = "0.0.3"
end

0 comments on commit fca0365

Please sign in to comment.