Releases: Imangazaliev/DiDOM
Releases · Imangazaliev/DiDOM
1.6.4
- Added handling of DOMText and DOMAttr
v1.6.3
- Added ability to get inner HTML
v1.6.2
- Added the ability to pass options when load HTML or XML
v1.6.1
- Added the ability to pass an array of nodes to appendChild
- Added the ability to pass options when converting to HTML or XML
- Added the ability to add child elements to the element
v1.6
- Added support for XML
- Added the ability to search element by part of attribute name or value
- Added support for pseudo-class "contains"
- Added the ability to clone a node
v1.5.1
- Added ability to remove and replace nodes
- Added ability to specify encoding when converting the element into the document
v1.5
- Fixed problem with incorrect encoding
- Added ability to set the value of the element
- Added ability to specify encoding when creating document
v1.4
- Added the ability to specify the return type element (DiDom\Element or DOMElement)
v1.3.2
- Bug fixed
v1.3.1
- Bugs fixed
- Added the ability to pass element attributes in the constructor