Skip to content

Commit 0afad2d

Browse files
committed
v2.17.0
1 parent c3a908d commit 0afad2d

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.17.0
2+
3+
- Parse standard parameters when using `JWT.decode` (https://github.com/jonasroussel/dart_jsonwebtoken/pull/64)
4+
15
## 2.16.0
26

37
- Add support of PEM parsing for EdDSA keys with `EdDSAPrivateKey.fromPem` and `EdDSAPublicKey.fromPem`

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: dart_jsonwebtoken
2-
description: A dart implementation of the famous javascript library 'jsonwebtoken' (JWT).
3-
version: 2.16.0
2+
description: An easy to use JSON Web Token (JWT) implementation in Dart with all algorithms supported.
3+
version: 2.17.0
44
repository: https://github.com/jonasroussel/dart_jsonwebtoken
55
homepage: https://github.com/jonasroussel/dart_jsonwebtoken#readme
66

0 commit comments

Comments
 (0)