Releases: evannetwork/dbcp
Releases · evannetwork/dbcp
v1.11.2
v1.11.1
Fixes
- add check for passing undefined to
getAddress
,getContents
,getAddressOrContents
- fix buffer-to-string conversion, try to decode to
utf8
, if this fails, decode it tobinary
- add
member-ordering
rule to eslint config - updated
dfs-interface.get
return value to be more precise (Promise<string | Buffer>
) - fix missing resolve on event-hub when event already removed
- Omitting mandatory parameters when using
executor
methods now results in meaningful error messages - The
EventHub
now allows to subscribe to the same event multiple times using different listeners
v1.11.0
v1.10.0
Features
- add
getPublicKey
implementation toSignerIdentity
- add
Did
module for managing DID documents - add possiblity to instantiate a new
SignerIdentity
in two steps- can be used to create circular structures if required
- first call constructor, you can omit
config
argument - when rest (e.g. verifications) has been set up you can call
updateConfig
to finalizeSignerIdenty
instantiation
- add
getService
,setService
toDidResolver
- add
Vc
module for managing VC documents and revocations
Fixes
- fix
Container
documentation links and add warning toContainerUnshareConfig
documentation - add interfaces used in exported classes to export list
- update pre-commit hook to use eslint for typescript