Skip to content

Releases: shred/commons-xml

v1.2

27 Jan 15:25
f4e0cf6
Compare
Choose a tag to compare
  • Added jsr305 annotations. Null-safe languages like Kotlin and plugins like SpotBugs will now detect potential null dereferences and other issues.
  • XQuery is now threadsafe.
  • In a preparation for modularizations, org.shredzone.commons.xml has been set as automatic module name.

Note that this is probably the last release that supports Java 8.

v1.1

12 Aug 14:44
Compare
Choose a tag to compare

Added methods for getting single nodes, sibling nodes, and root nodes.

v1.0

23 Jan 13:49
Compare
Choose a tag to compare

First release