Documenting what will be new in 0.8.2
authorJaroslav Tulach <jtulach@netbeans.org>
Mon, 09 Jun 2014 10:01:06 +0200
changeset 702e6f275887b20
parent 701 fd7cd8b195d4
child 703 6da3da4c61a0
Documenting what will be new in 0.8.2
src/main/javadoc/overview.html
     1.1 --- a/src/main/javadoc/overview.html	Thu Jun 05 22:13:56 2014 +0200
     1.2 +++ b/src/main/javadoc/overview.html	Mon Jun 09 10:01:06 2014 +0200
     1.3 @@ -75,6 +75,20 @@
     1.4           yet the application code can be written in Java.
     1.5          </p>
     1.6          
     1.7 +        <h3>What's New in Version 0.8.2?</h3>
     1.8 +        
     1.9 +        <p>
    1.10 +            Few bugfixes for better portability. 
    1.11 +            New API for {@link net.java.html.boot.script.Scripts headless execution}
    1.12 +            on top of <em>Nashorn</em>. Does not run <em>knockout for Java</em>
    1.13 +            fully yet 
    1.14 +            (reported as <a href="https://bugs.openjdk.java.net/browse/JDK-8046013">JDK-8046013</a>),
    1.15 +            however even in current state it is quite 
    1.16 +            {@link net.java.html.script.Scripts useful for testing}
    1.17 +            of 
    1.18 +            {@link net.java.html.js.JavaScriptBody Java/JavaScript interactions}.
    1.19 +        </p>
    1.20 +        
    1.21          <h3>What's New in Version 0.8.1?</h3>
    1.22          
    1.23          <p>