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
- check auth permissions before accepting files for upload (ref [#251](#240))
30
52
31
53
### 0.7.1
32
54
@@ -38,8 +60,7 @@
38
60
-`MiddlewareInterface` was removed and instead `ExpressMiddlewareInterface` or `KoaMiddlewareInterface` should be used
39
61
-`ExpressErrorMiddlewareInterface` was renamed into `ErrorMiddlewareInterface`
40
62
- per-controller and per-action middlewares used in `@UseBefore` and `@UseAfter` now should not be marked with `@Middleware` decorator
41
-
-`@MiddlewareGlobalBefore()` and `@MiddlewareGlobalAfter()` were removed and instead new signatures should be used: `@Middleware({ type: "before" })`
42
-
and `@Middleware({ type: "after" })`
63
+
-`@MiddlewareGlobalBefore()` and `@MiddlewareGlobalAfter()` were removed and instead new signatures should be used: `@Middleware({ type: "before" })` and `@Middleware({ type: "after" })`
43
64
- named some decorator parameter names
44
65
- added few new decorators to get all parameters like `@QueryParams`, `@Params`, `@HeaderParams` etc.
45
66
- added `@Authorized` and `@CurrentUser` decorators
@@ -55,11 +76,11 @@ and `@Middleware({ type: "after" })`
55
76
56
77
### 0.6.10
57
78
58
-
* added integration with `class-transform-validator` for deserialization and auto validation request parameters
79
+
- added integration with `class-transform-validator` for deserialization and auto validation request parameters
59
80
60
81
### 0.6.2
61
82
62
-
* made interceptors to support promises
83
+
- made interceptors to support promises
63
84
64
85
### 0.6.1
65
86
@@ -80,4 +101,4 @@ and `@Middleware({ type: "after" })`
80
101
### 0.5.0
81
102
82
103
- renamed package from `controllers.ts` to `routing-controllers`
83
-
- added integration with `constructor-utils` for serialization and deserialization
104
+
- added integration with `constructor-utils` for serialization and deserialization
0 commit comments