boot/src/main/java/org/apidesign/html/boot/impl/FnUtils.java
Wed, 06 Nov 2013 15:15:54 +0100 Introducing Agent-Class to allow java.lang.instrument-like transforms of the @JavaScriptBody annotation
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
Fri, 13 Sep 2013 11:37:01 +0200 Notify changes only when the topmost presenter is being cleared
Thu, 12 Sep 2013 17:59:10 +0200 Notifies property changes in one batch
Thu, 12 Sep 2013 09:33:50 +0200 Support for multiple FX WebViews running at once in isolation
Thu, 11 Jul 2013 21:26:28 +0200 Support for calling static Java methods from JavaScript
Thu, 11 Jul 2013 20:30:39 +0200 No need to collect own methods - they are treated the same way as others
Thu, 11 Jul 2013 17:58:45 +0200 FX Web View can finally call run() on non-public implementations of Runnable
Thu, 11 Jul 2013 14:04:37 +0200 Detects calls to non-existing classes
Thu, 11 Jul 2013 13:12:51 +0200 Separating the callback processing into own class
Sat, 29 Jun 2013 22:44:59 +0200 Can callback @JavaScriptBody methods in the same class
Wed, 26 Jun 2013 08:43:32 +0200 Loading of external JavaScript files simplified
Tue, 25 Jun 2013 21:09:48 +0200 Can call method with two integer arguments from JavaScript
Tue, 25 Jun 2013 15:34:37 +0200 Callback run() on Runnable
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 12:52:23 +0200 Creating bootstraping APIs