Skip to content

Releases: multidimension-al/dom-array

Bug Fix

21 Feb 02:08
Compare
Choose a tag to compare

This release fixes a bug that was discovered in the handling of the elements with "zero" value. The code now correctly handles the zero value <tag>0</tag>. Unit tests were added to ensure this behavior remains correct as well.

Initial Release

20 Feb 01:16
Compare
Choose a tag to compare

This library extends the DOMDocument function by adding a loadArray function that converts PHP arrays to DOMDocument classes that can be used to generate XML and other types of code. This library does the opposite of our XML-Array library which converts XML to a PHP array.

This is our first release of the DOMDocument Array library. While our library is extremely basic, we hope you will use it and submit any bug fixes and feature improvements you may want to contribute. We aim for 100% code coverage and high scores in code readability and best programming practices through Scrutinizer.

This library has been fully tested and is ready for production use.