This commit is contained in:
Jonas Roussel
2025-02-03 13:08:00 +01:00
parent c3a908d3d3
commit 0afad2dbc6
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
## 2.17.0
- Parse standard parameters when using `JWT.decode` (https://github.com/jonasroussel/dart_jsonwebtoken/pull/64)
## 2.16.0
- Add support of PEM parsing for EdDSA keys with `EdDSAPrivateKey.fromPem` and `EdDSAPublicKey.fromPem`

View File

@ -1,6 +1,6 @@
name: dart_jsonwebtoken
description: A dart implementation of the famous javascript library 'jsonwebtoken' (JWT).
version: 2.16.0
description: An easy to use JSON Web Token (JWT) implementation in Dart with all algorithms supported.
version: 2.17.0
repository: https://github.com/jonasroussel/dart_jsonwebtoken
homepage: https://github.com/jonasroussel/dart_jsonwebtoken#readme