Skip to content

Commit 3556e69

Browse files
authored
Update README for 1.1.7.
1 parent 4f48b8e commit 3556e69

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ section:
231231
<dependency>
232232
<groupId>com.google.gwt.gwtmockito</groupId>
233233
<artifactId>gwtmockito</artifactId>
234-
<version>1.1.6</version>
234+
<version>1.1.7</version>
235235
<scope>test</scope>
236236
</dependency>
237237
```
@@ -247,6 +247,13 @@ to manually install the jars for [Mockito][6] and [Javassist][7].
247247

248248
## Version history
249249

250+
### 1.1.7
251+
* Update GWT to version 2.8.0.
252+
* Update Javassist to version 3.22.
253+
* Stubbing for ValueListBox. (Thanks to jschmied)
254+
* Stubbing for URL encoding. (Thanks to jschmeid)
255+
* Generate hashCode and equals for Messages. (Thanks to zolv)
256+
250257
### 1.1.6
251258
* Improved support for running tests in IntelliJ.
252259
* Fix for stubbing DatePicker.
@@ -310,12 +317,12 @@ to manually install the jars for [Mockito][6] and [Javassist][7].
310317
* Initial release
311318

312319
[1]: https://code.google.com/p/mockito/
313-
[2]: http://static.javadoc.io/com.google.gwt.gwtmockito/gwtmockito/1.1.6/com/google/gwtmockito/GwtMockito.html#useProviderForType(java.lang.Class,%20com.google.gwtmockito.fakes.FakeProvider)
320+
[2]: http://static.javadoc.io/com.google.gwt.gwtmockito/gwtmockito/1.1.7/com/google/gwtmockito/GwtMockito.html#useProviderForType-java.lang.Class-com.google.gwtmockito.fakes.FakeProvider-
314321
[3]: https://developers.google.com/web-toolkit/doc/latest/DevGuideCodingBasicsOverlay
315322
[4]: http://en.wikipedia.org/wiki/Dependency_injection
316-
[5]: http://search.maven.org/remotecontent?filepath=com/google/gwt/gwtmockito/gwtmockito/1.1.6/gwtmockito-1.1.6.jar
323+
[5]: http://search.maven.org/remotecontent?filepath=com/google/gwt/gwtmockito/gwtmockito/1.1.7/gwtmockito-1.1.7.jar
317324
[6]: https://code.google.com/p/mockito/downloads/list
318325
[7]: http://www.jboss.org/javassist/downloads
319-
[8]: http://www.javadoc.io/doc/com.google.gwt.gwtmockito/gwtmockito/1.1.6
326+
[8]: http://www.javadoc.io/doc/com.google.gwt.gwtmockito/gwtmockito/1.1.7
320327
[9]: https://github.com/google/gwtmockito/tree/master/gwtmockito-sample/src
321328
[10]: https://github.com/google/gwtmockito/commit/52b5ddfc08df1b630cd1f241d2afaa08fed82a77

0 commit comments

Comments
 (0)