Skip to content

Version 3.9.0

Compare
Choose a tag to compare
@carlosame carlosame released this 19 Oct 13:59
· 98 commits to master since this release
v3.9.0

Release Highlights

Add rebuildCascade() to XHTMLDocument

Gives a native, more efficient implementation to css4j's CSSDocument.rebuildCascade() default method.

Detail of changes

  • Get on pair with css4j 3.9.0 and provide a non-default implementation for rebuildCascade().
  • Check for read-only in setAttributeNode().
  • Prevent NPE in setTargetMedium(String).
  • Upgrade to extra-java-module-info 1.0
  • Gradle: prefer version 2.0.3 of slf4j-api.