Skip to content

Releases: Imangazaliev/DiDOM

1.6.4

31 Mar 12:22
Compare
Choose a tag to compare
  • Added handling of DOMText and DOMAttr

v1.6.3

16 Mar 15:47
Compare
Choose a tag to compare
  • Added ability to get inner HTML

v1.6.2

09 Mar 13:49
Compare
Choose a tag to compare
  • Added the ability to pass options when load HTML or XML

v1.6.1

05 Mar 14:38
Compare
Choose a tag to compare
  • 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

18 Feb 03:39
Compare
Choose a tag to compare
  • 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

05 Jan 16:59
Compare
Choose a tag to compare
  • Added ability to remove and replace nodes
  • Added ability to specify encoding when converting the element into the document

v1.5

07 Dec 14:57
Compare
Choose a tag to compare
  • Fixed problem with incorrect encoding
  • Added ability to set the value of the element
  • Added ability to specify encoding when creating document

v1.4

21 Oct 18:20
Compare
Choose a tag to compare
  • Added the ability to specify the return type element (DiDom\Element or DOMElement)

v1.3.2

21 Oct 18:19
Compare
Choose a tag to compare
  • Bug fixed

v1.3.1

07 Oct 20:15
Compare
Choose a tag to compare
  • Bugs fixed
  • Added the ability to pass element attributes in the constructor