@@ -25,7 +25,7 @@ You can download the latest release .jar from Maven Central using the following
25
25
26
26
* ** groupId**   ;  ;  ; com.github.gwtreact
27
27
* ** artifactId**   ;  ; gwt-react
28
- * ** version**   ;  ;  ; 0.1 .0
28
+ * ** version**   ;  ;  ; 0.2 .0
29
29
30
30
##Documentation
31
31
@@ -41,16 +41,16 @@ Once the project is stable we will be happy to except pull requests. If you find
41
41
42
42
* Investigate writing an Annotation processor to create fluent prop classes
43
43
44
- * Add server implementation of Array and StringSet (to allow a JSON structure to be modelled on client/server with one class)
45
-
46
- * Investigate splitting ObjectLiteraL, Array, StringSet... into it's own project
47
-
48
44
* Refine the different prop types for basic HTML elements
49
45
50
46
* Refine the CSS prop types and add enumerations and more useful setter methods where possible
51
47
52
48
* Remove any dependencies on com.google.gwt.dom.* . Replace with Elemental 2 or something equivalent
53
49
50
+ * ~~ Add server implementation of Array and StringSet (to allow a JSON structure to be modelled on client/server with one class)~~ , DONE
51
+
52
+ * ~~ Investigate splitting ObjectLiteraL, Array, StringSet... into it's own project~~ , DONE
53
+
54
54
* ~~ Prepare project(s) for publishing to Maven e.g. add Gradle build/release files~~ , DONE
55
55
56
56
* ~~ Publish project(s) to Maven~~ , DONE
@@ -63,6 +63,7 @@ Once the project is stable we will be happy to except pull requests. If you find
63
63
64
64
| Date | Version | Description |
65
65
| :--- | :--- | :--- |
66
+ | 6/18/2016 | 0.2.0 | Update to use gwt-interop-utils library |
66
67
| 5/13/2016 | 0.1.0 | Initial preview release to Maven Central |
67
68
68
69
##Resources
0 commit comments