mirror of
https://github.com/jonasroussel/dart_jsonwebtoken.git
synced 2025-05-20 09:36:20 +08:00
v2.8.1
This commit is contained in:
@ -1,6 +1,11 @@
|
||||
## 2.8.1
|
||||
|
||||
- Updating dependencies
|
||||
- Fixing `CHANGELOG.md`
|
||||
|
||||
## 2.8.0
|
||||
|
||||
- **BREAKING CHANGE**: Renaming all JWT...Error to JWT...Exception (https://github.com/jonasroussel/dart_jsonwebtoken/pull/42)
|
||||
- **BREAKING CHANGE**: Replacing all JWTError by JWTException that is more accurate (https://github.com/jonasroussel/dart_jsonwebtoken/issues/39)
|
||||
- Fixing assert message (https://github.com/jonasroussel/dart_jsonwebtoken/pull/42)
|
||||
|
||||
## 2.7.1
|
||||
|
@ -14,10 +14,10 @@ false_secrets:
|
||||
- /example/rsa_public.pem
|
||||
|
||||
dependencies:
|
||||
crypto: ^3.0.2
|
||||
pointycastle: ^3.6.2
|
||||
crypto: ^3.0.3
|
||||
pointycastle: ^3.7.3
|
||||
convert: ^3.1.1
|
||||
collection: ^1.16.0
|
||||
collection: ^1.17.2
|
||||
ed25519_edwards: ^0.3.1
|
||||
|
||||
dev_dependencies:
|
||||
|
Reference in New Issue
Block a user