Repository: incubator-netbeans-html4j Updated Branches: refs/heads/master ec23c04f7 -> 40dfcca15
What will be new in the 1.5 version Project: http://git-wip-us.apache.org/repos/asf/incubator-netbeans-html4j/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-netbeans-html4j/commit/40dfcca1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-netbeans-html4j/tree/40dfcca1 Diff: http://git-wip-us.apache.org/repos/asf/incubator-netbeans-html4j/diff/40dfcca1 Branch: refs/heads/master Commit: 40dfcca15d4827eac5b16beb75e410e5c44900e0 Parents: ec23c04 Author: Jaroslav Tulach <[email protected]> Authored: Tue Oct 10 11:20:45 2017 +0200 Committer: Jaroslav Tulach <[email protected]> Committed: Tue Oct 10 11:20:45 2017 +0200 ---------------------------------------------------------------------- src/main/javadoc/overview.html | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-netbeans-html4j/blob/40dfcca1/src/main/javadoc/overview.html ---------------------------------------------------------------------- diff --git a/src/main/javadoc/overview.html b/src/main/javadoc/overview.html index 5a898b6..d3ef56d 100644 --- a/src/main/javadoc/overview.html +++ b/src/main/javadoc/overview.html @@ -51,17 +51,26 @@ yet the application code can be written in Java. </p> - <h3>New in version 1.4+</h3> + <h3>New in version 1.5</h3> + <p> + The project has been donated to <a target="_blank" href="http://apache.org">Apache Foundation</a> + and the code is now hosted in the + <a target="_blank" href="http://github.com/apache/incubator-netbeans-html4j">incubator repository</a> + along other Apache incubating projects. + </p> + + <p> Bug fix for <a target="_blank" href="https://netbeans.org/bugzilla/show_bug.cgi?id=270481"> multiple observers</a> on a single model object. Better <a target="_blank" href="https://netbeans.org/bugzilla/show_bug.cgi?id=270553"> GC behavior</a> specified in TCK and used in Knockout for Java implementation. Removing dependency on Java collection classes implementations. Adding {@link net.java.html.json.Models#asList} factory method to - create simple list implementation. + a create simple list implementation. Simplifying {@link org.netbeans.html.json.tck.KnockoutTCK} to avoid usage of {@link java.net.URI}, etc. + </p> <h3>New features in version 1.4</h3>
