javaquery/api/src/test/java/org/apidesign/bck2brwsr/htmlpage/ProcessPageTest.java
Fri, 02 May 2014 09:06:57 +0200 More classes to not process into JavaScript
Fri, 24 May 2013 07:37:46 +0200 Added Dimension class to fix problem with TextMetrics
Thu, 23 May 2013 15:33:14 +0200 moved some non-api classes out of api package
Sun, 10 Mar 2013 21:28:00 +0100 Trying to make the static compilation mode as close to lazy one as possible: Class initializer method are not executed until the class is really referenced.
Tue, 05 Mar 2013 19:00:36 +0100 Support for event parameters for methods annotated by @On(event). Basic idea by me, tests provided by Toni. Thanks a lot.
Mon, 11 Feb 2013 19:55:00 +0100 Allows two isolated bck2brwsr VM in a single JavaScript page/context
Sun, 20 Jan 2013 18:20:18 +0100 Basic support for knockout.js. It can read and write model properties.
Tue, 11 Dec 2012 11:08:42 +0100 No need to use reflection when Bck2Brwsr has public API
Fri, 09 Nov 2012 11:47:00 +0100 Moving the htmlpage API into a submodule in preparation of adding in an example of its usage