Releases: codemonstur/simplexml
Releases · codemonstur/simplexml
2.7.0
- Fixed pretty printing bug with maps
- Extracted the builder functions into a separate builder class
2.6.0
Implemented custom whitespace handling
- Choose a whitespace trimming strategy from; native, strict, lenient
- Set a custom Trim object in the builder
2.5.0
Added support for skipping comments
Added fromXml(Path) call that returns a DOM
Added setText() in XmlElement
2.4.1
Fixed bugs in enum parsing
2.4.0
Added fromXml(Path) in XmlParser
Updated license year
2.3.1
Changed serialization of enum from toString() to name()
2.3.0
Added support for enums
2.2.0
- Updated year in license
- Added support for two additional map formats
- Improved the unit tests
1.0.0
XML to Object
XML to Document
Object to XML
Object to Document
Document to XML
Document to Object
Builder style creation of Documents