json/src/test/java/net/java/html/json/ModelTest.java
Wed, 09 Dec 2015 23:58:27 +0100 #257086: Use inPckName to propertly specify the name of the static method
Thu, 05 Nov 2015 23:38:18 +0100 #250611: Builder style properties
Wed, 15 Jul 2015 22:06:19 +0200 #250450: Support for writable @ComputedProperty
Wed, 27 May 2015 23:37:25 +0200 #252258: @OnReceive attribute to specify additional request headers
Wed, 20 May 2015 06:27:27 +0200 Removing trailing spaces and ensuring that if a URL parameter is used multiple times, it generates just a single method parameter
Fri, 19 Dec 2014 10:57:23 +0100 #249319: targetId and an ability to apply bindings to specific element on the HTML page
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.
Sat, 02 Aug 2014 12:59:31 +0200 Fixing Javadoc to succeed on JDK8
Tue, 11 Feb 2014 22:10:22 +0100 ComputedProperties with parametrized List need to keep the parametrized type
Fri, 07 Feb 2014 07:44:34 +0100 Updating copyright headers to mention current year
Thu, 30 Jan 2014 11:36:32 +0100 Property changes are delivered when in-a union property changes
Sat, 11 Jan 2014 07:57:44 +0100 Generic way to applyBindings
Mon, 16 Dec 2013 17:39:56 +0100 The work on this project started in 2013
Mon, 16 Dec 2013 15:00:21 +0100 Changing license to standard GPLv2CPE/CDDL
Mon, 02 Sep 2013 18:35:53 +0200 Support equals and hashCode on @Model classes
Mon, 02 Sep 2013 18:06:56 +0200 Calling set with the same value does not notify the KO of a property change
Sun, 01 Sep 2013 06:52:02 +0000 One can made changes in an array without initializing the 'ko' pair object
Sat, 17 Aug 2013 10:23:40 +0200 OnReceive can identify onError method
Mon, 12 Aug 2013 10:06:14 +0200 Introducing @ModelOperation annotaiton
Tue, 28 May 2013 15:38:34 +0200 Adding default constructor to model classes. In case one needs to bind model class to a specific context one can do so via Models.bind method
Tue, 28 May 2013 13:31:42 +0200 Moving Context into its own separate module, renaming to BrwsrCtx and making it flexible
Thu, 16 May 2013 20:40:25 +0200 Allow compilation and usage on JDK6
Thu, 09 May 2013 17:13:54 +0200 Few steps towards multi-method access that can also return plain text
Thu, 09 May 2013 12:47:26 +0200 Can receive String reply
Thu, 25 Apr 2013 16:41:13 +0200 Need to convert values toModel to make sure all TCK tests pass properly in FXbrwsr
Tue, 23 Apr 2013 10:15:46 +0200 SPI for JSON and JSONP queries
Tue, 23 Apr 2013 08:43:11 +0200 Introducing second SPI interface - Transfer
Mon, 22 Apr 2013 23:18:55 +0200 Verify we can extract int, double and String from event properties
Mon, 22 Apr 2013 21:12:16 +0200 wrapping arrays and providing setter and getter in PropertyBinding
Mon, 22 Apr 2013 13:52:00 +0200 Need to have applyBindings method to tell the model to associate itself with the page
Mon, 22 Apr 2013 13:03:34 +0200 Twitter Client demo now compiles against net.java.html.json annotations
Mon, 22 Apr 2013 12:51:48 +0200 Don't forget to process @OnReceive annotations
Mon, 22 Apr 2013 12:37:43 +0200 Function binding
Fri, 19 Apr 2013 19:00:39 +0200 First incarnation of property bindings
Fri, 19 Apr 2013 15:44:44 +0200 Setting a property initilizes the binding
Fri, 19 Apr 2013 15:40:27 +0200 All tests in ModelTest are likely to need MockTechnology
Fri, 19 Apr 2013 15:35:39 +0200 Technology is the core SPI. Allows us to do simple mock testing of changes in an array.
Fri, 19 Apr 2013 11:55:34 +0200 DI fans will be glad to find out we have a support for various contexts
Fri, 19 Apr 2013 10:01:02 +0200 Initial version of the JSON model APIs. Taken from bck2brwsr rev. be21afc3d48a