This commit is contained in:
Jonas Roussel
2023-05-27 20:44:17 +02:00
parent c2399cc72b
commit f397f9c11f
2 changed files with 9 additions and 4 deletions

View File

@ -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

View File

@ -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: