Releases: simonschaufi/pretty-xml
Releases · simonschaufi/pretty-xml
Release list
3.0.0
2.0.0
Important
This version requires at least PHP 7.4. No other breaking changes.
What's Changed
- Remove newline from element that don't have child element by @idhamperdameian in #5
- Fix in the usage example by @lucaohost in #8
- Support one-line CDATA by @SzaboGabesz in #9
- [BUGFIX] Fix XML with HTML comments by @simonschaufi in #12
New Contributors
- @idhamperdameian made their first contribution in #5
- @lucaohost made their first contribution in #8
- @SzaboGabesz made their first contribution in #9
- @simonschaufi made their first contribution in #12
Full Changelog: 1.0.2...2.0.0
1.0.2
Fixes a bug detecting open tags containing elements (thanks aminebenhariz)
1.0.1
Fixes issue with detecting closing tags on lines with leading whitespace
v1
Whitespace fix
Configurable indent
0.2.0 Update usage instructions