Skip to content

Commit cb05704

Browse files
committed
v3.0.0
1 parent 948c728 commit cb05704

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 3.0.0
2+
3+
- Possible **BREAKING CHANGE**: `exp`, `nbf` and `iat` are now following the JWT RFC for NumericDate by only using UTC DateTime
4+
- Add JWK (JSON Web Key) conversion methods to key classes (`toJWK()`)
5+
- Fix HMAC secret auto detect if base64 is url or not
6+
- Fix base64Url instead of base64 for string payloads JWT
7+
- Add header tests for `exp`, `nbf` and `iat`
8+
19
## 2.17.0
210

311
- Parse standard parameters when using `JWT.decode` (https://github.com/jonasroussel/dart_jsonwebtoken/pull/64)

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: dart_jsonwebtoken
22
description: An easy to use JSON Web Token (JWT) implementation in Dart with all algorithms supported.
3-
version: 2.17.0
3+
version: 3.0.0
44
repository: https://github.com/jonasroussel/dart_jsonwebtoken
55
homepage: https://github.com/jonasroussel/dart_jsonwebtoken#readme
66

0 commit comments

Comments
 (0)