rt/vm/src/main/java/org/apidesign/vm4brwsr/Bck2Brwsr.java
Wed, 28 May 2014 10:47:18 +0200 All classes loaded through the 'vm' object will have 'invoke' method that can be used to invoke static methods like main(String[]), so our examples no longer need to rely on initialization in static initializers.
Tue, 27 May 2014 12:25:41 +0200 The static calculator demo needs to reference just a single application .js file from its main HTML page. The rest is loaded based on classpath attribute.
Thu, 22 May 2014 10:48:09 +0200 Static compilator demo is capable to load itself from individual extension files
Wed, 21 May 2014 23:42:24 +0200 Support for exporting whole packages. addRootClasses defined in terms of addClasses and addExported.
Wed, 30 Apr 2014 15:04:10 +0200 Merging from default branch and resolving conflicts. mvn install -DskipTests passes OK.
Mon, 28 Apr 2014 10:59:12 +0200 Being able to compile resources into the generated JavaScript file and use them.
Sun, 27 Apr 2014 22:40:17 +0200 Initial infrastructure to export resources
Sat, 26 Apr 2014 21:30:06 +0200 Different meaning of root vs. added classes. Ability to explicitly enumerate classes that should be exported and available with fully qualified name.
Fri, 22 Nov 2013 11:15:04 +0100 Removing unused import
Thu, 10 Oct 2013 13:59:29 +0200 Public API to disallow classes from rt.jar
Wed, 09 Oct 2013 22:02:34 +0200 Don't provide resources from rt.jar when generating bck2brwsr.js as the minimal library is not self contained anymore - but we still want as small bck2brwsr.js as possible
Mon, 13 May 2013 18:54:50 +0200 Changed the way the external classes are identified
Wed, 08 May 2013 14:54:32 +0200 Reenabled obfuscation
Fri, 26 Apr 2013 18:48:34 +0200 Partially working extension modules
Thu, 25 Apr 2013 16:17:48 +0200 Initial structure for extension modules
Fri, 22 Mar 2013 14:46:10 +0100 Using cummulative factory with the hope to prevent enormous increase in overloaded 'generate' methods
Tue, 19 Mar 2013 13:08:44 +0100 Added since tags
Wed, 13 Mar 2013 16:17:47 +0100 Allow to set obfuscation level for j2js
Tue, 12 Mar 2013 13:54:26 +0100 Merge with trunk
Tue, 26 Feb 2013 16:54:16 +0100 Moving modules around so the runtime is under one master pom and can be built without building other modules that are in the repository