javaquery/api/pom.xml
Sun, 14 Apr 2013 22:34:49 +0200 [maven-release-plugin] prepare release release-0.6
Thu, 11 Apr 2013 20:44:46 +0200 Merging in default branch before release 0.6 is created. Code compiles.
Tue, 26 Mar 2013 12:01:37 +0100 [maven-release-plugin] prepare for next development iteration
Tue, 26 Mar 2013 11:54:21 +0100 [maven-release-plugin] prepare release release-0.5
Fri, 22 Mar 2013 17:03:32 +0100 Need to merge in default branch: It contains automatic conversion of boxed types to primitive values which is needed by Knockout to display elements of arrays properly.
Fri, 22 Mar 2013 00:05:41 +0100 Alas, need to merge into default branch, but without any changes from the accidental commit on default branch
Thu, 21 Mar 2013 17:29:40 +0100 Moving the version management of dependencies into master pom.xml
Thu, 21 Mar 2013 15:45:42 +0100 Dynamically generate classes representing elements on the HTML @Page
Thu, 14 Mar 2013 09:22:28 +0100 Hacky way (relies on singleton) to get FX working. Can attach @On(event=CLICK) and show alert in FX WebView now
Thu, 07 Mar 2013 23:34:33 +0100 [maven-release-plugin] prepare for next development iteration
Thu, 07 Mar 2013 23:33:50 +0100 [maven-release-plugin] prepare release release-${releaseVersion}
Sat, 02 Mar 2013 17:02:00 +0100 [maven-release-plugin] prepare for next development iteration
Fri, 01 Mar 2013 22:08:37 +0100 [maven-release-plugin] prepare release bck2brwsr-0.3
Thu, 28 Feb 2013 22:14:05 +0100 By default skip javadoc, enable it only on modules with an API for public consumption
Thu, 28 Feb 2013 22:01:57 +0100 Generate Javadoc for the experimental HTML page API
Wed, 20 Feb 2013 18:14:59 +0100 Processor allows only primitive types and String as its values
Wed, 06 Feb 2013 18:24:53 +0100 Providing all Bck2Brwsr emulation APIs in a single JAR file
Thu, 31 Jan 2013 16:13:04 +0100 When one needs to use a JAR for compilation only in Maven, one needs to select scope='provided'
Wed, 23 Jan 2013 20:39:23 +0100 First attempt to separate 'mini' profile from the rest of JDK APIs
Tue, 22 Jan 2013 21:57:27 +0100 Test to verify Knockout can handle String properties
Thu, 29 Nov 2012 00:02:37 +0100 Changing the release of all components to 0.3
Tue, 13 Nov 2012 07:56:02 +0100 Explicit version 1.6 convinces command line Maven to compile the whole project
Fri, 09 Nov 2012 11:47:00 +0100 Moving the htmlpage API into a submodule in preparation of adding in an example of its usage