json-tck/src/main/java/net/java/html/json/tests/ConvertTypesTest.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
Thu, 24 Jul 2014 16:18:37 +0200 Handle null elements in arrays
Thu, 24 Jul 2014 16:11:59 +0200 Handle 'null' property values
Tue, 22 Jul 2014 18:29:06 +0200 Collector method to parse a JSON array into a Collection
Tue, 22 Jul 2014 18:06:57 +0200 Throw EOFEx when the array is empty
Tue, 22 Jul 2014 17:55:18 +0200 Models.parse can pick-up first element from an array
Fri, 07 Feb 2014 07:44:34 +0100 Updating copyright headers to mention current year
Fri, 03 Jan 2014 10:38:00 +0100 TCK cannot reference impl package, needs to use Models.fromRaw
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
Fri, 21 Jun 2013 15:54:38 +0200 Removing dependency on vmtest
Thu, 20 Jun 2013 12:51:26 +0200 Support for singular subobject in a property of a JSON object
Mon, 17 Jun 2013 18:07:59 +0200 Runs in 'classloader mode' of FX launcher
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
Wed, 24 Apr 2013 18:52:42 +0200 Representation of JSON objects can be different in each technology. The actual implementation of the TCK needs to create such object then.
Wed, 24 Apr 2013 18:34:31 +0200 TCK for the JSON mapping technologies