File tree 2 files changed +18
-1
lines changed
2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change
1
+ <a name =" v1.6.5 " ></a >
2
+ ### v1.6.5 (2018-07-23)
3
+
4
+
5
+ #### Features
6
+
7
+ * use 0 as the nil pact specification version ([ 88e4750] ( /../../commit/88e4750 ) )
8
+ * reify StringWithMatchingRules to a String ([ a025dd3] ( /../../commit/a025dd3 ) )
9
+ * parse String response and request bodies to StringWithMatchingRules to support pact-xml ([ a9fbb58] ( /../../commit/a9fbb58 ) )
10
+ * add custom contract parsers to front of pact parsers list so that customised parsers are tried first ([ babc319] ( /../../commit/babc319 ) )
11
+
12
+
13
+ #### Bug Fixes
14
+
15
+ * show a more helpful error when attempting to parse a URI that is not a pact ([ a8ba1ed] ( /../../commit/a8ba1ed ) )
16
+
17
+
1
18
<a name =" v1.6.4 " ></a >
2
19
### v1.6.4 (2018-07-14)
3
20
Original file line number Diff line number Diff line change 1
1
module Pact
2
2
module Support
3
- VERSION = "1.6.4 "
3
+ VERSION = "1.6.5 "
4
4
end
5
5
end
You can’t perform that action at this time.
0 commit comments