json/src/main/java/org/apidesign/html/json/impl/JSONList.java
Mon, 16 Dec 2013 15:00:21 +0100 Changing license to standard GPLv2CPE/CDDL
Sun, 17 Nov 2013 09:00:23 +0100 Arrays.asList(new String[]).toArray() does not return Object[], but String[]! Leads to array store exception later in the method
Sat, 02 Nov 2013 15:28:08 +0100 Primitive arrays in constructor takes primitive types
Mon, 02 Sep 2013 19:58:24 +0200 Clone needs to be deep
Sun, 01 Sep 2013 06:52:02 +0000 One can made changes in an array without initializing the 'ko' pair object
Sat, 24 Aug 2013 18:00:08 +0200 Less calls to JavaScript when initialing JSON model objects
Fri, 09 Aug 2013 16:50:00 +0200 Clarifying that arrays from @ComputedProperty are returned via List<Smthng>
Thu, 20 Jun 2013 12:50:03 +0200 No need to notify change when the list is empty
Tue, 28 May 2013 19:43:16 +0200 When cloning the object to new context, don't replace the list, just its content
Mon, 22 Apr 2013 21:36:07 +0200 Don't replace Strings with nulls
Mon, 22 Apr 2013 21:12:16 +0200 wrapping arrays and providing setter and getter in PropertyBinding
Mon, 22 Apr 2013 16:14:52 +0200 Better conversion for JSONList
Fri, 19 Apr 2013 11:29:49 +0200 Proper implementation of the list copied from KOList
Fri, 19 Apr 2013 10:25:57 +0200 Can compile tests