- Supporting of PHP 8.4.
- Code style fixes.
- Supporting of PHP 8.3.
- Added some tests.
- Small fixes and improvements.
- Code style fixes.
- Fixed tests.
- Modified documentation.
- Small fixes and improvements.
- Now
bupy7\xml\constructor\XmlConstructor
is a plain PHP class which doesn't extend theXMLWriter
. - Call
bupy7\xml\constructor\XmlConstructor::fromArray()
orbupy7\xml\constructor\XmlConstructor::toOutput()
more than once is not supported and will throw an exception. - Some small fixes and enhancements.
- Reduce size of package.
- Support of PHP 8.2.
- Added some more tests.
- Support PHP 8.0, 8.1.
- Removed the
@author
PHPDoc tag. - Enhancement the README.
- Moved from Travis-CI to GitHub Actions.
- Support PHP 7.3, 7.4.
- Just upgraded README because of skiped CData description.
- Added CData feature.
- No longer support for PHP 5.5, 5.6 and HHVM.
- Fixed "no tag content" bug.
- Small notice in README about headers. (pandalowry)
- Added support PHP 7.1 and 7.2.
- Small enhancement.
- Added Docker.
- Fixed tests.
- Added Unit-tests.
- Added changelog file.
- Removed
$root
param from__construct()
method. - Removed
$file
param from__construct()
method. - Added ability configuration of
XMLWriter
via$config
param to__construct()
method. - Added
libxml
to required section ofcomposer.json
. - Small enhancements and fixes.
- Fix naming of method.
- First release.