ko-ws-tyrus/src/main/java/org/netbeans/html/wstyrus/LoadJSON.java
Wed, 27 May 2015 23:37:25 +0200 #252258: @OnReceive attribute to specify additional request headers
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
Fri, 25 Jul 2014 11:32:46 +0200 Prevent ConcurrentModificationException
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 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
Wed, 05 Feb 2014 13:11:35 +0100 Handle the output even on non-HttpURLConnection. Set the method later than enabling output, as on phones the enablement of output may change the output method
Wed, 05 Feb 2014 12:15:05 +0100 Being able to use older version of JSON parser
Thu, 09 Jan 2014 20:39:23 +0100 ko4j registers implementation of Transfer and WSTransfer based on XHR and WebSocket from a browser. The Java implementations of these interfaces has been moved to ko-ws-tyrus module. JavaScript arrays passed as parameters to Java callback methods need to be wrapped.