Skip to content

Releases: codemonstur/simplexml

3.3.0

Choose a tag to compare

@codemonstur codemonstur released this 08 Jul 19:40

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

Choose a tag to compare

@codemonstur codemonstur released this 22 Jun 19:29

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

3.1.2

Choose a tag to compare

@codemonstur codemonstur released this 18 Jun 18:41

Fixed escaping bug in domToXml

2.10.1

Choose a tag to compare

@codemonstur codemonstur released this 18 Jun 19:03

Fixed escaping bug in domToXml

3.1.1

Choose a tag to compare

@codemonstur codemonstur released this 30 Apr 19:57

Added buffered inputstream reading
Added whitespace conserving
Added @XmlNameFromClass

3.1.0

Choose a tag to compare

@codemonstur codemonstur released this 23 Nov 17:15

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

2.10.0

Choose a tag to compare

@codemonstur codemonstur released this 23 Nov 17:44

Added XmlEnumValue annotation

3.0.0

Choose a tag to compare

@codemonstur codemonstur released this 06 Mar 12:05

Added record support
Made parser dependent on Java 16

2.9.0

Choose a tag to compare

@codemonstur codemonstur released this 10 Mar 18:58

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

Choose a tag to compare

@codemonstur codemonstur released this 13 Oct 11:47

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