Skip to content

Commit 6a32da6

Browse files
committed
chore(release): 1.0.0
1 parent 2c20b44 commit 6a32da6

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,33 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
<a name="1.0.0"></a>
6+
# [1.0.0](https://github.com/panva/jose/compare/v0.12.0...v1.0.0) (2019-04-23)
7+
8+
9+
### Bug Fixes
10+
11+
* fail to import invalid PEM formatted strings and buffers ([857dc2b](https://github.com/panva/jose/commit/857dc2b))
12+
13+
14+
### Features
15+
16+
* add JWK key_ops support, fix .algorithms() op returns ([23b874c](https://github.com/panva/jose/commit/23b874c))
17+
* add key.toPEM() export function with optional encryption ([1159b0d](https://github.com/panva/jose/commit/1159b0d))
18+
* add OKP Key and EdDSA sign/verify support ([2dbd3ed](https://github.com/panva/jose/commit/2dbd3ed)), closes [#12](https://github.com/panva/jose/issues/12)
19+
20+
21+
### BREAKING CHANGES
22+
23+
* key.algorithms(op) un+wrapKey was split into correct
24+
wrapKey/unwrapKey/deriveKey returns
25+
* keystore.all and keystore.get `operation` option was
26+
removed, `key_ops: string[]` supersedes it
27+
* node.js minimal version is now v12.0.0 due to its
28+
added EdDSA support (crypto.sign, crypto.verify and eddsa key objects)
29+
30+
31+
532
<a name="0.12.0"></a>
633
# [0.12.0](https://github.com/panva/jose/compare/v0.11.5...v0.12.0) (2019-04-07)
734

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@panva/jose",
3-
"version": "0.12.0",
3+
"version": "1.0.0",
44
"description": "JSON Web Almost Everything - JWA, JWS, JWE, JWK, JWT, JWKS for Node.js with minimal dependencies",
55
"keywords": [
66
"compact",

0 commit comments

Comments
 (0)