We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3ba0ac commit a3b45d5Copy full SHA for a3b45d5
CHANGELOG.md
@@ -2,10 +2,18 @@
2
3
## Unreleased
4
5
+
6
+## 1.1.0
7
8
### Added
9
-- Add a request matcher interface and regex implementation
10
+ - Add a request matcher interface and regex implementation
11
+ - Add a callback request matcher implementation
12
+ - Add a ResponseBuilder, to create PSR7 Response from a string
13
14
+### Fixed
15
16
+ - Fix casting string on a FilteredStream not filtering the output
17
18
## 1.0.0 - 2016-01-27
19
composer.json
@@ -48,7 +48,7 @@
48
},
49
"extra": {
50
"branch-alias": {
51
- "dev-master": "1.0-dev"
+ "dev-master": "1.1-dev"
52
}
53
54
0 commit comments