* `[fixed]` Compatibility with updated dependencies. * Lock dependencies.
0.1.1
* `[fixed]` Fix typing of the `verify()` method for correct type checks in subclasses. * Improve API documentation.
0.1.0
* Initial release of EasyJWT * `[added]` Support optional claims. * `[added]` Support all registered JWT claims: `aud`, `exp`, `iat`, `iss`, `jti`, `nbf`, and `sub`. * `[added]` Allow disabling strict verification of tokens to support arbitrary token issuers.