We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecffd41 commit 9a03390Copy full SHA for 9a03390
README.md
@@ -53,3 +53,14 @@ More complete references can be found here
53
http://www.lalit.org/lab/convert-xml-to-array-in-php-xml2array/
54
http://www.lalit.org/lab/convert-php-array-to-xml-with-attributes/
55
56
+## Changelog
57
+
58
+### 0.5.0
59
+* add second parameter to XML2Array::createArray for DOMDocument::load, e.g: LIBXML_NOCDATA
60
+* change method visibility from private to protected for overloading
61
+* Merge pull request #5 to add child xml
62
+* Merge pull request #4 to change method visibility and add second parameter for load.
63
64
65
+### 0.1.0
66
+* Initial Release
0 commit comments