You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+11-1
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,19 @@
1
1
2
+
-[0.2.0]
3
+
4
+
*Additions*
5
+
6
+
* Added support for [class based views](https://docs.aiohttp.org/en/stable/web_quickstart.html#class-based-views) in decorators https://github.com/hzlmn/aiohttp-jwt/issues/52. Thanks @citijk for the report!
7
+
8
+
*Misc*
9
+
10
+
* Cleanup a bit project structure
11
+
2
12
-[0.1.1]
3
13
4
14
*Fixes*
5
15
6
-
* Fixed issue with non bearer token scheme https://github.com/hzlmn/aiohttp-jwt/issues/14 .Thanks @vikitikitavi
16
+
* Fixed issue with non bearer token scheme https://github.com/hzlmn/aiohttp-jwt/issues/14. Thanks @vikitikitavi
0 commit comments