- BREAKING: Drop support for Node.js < 18.
- Use
@digitalbazaar/[email protected]
. Requires Node.js 18+.
- BREAKING: Use
exports
instead ofmodule
. - Update dependencies.
- Lint module.
- BREAKING: Rename package to
@bedrock/web-profile
. - BREAKING: Convert to module (ESM).
- BREAKING:
delegateAgentCapabilities
has been replaced bydelegateAgentCapability
. The new function delegates a specific zcap, which must be passed. The old function delegated a profile agent's zcap invocation key -- which is no longer permitted.
- BREAKING: Remove
axios
and use@digitalbazaar/[email protected]
. This is breaking because errors thrown by the two libraries are not identical.
- Remove encodeURIComponent() for query params.
- Update deps.
- Update test deps.
- Update CI workflow.
- Improve jsdocs.
- Update test deps and CI workflow.
- Add support for Veres One type DIDs in profile creation.
- Add support for application tokens.
- BREAKING: Remove getAgentCapabilitySet API.
- BREAKING: Change signature of delegateAgentCapabilities API.
-
Added core files.
-
See git history for changes.