mirror of
https://github.com/jonasroussel/dart_jsonwebtoken.git
synced 2025-08-24 21:23:39 +08:00
v2.12.0
This commit is contained in:
@ -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
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user