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 919c194 commit 6470189Copy full SHA for 6470189
CHANGELOG.md
@@ -10,6 +10,12 @@ DEPRECATED:
10
11
FIXED:
12
13
+## 8.0.1 - 2024-10-01
14
+
15
+FIXED:
16
17
+- [#34](https://github.com/woohoolabs/harmony/issues/34): Direct return of response by middleware seems not possible when using a condition
18
19
## 8.0.0 - 2023-08-19
20
21
ADDED:
@@ -125,7 +131,7 @@ ADDED:
125
131
CHANGED:
126
132
127
133
- Deprecated `DiactorosResponderMiddleware` because the default HTTP response emitters were deprecated as of Diactoros v1.8.0.
128
-You can use `HttpHandlerRunnerMiddleware` instead.
134
+ You can use `HttpHandlerRunnerMiddleware` instead.
129
135
130
136
## 5.0.0 - 2018-02-02
137
0 commit comments