We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d63a59 commit 7e5fb34Copy full SHA for 7e5fb34
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Changelog and release notes
2
3
+### 0.7.3
4
+
5
+- FIXED: Directly calling response bug - #286
6
+- FIXED: Missing parameter in @BodyParam error message - #284
7
+- FIXED: Sync and async auth checker bug - #283
8
+- FIXED: Handling different content-type responses in JsonController - #277
9
+- ADDED: Support for returning Buffer and streams from action handler (controller's method) - #285
10
+- ADDED: Custom driver support - #276
11
12
### 0.7.2
13
14
- FIXED: Using `@Authorization` decorator with Koa caused 404 responses (ref [#240](https://github.com/pleerock/routing-controllers/pull/240))
0 commit comments