javaquery/api/src/main/java/org/apidesign/bck2brwsr/htmlpage/Knockout.java
Sun, 14 Apr 2013 11:52:36 +0200 Tons of in VM and in page logging
Sat, 13 Apr 2013 09:14:54 +0200 Introducing KOProperty to allow us to call non-public methods and to do conversion of primitive types which is broken in WebView
Fri, 12 Apr 2013 15:59:24 +0200 Surround calls to JavaScript with catch (Throwable)
Fri, 12 Apr 2013 15:42:05 +0200 console.log(...) realy logs something
Thu, 11 Apr 2013 22:28:01 +0200 Rather then calling toArray, call method 'koData'
Thu, 11 Apr 2013 21:25:54 +0200 Can iterate over arrays
Thu, 11 Apr 2013 20:44:46 +0200 Merging in default branch before release 0.6 is created. Code compiles.
Sun, 31 Mar 2013 12:01:38 +0200 Mutable properties on model classes
Mon, 25 Mar 2013 16:17:21 +0100 Better (from a static compilation point of view) to let JavaScript call the basic (non-private) getter and do conversion then
Mon, 25 Mar 2013 13:48:45 +0100 Merge from default branch
Mon, 25 Mar 2013 11:50:36 +0100 Support for callbacks from knockout to Java
Thu, 21 Mar 2013 18:48:46 +0100 Initial attempt for advanced obfuscation
Tue, 19 Mar 2013 11:51:08 +0100 Disable logging by default
Mon, 18 Mar 2013 17:17:00 +0100 Knockout bindings for primitive types supported in WebView
Tue, 22 Jan 2013 21:59:13 +0100 Propagate the exception
Tue, 22 Jan 2013 21:57:27 +0100 Test to verify Knockout can handle String properties
Mon, 21 Jan 2013 13:43:40 +0100 Moving towards testability: Model class does not have any public fields, rather instance onces
Mon, 21 Jan 2013 10:06:42 +0100 Making the Knockout behavior testable
Sun, 20 Jan 2013 21:01:46 +0100 Refresh the knockout model when a setter is called
Sun, 20 Jan 2013 20:48:37 +0100 Using debug 2.2.1 version of knockout
Sun, 20 Jan 2013 18:20:18 +0100 Basic support for knockout.js. It can read and write model properties.