-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
executable file
·37 lines (28 loc) · 1.16 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
August 10, 2015 - Release 1.0.0
* Processing library updated to 1.4.8
* Added a sample app and added a GWTTestCase
* Changed ProcessingInstance to use new JSInterop (@JsType)
March 26, 2014 - Release 0.6.2
* Pom.xml updated: GWT version updated to 2.5.1
* Use ScriptInjector to inject script -> support for xsiframe linker
October 4, 2012 - Release 0.6.1
* Processing library updated to 1.4.1
* Pom.xml updated: GWT version updated to 2.5.0-rc2
December 20, 2011 - Release 0.6.0
* build.xml removed
* SCM in pom.xml file fixed
* Official maven release
December 12,2011 - Release 0.5.0
* Mavenized project
* Processing library updated to 1.3.6
Setepember 29, 2011 - Release 0.4.0
* Processing library updated to 1.3.0
* Added draw and setSize method to ProcessingInstance
August 23, 2011 - Release 0.3.0
* Processing library updated to 1.2.3
June 14, 2011 - Release 0.2.0
* Processing library updated to 1.2.1
* Use GWT Canvas Widget instead of CanvasElement (GWT > 2.2 required)
* build.xml file modified to call clean before release and build
February 14, 2011 - Release 0.1.0
* Initial Version