This commit is contained in:
Jonas Roussel
2023-09-30 20:09:48 +02:00
parent 7fe143b53a
commit 44e2815af6
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
## 2.12.0
- **NEW:** tests have been added
- **NEW:** publish & test CI
- Making all `JWTAlgorithm` classes public (mainly to be mocked in tests)
## 2.11.0 ## 2.11.0
- Removing `basic_utils` package that was incompatible with flutter web - Removing `basic_utils` package that was incompatible with flutter web

View File

@ -1,6 +1,6 @@
name: dart_jsonwebtoken name: dart_jsonwebtoken
description: A dart implementation of the famous javascript library 'jsonwebtoken' (JWT). description: A dart implementation of the famous javascript library 'jsonwebtoken' (JWT).
version: 2.11.0 version: 2.12.0
repository: https://github.com/jonasroussel/dart_jsonwebtoken repository: https://github.com/jonasroussel/dart_jsonwebtoken
homepage: https://github.com/jonasroussel/dart_jsonwebtoken#readme homepage: https://github.com/jonasroussel/dart_jsonwebtoken#readme