Skip to content

Releases: codemonstur/simplexml

3.2.0

22 Jun 19:29
Compare
Choose a tag to compare

Added HTML escaping
Expanded HTML unescaping
Fixed bug in dom pretty printing

3.1.2

18 Jun 18:41
Compare
Choose a tag to compare

Fixed escaping bug in domToXml

2.10.1

18 Jun 19:03
Compare
Choose a tag to compare

Fixed escaping bug in domToXml

3.1.1

30 Apr 19:57
Compare
Choose a tag to compare

Added buffered inputstream reading
Added whitespace conserving
Added @XmlNameFromClass

3.1.0

23 Nov 17:15
Compare
Choose a tag to compare

Added @XmlEnumValue annotation
Added windows newline setting
Added object validator
DOM stores if self closing tag or not

2.10.0

23 Nov 17:44
Compare
Choose a tag to compare

Added XmlEnumValue annotation

3.0.0

06 Mar 12:05
Compare
Choose a tag to compare

Added record support
Made parser dependent on Java 16

2.9.0

10 Mar 18:58
Compare
Choose a tag to compare

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

13 Oct 11:47
Compare
Choose a tag to compare

Bump junit from 4.12 to 4.13.1
Added examples
Updated README to reflect examples location

2.8.0

06 Mar 14:10
Compare
Choose a tag to compare

Added HTML unescaping as an option