ko4j/src/main/java/org/netbeans/html/ko4j/Knockout.java
Mon, 14 Dec 2015 05:52:22 +0100 #257130: Switching to minified version of knockout.js
Sun, 13 Dec 2015 21:30:52 +0100 Making sure binding from original to copied property is also kept
Sun, 13 Dec 2015 21:12:26 +0100 Support for 'copy' or 'fetch' of a raw data into new @Model class
Sun, 13 Dec 2015 14:49:37 +0100 Passing Boolean[] into JavaScript part is easier in JavaFX webview
Sun, 22 Nov 2015 21:18:35 +0100 fromRaw(toRaw(...)) should yield object with same values
Sun, 04 Oct 2015 14:55:01 +0200 #255677: Keep reference to Knockout object until its model object is GCed
Tue, 15 Sep 2015 21:08:02 +0200 More gentle fix for #254670: Convert the value before it enters JavaScript space
Mon, 24 Aug 2015 22:37:29 +0200 #254670: Need to convert enums to strings before passing them to knockout.js
Sat, 03 Jan 2015 06:19:09 +0100 No need for additional 'self' variable
Tue, 16 Dec 2014 21:03:16 +0100 Providing an ability to apply model to element with certain id
Fri, 12 Dec 2014 11:23:57 +0100 Merge of keepAlive option
Fri, 12 Dec 2014 11:22:40 +0100 Giving API users better control over GC aspects of their objects
Tue, 09 Dec 2014 11:43:46 +0100 Slight difference between this and thiz may cause fatal errors
Tue, 09 Dec 2014 08:33:22 +0100 Bringing the most recent changes in default branch to gc
Tue, 09 Dec 2014 07:23:22 +0100 Merging unwanted conflict on GC branch
Thu, 04 Dec 2014 09:21:55 +0100 #248918: Introducing technology identifiers
Fri, 14 Nov 2014 18:21:02 +0100 Reference self indirectly, via a property that can be later cleaned
Mon, 08 Dec 2014 21:04:35 +0100 Cleanup properties of the JavaScript object once its model gets garbage collected
Wed, 12 Nov 2014 10:56:18 +0100 Root object needs to be hold via strong reference
Wed, 12 Nov 2014 10:48:12 +0100 No longer needed model instances can be garbage collected
Tue, 11 Nov 2014 16:14:55 +0100 All ko->java callbacks can be made through Knockout instance
Fri, 26 Sep 2014 15:44:39 +0200 Need to prevent obfuscation of imported symbols
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