Skip to content

Releases: codemonstur/simplexml

2.7.0

13 Feb 19:41
Compare
Choose a tag to compare
  • Fixed pretty printing bug with maps
  • Extracted the builder functions into a separate builder class

2.6.0

07 Feb 16:24
Compare
Choose a tag to compare

Implemented custom whitespace handling

  • Choose a whitespace trimming strategy from; native, strict, lenient
  • Set a custom Trim object in the builder

2.5.0

28 Jan 18:37
Compare
Choose a tag to compare

Added support for skipping comments
Added fromXml(Path) call that returns a DOM
Added setText() in XmlElement

2.4.1

22 Jan 22:02
Compare
Choose a tag to compare

Fixed bugs in enum parsing

2.4.0

21 Jan 18:50
Compare
Choose a tag to compare

Added fromXml(Path) in XmlParser
Updated license year

2.3.1

23 Nov 14:42
Compare
Choose a tag to compare

Changed serialization of enum from toString() to name()

2.3.0

03 Nov 14:26
Compare
Choose a tag to compare

Added support for enums

2.2.0

23 Nov 17:52
Compare
Choose a tag to compare
  • Updated year in license
  • Added support for two additional map formats
  • Improved the unit tests

1.0.0

23 Nov 17:58
Compare
Choose a tag to compare

XML to Object
XML to Document
Object to XML
Object to Document
Document to XML
Document to Object
Builder style creation of Documents