Releases: codemonstur/simplexml
3.2.0
3.1.2
Fixed escaping bug in domToXml
2.10.1
Fixed escaping bug in domToXml
3.1.1
Added buffered inputstream reading
Added whitespace conserving
Added @XmlNameFromClass
3.1.0
Added @XmlEnumValue annotation
Added windows newline setting
Added object validator
DOM stores if self closing tag or not
2.10.0
Added XmlEnumValue annotation
3.0.0
Added record support
Made parser dependent on Java 16
2.9.0
Added xmllif proof
Moved .xml file content into unit tests
Add toString() to XmlElement.
Add automatic module name to MANIFEST.MF
Added faster deserialization option in Question3
Added questions from stackoverflow
Added getElementsByTagName() to XmlElement
Updated ideas document to reflect current state of the code
Updated junit to prevent security issue
2.8.1
Bump junit from 4.12 to 4.13.1
Added examples
Updated README to reflect examples location
2.8.0
Added HTML unescaping as an option