json/src/test/java/net/java/html/json/ModelProcessorTest.java
Wed, 09 Dec 2015 21:39:13 +0100 #257039: @Model.instance() to allow storage of private (and non-JSON like) state in a model
Wed, 28 Oct 2015 19:29:17 +0100 #256178: Only generate the constructor with arguments if it can be compiled - e.g. if the number of arguments in not higher than 255.
Sun, 02 Aug 2015 10:03:54 +0200 Return type of @ComputedProperty's write method has to be void
Sun, 02 Aug 2015 09:59:37 +0200 Fixing the 1st argument of the write method, so we can really check the error in second argument
Wed, 15 Jul 2015 22:06:19 +0200 #250450: Support for writable @ComputedProperty
Thu, 02 Jul 2015 08:27:47 +0200 WebSocket transport without data() attribute is an error
Wed, 27 May 2015 23:37:25 +0200 #252258: @OnReceive attribute to specify additional request headers
Tue, 13 Jan 2015 16:41:10 +0100 #249690: Use getQualifiedName rather than getBinaryName to avoid obtaining $ for innerclasses
Sat, 02 Aug 2014 12:59:31 +0200 Fixing Javadoc to succeed on JDK8
Sat, 05 Apr 2014 09:06:59 +0200 #5929: OnReceive method can take additional callback parameters
Fri, 04 Apr 2014 17:50:18 +0200 #5923: Warn when there are duplicated properties or function name classhes with a property
Fri, 04 Apr 2014 17:16:46 +0200 #5930: Second argument of @OnReceive method can be a java.util.List
Fri, 07 Feb 2014 07:44:34 +0100 Updating copyright headers to mention current year
Tue, 28 Jan 2014 16:18:33 +0100 More checks on dupl props
Tue, 28 Jan 2014 15:14:14 +0100 A bit of detection of duplicated properties
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
Sat, 17 Aug 2013 10:23:40 +0200 OnReceive can identify onError method
Fri, 09 Aug 2013 16:50:00 +0200 Clarifying that arrays from @ComputedProperty are returned via List<Smthng>
Thu, 08 Aug 2013 10:51:40 +0200 @ComputedProperty method has to be static
Thu, 09 May 2013 17:13:54 +0200 Few steps towards multi-method access that can also return plain text
Thu, 09 May 2013 09:14:10 +0200 @OnReceive annotation can specify method and data class
Tue, 07 May 2013 09:32:00 +0200 Generate 1.5 and 1.6 source level friendly code
Fri, 19 Apr 2013 11:11:07 +0200 1st test to verify warnings coming from annotation processor