File tree 1 file changed +24
-1
lines changed
1 file changed +24
-1
lines changed Original file line number Diff line number Diff line change 1
1
CHANGELOG
2
2
=========
3
3
4
+ * 1.3.0 (2019-11-26)
5
+
6
+ * Added support for streamed requests
7
+ * Added support for Symfony 5.0+
8
+ * Fixed bridging UploadedFile objects
9
+ * Bumped minimum version of Symfony to 4.4
10
+
11
+ * 1.2.0 (2019-03-11)
12
+
13
+ * Added new documentation links
14
+ * Bumped minimum version of PHP to 7.1
15
+ * Added support for streamed responses
16
+
17
+ * 1.1.2 (2019-04-03)
18
+
19
+ * Fixed createResponse
20
+
21
+ * 1.1.1 (2019-03-11)
22
+
23
+ * Removed triggering of deprecation
24
+
4
25
* 1.1.0 (2018-08-30)
5
26
6
- * Added support for creating PSR-7 messages using PSR-17 factories
27
+ * Deprecated DiactorosFactory, use PsrHttpFactory instead
28
+ * Added option to stream the response on the HttpFoundationFactory createResponse
29
+ * Added more tests and improved code style
7
30
8
31
* 1.0.2 (2017-12-19)
9
32
You can’t perform that action at this time.
0 commit comments