json/src/main/java/org/apidesign/html/json/impl/JSON.java
Mon, 16 Dec 2013 15:00:21 +0100 Changing license to standard GPLv2CPE/CDDL
Tue, 26 Nov 2013 10:20:50 +0100 Don't escape apostroph, it is inside a string
Thu, 21 Nov 2013 17:01:16 +0100 Properly encoding multiline string with various metacharacters when producing JSON representation of the object
Wed, 18 Sep 2013 13:19:55 +0200 More flexible conversions as suggested by Jirka Tulach
Mon, 02 Sep 2013 18:35:53 +0200 Support equals and hashCode on @Model classes
Mon, 02 Sep 2013 18:06:56 +0200 Calling set with the same value does not notify the KO of a property change
Sun, 25 Aug 2013 17:41:21 +0200 All callback calls are rescheduled to browser thread automatically
Sun, 25 Aug 2013 12:35:32 +0200 WebView's WSTransfer is disabled on JDK7, so report UnsupportedOExp
Sun, 25 Aug 2013 12:18:25 +0200 Introducing WSTransfer and making it work on JDK8
Sun, 25 Aug 2013 09:36:33 +0200 Introducing special JSON receiver rather than using tricks with Runnable and Object[]
Fri, 23 Aug 2013 22:23:30 +0200 More intricate ways to control WebSocket connections
Mon, 12 Aug 2013 10:06:14 +0200 Introducing @ModelOperation annotaiton
Fri, 12 Jul 2013 14:25:50 +0200 More flexibility in converting strings to various values
Tue, 28 May 2013 15:38:34 +0200 Adding default constructor to model classes. In case one needs to bind model class to a specific context one can do so via Models.bind method
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
Thu, 09 May 2013 20:53:00 +0200 Can send data to the server
Thu, 09 May 2013 20:30:25 +0200 Can use PUT method when connecting to the server
Thu, 09 May 2013 17:13:54 +0200 Few steps towards multi-method access that can also return plain text
Fri, 03 May 2013 10:27:06 +0200 A way to parse an input stream and create a JSON object
Fri, 03 May 2013 09:26:03 +0200 API for testing whether a class is model or not
Thu, 25 Apr 2013 16:41:13 +0200 Need to convert values toModel to make sure all TCK tests pass properly in FXbrwsr
Tue, 23 Apr 2013 15:58:19 +0200 Adding unified way of pre-loading classes that works in HotSpot as well as Bck2Brwsr VM
Tue, 23 Apr 2013 13:30:02 +0200 Deserialize from JSON using registered factory
Tue, 23 Apr 2013 10:15:46 +0200 SPI for JSON and JSONP queries
Tue, 23 Apr 2013 08:43:11 +0200 Introducing second SPI interface - Transfer
Mon, 22 Apr 2013 23:18:55 +0200 Verify we can extract int, double and String from event properties
Mon, 22 Apr 2013 22:38:59 +0200 Simple conversion to String
Mon, 22 Apr 2013 21:19:58 +0200 toString really produces JSON
Mon, 22 Apr 2013 13:03:34 +0200 Twitter Client demo now compiles against net.java.html.json annotations
Mon, 22 Apr 2013 12:51:48 +0200 Don't forget to process @OnReceive annotations
Fri, 19 Apr 2013 10:25:57 +0200 Can compile tests