Skip to content

Releases: codemonstur/simplexml

3.3.0

08 Jul 19:40

Choose a tag to compare

WARNING: Made XML parsing more strict. Invalid XML that used to be parsed without error will
now most likely throw an InvalidXml exception.

Added XmlEnumDefaultValue annotation

3.2.0

22 Jun 19:29

Choose a tag to compare

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

3.1.2

18 Jun 18:41

Choose a tag to compare

Fixed escaping bug in domToXml

2.10.1

18 Jun 19:03

Choose a tag to compare

Fixed escaping bug in domToXml

3.1.1

30 Apr 19:57

Choose a tag to compare

Added buffered inputstream reading
Added whitespace conserving
Added @XmlNameFromClass

3.1.0

23 Nov 17:15

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

Choose a tag to compare

Added XmlEnumValue annotation

3.0.0

06 Mar 12:05

Choose a tag to compare

Added record support
Made parser dependent on Java 16

2.9.0

10 Mar 18:58

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

Choose a tag to compare

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