javaquery/api/src/test/java/org/apidesign/bck2brwsr/htmlpage/ModelTest.java
Thu, 11 Apr 2013 20:44:46 +0200 Merging in default branch before release 0.6 is created. Code compiles.
Mon, 08 Apr 2013 12:36:12 +0200 Also notify changes in array properties
Mon, 08 Apr 2013 12:12:42 +0200 OnPropertyChange allows us to update the tweets as soon as active tweets are changed
Sun, 31 Mar 2013 12:01:38 +0200 Mutable properties on model classes
Mon, 25 Mar 2013 11:50:36 +0100 Support for callbacks from knockout to Java
Mon, 18 Mar 2013 17:17:00 +0100 Knockout bindings for primitive types supported in WebView
Fri, 22 Feb 2013 08:59:40 +0100 Introducing @Model for complex record-like types
Tue, 19 Feb 2013 15:42:41 +0100 Derived properties can return list
Mon, 18 Feb 2013 19:52:06 +0100 Automatic boxing of primitive types for arrays
Mon, 18 Feb 2013 13:03:01 +0100 Changes in String array are properly notified
Mon, 18 Feb 2013 12:26:16 +0100 Generate List<type> for arrays
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 11:55:27 +0100 @ComputedProperty methods can't access the model
Mon, 21 Jan 2013 10:06:42 +0100 Making the Knockout behavior testable
Sun, 20 Jan 2013 14:29:10 +0100 The model can contain derived properties
Sun, 20 Jan 2013 13:05:02 +0100 Annotation to generate getters and setters
Sun, 20 Jan 2013 12:29:50 +0100 Multiple page handlers can be in the same package