Skip to content

Version 3.6.1

Compare
Choose a tag to compare
@carlosame carlosame released this 28 Nov 18:21
· 121 commits to master since this release
v3.6.1

Release Highlights

DOM conformance.

  • XHTMLDocument has gained getCompatMode().

  • XHTMLDocument now returns sane default values for Document.inputEncoding, xmlEncoding, xmlStandalone and xmlVersion attributes (instead of throwing an exception). Thanks to that, css4j-dom4j documents can now be used with a wider XML infrastructure like javax.xml.transform.Transformer.

Build & CI.

  • Miscellaneous build improvements.

  • Added a CI workflow.

  • New workflow to automatically publish in Github packages on release.