rt/vm/src/test/java/org/apidesign/vm4brwsr/Numbers.java
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, 25 Apr 2014 09:59:48 +0200 A test to verify the extension mode
Sun, 16 Feb 2014 22:22:22 +0100 Making sure bit manipulation with longs produce reasonable results
Sun, 16 Feb 2014 20:06:03 +0100 More tests of the bit operations on longs
Thu, 16 May 2013 08:49:55 +0200 java.lang.Boolean is subclass of JavaScript's Boolean. true and false are instances of java.lang.Boolean
Thu, 28 Feb 2013 10:39:40 +0100 All primitive type wrappers (including Character and Boolean) now have proper valueOf implementation
Wed, 27 Feb 2013 17:50:47 +0100 All JavaScript numbers will have doubleValue__D and co. methods. One can also use valueOf() on any Number to get its primitive value
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