mirror of
https://codeberg.org/keyoxide/doipjs.git
synced 2024-12-22 22:49:28 -07:00
Release 0.5.0
This commit is contained in:
parent
8c8292d88f
commit
4826264e95
4 changed files with 1067 additions and 656 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -5,8 +5,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.5.0] - 2020-11-18
|
||||||
|
### Added
|
||||||
|
- Keys fetching using openpgp.js
|
||||||
|
- Claims extraction from keys using openpgp.js
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- Support xmpp via doip-proxy
|
- Support xmpp via doip-proxy
|
||||||
|
- Module structure
|
||||||
|
- Docs
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Bad verification value return for text proofs
|
||||||
|
- Missing User-Agent request header
|
||||||
|
|
||||||
## [0.4.2] - 2020-11-06
|
## [0.4.2] - 2020-11-06
|
||||||
### Changed
|
### Changed
|
||||||
|
|
1705
dist/doip.js
vendored
1705
dist/doip.js
vendored
File diff suppressed because one or more lines are too long
4
dist/doip.min.js
vendored
4
dist/doip.min.js
vendored
File diff suppressed because one or more lines are too long
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "doipjs",
|
"name": "doipjs",
|
||||||
"version": "0.4.2",
|
"version": "0.5.0",
|
||||||
"description": "Decentralized OpenPGP Identity Proofs library in Node.js",
|
"description": "Decentralized OpenPGP Identity Proofs library in Node.js",
|
||||||
"main": "src/index.js",
|
"main": "src/index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
Loading…
Reference in a new issue