mirror of
https://codeberg.org/keyoxide/doipjs.git
synced 2024-12-22 22:49:28 -07:00
Release 0.16.0
This commit is contained in:
parent
b973161bfb
commit
06e52d9182
4 changed files with 1727 additions and 184 deletions
|
@ -5,9 +5,12 @@ 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.16.0] - 2022-09-10
|
||||||
### Added
|
### Added
|
||||||
- StackExchange claim verification
|
- StackExchange claim verification
|
||||||
- Telegram claim verification (thanks [Goldstein](https://codeberg.org/Goldstein)!)
|
- Telegram claim verification (thanks [Goldstein](https://codeberg.org/Goldstein)!)
|
||||||
|
- HTTP proof support
|
||||||
### Fixed
|
### Fixed
|
||||||
- Fix XMPP fetcher logic
|
- Fix XMPP fetcher logic
|
||||||
### Removed
|
### Removed
|
||||||
|
|
1904
dist/doip.js
vendored
1904
dist/doip.js
vendored
File diff suppressed because it is too large
Load diff
2
dist/doip.min.js
vendored
2
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.15.7",
|
"version": "0.16.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