ko4j/src/main/java/org/netbeans/html/ko4j/Knockout.java
Tue, 26 Aug 2014 18:13:30 +0200 During the API review process (bug 246133) the reviewers decided that in order to include html4j to NetBeans Platform, we need to stop using org.apidesign namespace and switch to NetBeans one. Repackaging all SPI packages into org.netbeans.html.smthng.spi.
Tue, 19 Aug 2014 15:48:05 +0200 Updating to knockoutjs 3.2.0 and using it without any patches
Tue, 05 Aug 2014 18:09:07 +0200 Extract the model class before passing it back to Java
Sat, 02 Aug 2014 12:59:31 +0200 Fixing Javadoc to succeed on JDK8
Fri, 25 Jul 2014 14:10:17 +0200 r's 'Boolean.FALSE' converts to br's valid value 'false' - needs exact test for undefined
Fri, 25 Jul 2014 11:15:55 +0200 Don't mess enum values up in FX web view
Wed, 28 May 2014 14:49:33 +0200 Export exports via string names, otherwise they may disappear during obfuscation
Mon, 26 May 2014 14:28:11 +0200 Need to convert Boolean to its valueOf, otherwise bck2brwsr thinks that Boolean.FALSE is non-null value
Sun, 16 Mar 2014 15:50:09 +0100 Don't call valueOf, as on JDK8 that yields 'TypeError: invoking static method'
Sun, 09 Mar 2014 20:20:01 +0100 Merging in the default branch changes that make the system functional on Dlvk
Sun, 09 Mar 2014 20:12:51 +0100 Android requires the @JavaScriptBody method to be outside of FXContext. Moving it.
Wed, 05 Mar 2014 00:11:49 +0100 Bringing up-to-date and adding a TCK test to check behavior of asynchronous callback
Tue, 04 Mar 2014 17:09:22 +0100 Letting BrwsrCtx invoke runnables correctly and reschedule them into the appropriate thread if necessary. Caching JavaScript objects in the hope to allow asynchronous execution of the JavaScript snippets.
Tue, 04 Mar 2014 10:12:22 +0100 Attempt to standardize asynchronous execution of JavaScript code snippets
Mon, 03 Mar 2014 12:17:41 +0100 Ability to update a property without callback from JavaScript back to Java
Tue, 11 Feb 2014 21:18:03 +0100 Fn.preload accepts null argument. Don't initialize knockout in static constructor, as the context may not yet be ready
Fri, 07 Feb 2014 07:44:34 +0100 Updating copyright headers to mention current year
Thu, 09 Jan 2014 15:03:34 +0100 Renaming to ko4j as now the support is trully generic