forked from Mirrors/doipjs
Update docs
This commit is contained in:
parent
4826264e95
commit
e0c8615b30
2 changed files with 18 additions and 1 deletions
|
@ -1,5 +1,22 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 0.5.0
|
||||||
|
|
||||||
|
[2020-11-18](https://codeberg.org/keyoxide/doipjs/releases/tag/0.5.0)
|
||||||
|
|
||||||
|
### 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
|
## 0.4.2
|
||||||
|
|
||||||
[2020-11-06](https://codeberg.org/keyoxide/doipjs/releases/tag/0.4.2)
|
[2020-11-06](https://codeberg.org/keyoxide/doipjs/releases/tag/0.4.2)
|
||||||
|
|
|
@ -15,7 +15,7 @@ npm install --save doipjs
|
||||||
Install on website by including the following HTML snippet:
|
Install on website by including the following HTML snippet:
|
||||||
|
|
||||||
```html
|
```html
|
||||||
<script src="https://cdn.jsdelivr.net/npm/keyoxide@0.5.0/dist/doip.min.js"></script>
|
<script src="https://cdn.jsdelivr.net/npm/doipjs@0.4.2/dist/doip.min.js"></script>
|
||||||
```
|
```
|
||||||
|
|
||||||
Next step: [quick start (Node.js)](quickstart-nodejs.md) and [quick start (browser)](quickstart-browser.md)
|
Next step: [quick start (Node.js)](quickstart-nodejs.md) and [quick start (browser)](quickstart-browser.md)
|
||||||
|
|
Loading…
Reference in a new issue