ko-fx/src/main/java/org/apidesign/html/kofx/Knockout.java
Mon, 16 Dec 2013 15:00:21 +0100 Changing license to standard GPLv2CPE/CDDL
Fri, 13 Sep 2013 11:04:17 +0200 Push values of chagned properties rather than letting the browser to callback for them
Thu, 12 Sep 2013 17:59:10 +0200 Notifies property changes in one batch
Sun, 01 Sep 2013 07:13:38 +0000 Precompute property values in Java, so ko.computed does not need to call back from JavaScript to get initial value.
Sat, 31 Aug 2013 11:57:42 +0000 Support only batch operations
Sat, 31 Aug 2013 11:44:36 +0000 With Batch update of models we are down to 1/6 of Java/JavaScript calls when building a chess board
Sat, 31 Aug 2013 08:01:08 +0000 Don't call additional setModel, assign the 'ko.fx-model' field at the time of creation
Sat, 31 Aug 2013 01:29:13 +0000 Enough to set the back reference once per object, not once per its property.
Wed, 26 Jun 2013 08:43:32 +0200 Loading of external JavaScript files simplified
Wed, 19 Jun 2013 22:56:40 +0200 Using net.java.html.js.JavaScriptBody
Mon, 17 Jun 2013 19:56:54 +0200 No more references to WebEngine
Mon, 17 Jun 2013 11:47:50 +0200 All methods converted to annotation based
Mon, 17 Jun 2013 11:32:47 +0200 create binding method turned into annotation based
Mon, 17 Jun 2013 11:26:51 +0200 First steps in rewritting the global reference to classloader based code
Tue, 28 May 2013 13:31:42 +0200 Moving Context into its own separate module, renaming to BrwsrCtx and making it flexible
Wed, 01 May 2013 06:59:55 +0200 Providing some Javadoc, so Nexus allows the JAR to be released
Mon, 29 Apr 2013 18:13:30 +0200 Handle the case when the property is not yet defined
Thu, 25 Apr 2013 16:41:13 +0200 Need to convert values toModel to make sure all TCK tests pass properly in FXbrwsr
Thu, 25 Apr 2013 16:21:50 +0200 Initial implementation of knockout.js bindings via JavaFX's WebView