boot/src/main/java/org/apidesign/html/boot/spi/Fn.java
Fri, 07 Feb 2014 07:44:34 +0100 Updating copyright headers to mention current year
Thu, 06 Feb 2014 09:28:25 +0100 Describing postprocessing and a way to get started. Fixing other parts of Javadoc
Tue, 14 Jan 2014 14:18:50 +0100 Merging in the state just after the 0.7 release
Fri, 10 Jan 2014 15:49:27 +0100 Use Java bodies of @JavaScriptBody methods if there is no presenter
Thu, 09 Jan 2014 20:39:23 +0100 ko4j registers implementation of Transfer and WSTransfer based on XHR and WebSocket from a browser. The Java implementations of these interfaces has been moved to ko-ws-tyrus module. JavaScript arrays passed as parameters to Java callback methods need to be wrapped.
Wed, 08 Jan 2014 14:02:27 +0100 Return null instead of throwing exception
Wed, 08 Jan 2014 13:07:24 +0100 Replacing the reflection based contract with usage of Executor and instanceof check
Wed, 08 Jan 2014 12:58:45 +0100 Implementation of knockout binding that does not rely on anything JavaFX specific
Wed, 08 Jan 2014 12:24:21 +0100 Arrays are copied when passed between Java and JavaScript
Tue, 07 Jan 2014 17:20:53 +0100 Improving Javadoc of the newly added method
Tue, 07 Jan 2014 08:55:34 +0100 Additional merge from default branch
Tue, 07 Jan 2014 08:48:40 +0100 Extending the TCK with checks for proper behavior of JavaScriptBody annotations
Tue, 07 Jan 2014 08:21:57 +0100 Merging with most recent changes on the default branch. Including switch to org.netbeans.html namespace.
Mon, 16 Dec 2013 17:39:56 +0100 The work on this project started in 2013
Mon, 16 Dec 2013 16:59:43 +0100 Moving implementation classes into org.netbeans.html namespace
Mon, 16 Dec 2013 15:00:21 +0100 Changing license to standard GPLv2CPE/CDDL
Thu, 12 Dec 2013 23:59:50 +0100 Merging in recent changes on default branch
Thu, 12 Dec 2013 23:54:32 +0100 Load global scripts when first method in the class is called
Mon, 25 Nov 2013 17:23:50 +0100 activePresenter can return null
Wed, 06 Nov 2013 15:15:54 +0100 Introducing Agent-Class to allow java.lang.instrument-like transforms of the @JavaScriptBody annotation
Tue, 05 Nov 2013 23:06:32 +0100 Exposing Fn.activate and Fn.activePresenter so they are available from exported packages
Tue, 05 Nov 2013 09:04:29 +0100 Running inside OSGi container nicely reveals what packages need to be public...
Thu, 10 Oct 2013 14:02:18 +0200 FnUtils are bloated and contain references to Asm classes. Separate the code needed by generated JsCallbacks into own class
Thu, 12 Sep 2013 11:31:04 +0200 More compatible change with one deprecation
Thu, 12 Sep 2013 09:33:50 +0200 Support for multiple FX WebViews running at once in isolation
Wed, 26 Jun 2013 08:43:32 +0200 Loading of external JavaScript files simplified
Wed, 19 Jun 2013 22:29:41 +0200 displayPage should be blocking, no need to expose resource finder
Wed, 19 Jun 2013 13:18:44 +0200 BrowserBuilder delegates to presenter
Wed, 19 Jun 2013 13:02:13 +0200 No need for newLoader method in the SPI
Wed, 19 Jun 2013 12:55:41 +0200 No need to have static define method in the Fn interface
Wed, 19 Jun 2013 12:52:23 +0200 Creating bootstraping APIs