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.5.0 " ></a >
2
+ ### v1.5.0 (2018-03-23)
3
+
4
+ #### Features
5
+
6
+ * parse pacts without a specification version as v2 ([ a69b5e6] ( /../../commit/a69b5e6 ) )
7
+ * locate matching rules correctly for v3 pacts ([ 0f22db2] ( /../../commit/0f22db2 ) )
8
+ * read matching rules from v3 format ([ 07013de] ( /../../commit/07013de ) )
9
+ * allow different consumer contract parsers to be registered ([ 531ab3a] ( /../../commit/531ab3a ) )
10
+ * update message classes to support pact-message ([ 2e48892] ( /../../commit/2e48892 ) )
11
+ * add request and response to message ([ 93839cf] ( /../../commit/93839cf ) )
12
+
13
+ * ** message contracts**
14
+ * dynamically mix in new and from_hash into Pact::Message ([ c0c3ad5] ( /../../commit/c0c3ad5 ) )
15
+ * read message pact into Ruby object ([ 6573bd4] ( /../../commit/6573bd4 ) )
16
+
17
+
1
18
<a name =" v1.3.1 " ></a >
2
19
### v1.3.1 (2018-03-19)
3
20
Original file line number Diff line number Diff line change 1
1
module Pact
2
2
module Support
3
- VERSION = "1.4 .0"
3
+ VERSION = "1.5 .0"
4
4
end
5
5
end
You can’t perform that action at this time.
0 commit comments