'. '

Bck2Brwsr 0.11

From APIDesign

Revision as of 01:01, 30 October 2014 by JaroslavTulach (Talk | contribs)
(diff) ←Older revision | Current revision (diff) | Newer revision→ (diff)
Jump to: navigation, search

The new version fixes problems with obfuscation mode (a regression in Bck2Brwsr 0.10). Now the final application can be FULLy obfuscated and the sample org.apidesign.html:knockout4j-archetype:1.0 seems to work with version 0.11. System has nanoTime method (per requests of Toni Epple). Iterating through JavaScript or Java array

var array = [1, 3, 5]
for (var i in array) {
  console.log(i);
}

shows only 0, 1, 2. All additional Bck2Brwsr functions are added as non-enumerable.

Personal tools
buy