Release 0.5.0

This commit is contained in:
Yarmo Mackenbach 2020-11-18 21:51:53 +01:00
parent 8c8292d88f
commit 4826264e95
4 changed files with 1067 additions and 656 deletions

View file

@ -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).
## [Unreleased]
## [0.5.0] - 2020-11-18
### Added
- Keys fetching using openpgp.js
- Claims extraction from keys using openpgp.js
### Changed
- 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
### Changed

1705
dist/doip.js vendored

File diff suppressed because one or more lines are too long

4
dist/doip.min.js vendored

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
{
"name": "doipjs",
"version": "0.4.2",
"version": "0.5.0",
"description": "Decentralized OpenPGP Identity Proofs library in Node.js",
"main": "src/index.js",
"dependencies": {