Skip to content

Updated CHANGELOG #70

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 25, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 24 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,32 @@
CHANGELOG
=========

* 1.3.0 (2019-11-26)

* Added support for streamed requests
* Added support for Symfony 5.0+
* Fixed bridging UploadedFile objects
* Bumped minimum version of Symfony to 4.4

* 1.2.0 (2019-03-11)

* Added new documentation links
* Bumped minimum version of PHP to 7.1
* Added support for streamed responses

* 1.1.2 (2019-04-03)

* Fixed createResponse

* 1.1.1 (2019-03-11)

* Removed triggering of deprecation

* 1.1.0 (2018-08-30)

* Added support for creating PSR-7 messages using PSR-17 factories
* Deprecated DiactorosFactory, use PsrHttpFactory instead
* Added option to stream the response on the HttpFoundationFactory createResponse
* Added more tests and improved code style

* 1.0.2 (2017-12-19)

Expand Down