Skip to content

Commit ca7b853

Browse files
committed
v3.2.0
1 parent 5ac703a commit ca7b853

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 3.2.0
2+
3+
- Update upper bound of pointycastle (https://github.com/jonasroussel/dart_jsonwebtoken/pull/65)
4+
- Dart SDK minimum version set to 3.0.0
5+
- Use `pointycastle` for HMAC calculation instead of `crypto`
6+
- Implement custom deep list equality instead of using the `collection` package
7+
18
## 3.1.1
29

310
- Rollback `collection` to 1.17.1 to be compatible with older flutter versions

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: 3.1.1
3+
version: 3.2.0
44
repository: https://github.com/jonasroussel/dart_jsonwebtoken
55
homepage: https://github.com/jonasroussel/dart_jsonwebtoken#readme
66

0 commit comments

Comments
 (0)