json/src/test/java/net/java/html/json/MapModelTest.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.
Sat, 02 Aug 2014 12:59:31 +0200 Fixing Javadoc to succeed on JDK8
Sat, 02 Aug 2014 07:28:37 +0200 Moving the ability to control whether the value change is transitive or not out from the public API. Will make it default.
Fri, 25 Jul 2014 10:33:25 +0200 Can assign string to enum property
Fri, 07 Feb 2014 07:44:34 +0100 Updating copyright headers to mention current year
Wed, 29 Jan 2014 15:49:48 +0100 Testing onChange behavior in union classes
Wed, 29 Jan 2014 15:00:53 +0100 Include properties from the union classes into the main model
Fri, 10 Jan 2014 11:35:47 +0100 toRaw is a public API for accessing the raw object representing a Technology in a BrwsrCtx. In case of ko4j, this returns the JSON object with all the ko.observable properties, etc.
Mon, 06 Jan 2014 08:55:10 +0100 One class less: No need for a separate WrapperObject class
Mon, 16 Dec 2013 17:39:56 +0100 The work on this project started in 2013
Mon, 16 Dec 2013 16:59:43 +0100 Moving implementation classes into org.netbeans.html namespace
Mon, 16 Dec 2013 15:00:21 +0100 Changing license to standard GPLv2CPE/CDDL
Mon, 02 Sep 2013 18:06:56 +0200 Calling set with the same value does not notify the KO of a property change
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
Fri, 03 May 2013 10:27:06 +0200 A way to parse an input stream and create a JSON object
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 22:38:59 +0200 Simple conversion to String
Mon, 22 Apr 2013 22:30:30 +0200 Polishing function bindings
Mon, 22 Apr 2013 21:12:16 +0200 wrapping arrays and providing setter and getter in PropertyBinding
Mon, 22 Apr 2013 16:07:00 +0200 Official way of extracting wrapper object for all model classes
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 12:37:43 +0200 Function binding
Sat, 20 Apr 2013 07:15:16 +0200 Support for setters
Fri, 19 Apr 2013 19:00:39 +0200 First incarnation of property bindings