javaquery/api/pom.xml
Tue, 17 Sep 2013 15:00:48 +0200 [maven-release-plugin] prepare for next development iteration
Tue, 17 Sep 2013 15:00:18 +0200 [maven-release-plugin] prepare release release-0.8
Tue, 28 May 2013 13:33:12 +0200 Added ServiceProvider Annotation
Tue, 28 May 2013 13:26:37 +0200 implementation of sound api
Tue, 21 May 2013 16:10:52 +0200 Refactored names to unpopular naming scheme, because (a) bck2brwsr Canvas implementation must be named Canvas due to mapping in bck2brwsr and I don't want interface and impl to have the same name. (b) with the "I" prefix at least it's consistent, even if nobody uses that anymore. (c) names are the same as in HTML5 Canvas Javascript API, so it's more familiar...
Fri, 17 May 2013 10:51:56 +0200 Added dependency on net.java.html.canvas to api
Thu, 16 May 2013 10:38:20 +0200 [maven-release-plugin] prepare for next development iteration
Thu, 16 May 2013 10:31:32 +0200 [maven-release-plugin] prepare release release-0.7.2
Thu, 02 May 2013 14:48:44 +0200 Providing module with HTML5 Documentation
Thu, 02 May 2013 09:18:22 +0200 Merging with latest state - e.g. 0.7 version
Tue, 30 Apr 2013 15:16:08 +0200 [maven-release-plugin] prepare for next development iteration
Tue, 30 Apr 2013 15:15:46 +0200 [maven-release-plugin] prepare release release-0.7
Mon, 29 Apr 2013 13:56:16 +0200 Bck2Brwsr project is completely independent of net.java.html
Sun, 28 Apr 2013 14:45:02 +0200 Tests now need special dependency on appropriate launcher (launcher.http)
Wed, 24 Apr 2013 20:22:19 +0200 javaquery.api is now implementation of net.java.html.json API
Thu, 18 Apr 2013 23:09:30 +0200 Can execute 'dual' tests: bck2brwsr can use regular launcher, javaquery.api can use FX Web View one
Mon, 15 Apr 2013 21:56:56 +0200 Support for JSON queries via @OnReceive annotation
Sun, 14 Apr 2013 22:35:00 +0200 [maven-release-plugin] prepare for next development iteration
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