File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,14 +6,14 @@ All notable changes to this project will be documented in this file.
6
6
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
7
7
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
8
8
9
- ## [ 1.13.0] - tomorrow
9
+ ## [ 1.13.0] - 2022-02-11
10
10
11
- - Added ` Formatter::formatResponseForRequest() `
12
- - Deprecated ` Formatter::formatResponse() `
11
+ - Added ` Formatter::formatResponseForRequest() ` to allow the formatter to get context from the request to decide what of the response to output.
12
+ - Deprecated ` Formatter::formatResponse() ` in favor of the new ` formatResponseForRequest ` method.
13
13
14
14
## [ 1.12.0] - 2021-08-29
15
15
16
- - Added support for adjusting binary detection regex in FullHttpMessageFormatter
16
+ - Added support for adjusting binary detection regex in FullHttpMessageFormatter.
17
17
18
18
## [ 1.11.2] - 2021-08-03
19
19
You can’t perform that action at this time.
0 commit comments