File tree Expand file tree Collapse file tree 3 files changed +22
-1
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 3 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 1+ # v1.1.0
2+ * added ObjectProphecy doc (#8 )
3+ * show intention if there are whitespaces between parenthesis (#7 )
4+ * show intention not only between parenthesis (#6 )
5+ * added whitespace between mocks and subject creation (#5 )
6+ * do not mock primitives anymore (#4 )
7+
8+ # v1.0.2
9+ * added "->reveal()" to constructor arguments (#1 )
10+
11+ # v1.0.1
12+ * added gradle publishing support
13+
14+ # v1.0
15+ * initial release
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ apply plugin: 'org.jetbrains.intellij'
1010apply plugin : ' java'
1111
1212group ' de.cawolf'
13- version ' 1.0.2 '
13+ version ' 1.1.0 '
1414
1515sourceCompatibility = 1.8
1616
Original file line number Diff line number Diff line change 99
1010 <change-notes ><![CDATA[
1111 <dl>
12+ <dt>1.1.0</dt>
13+ <dd>added ObjectProphecy doc (issue #8)</dd>
14+ <dd>show intention if there are whitespaces between parenthesis (issue #7)</dd>
15+ <dd>show intention not only between parenthesis (issue #6)</dd>
16+ <dd>added whitespace between mocks and subject creation (issue #5)</dd>
17+ <dd>do not mock primitives anymore (issue #4)</dd>
1218 <dt>1.0.2</dt>
1319 <dd>added "->reveal()" to constructor arguments (issue #1)</dd>
1420 <dt>1.0.1</dt>
You can’t perform that action at this time.
0 commit comments