json/src/main/java/org/netbeans/html/json/impl/JSON.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
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 Mar 2014 14:06:31 +0100 Skip looking for a prototype for well know wrappers of primitive types
Tue, 04 Mar 2014 17:09:22 +0100 Letting BrwsrCtx invoke runnables correctly and reschedule them into the appropriate thread if necessary. Caching JavaScript objects in the hope to allow asynchronous execution of the JavaScript snippets.
Mon, 03 Mar 2014 23:30:02 +0100 BrwsrCtx.execute(Runnable) and using it whenever one mangles with @Model classes
Fri, 07 Feb 2014 07:44:34 +0100 Updating copyright headers to mention current year
Sat, 11 Jan 2014 07:57:44 +0100 Generic way to applyBindings
Mon, 06 Jan 2014 08:55:10 +0100 One class less: No need for a separate WrapperObject class
Mon, 06 Jan 2014 08:37:00 +0100 Every method should have only one meaning: making those that have to be implemented protected abstract.
Tue, 24 Dec 2013 13:43:31 +0100 No need for WrapperObject.equals trick
Mon, 23 Dec 2013 20:39:24 +0100 Exposing some conversion methods through the Proto.Type interfaces
Mon, 23 Dec 2013 15:06:51 +0100 Compiles and most of the tests pass OK
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