* Add `JWT_WHITE_LIST` setting for whitelisting handlers (thanks jgiradet) * Verify apistar 0.5.x support
0.4.2
* Everything is now a top level export as well, e.g. `from apistar_jwt import JWT` (thanks jgiradet)
0.4.1
* Added decorator support, `anonymous_allowed` and `authentication_required` * Added back in test suite * Updated typings and fixed a bug with instantiating `JWT` component
0.4.0
Apistar JWT updated to support Apistar >= 0.4. Pin to 0.3.3 for Apistar 0.3.x support
0.3.3
Update dev deps so we are using metadata 2.1 spec for pypi.
0.3.2
Updates to pin dependencies for Apistar 0.3.x and add Markdown rendering to pypi.org