Releases: Imangazaliev/DiDOM
Releases · Imangazaliev/DiDOM
v1.8.2
- Add ability to check that element matches selector
- Add ability counting nodes by selector
- Many minor fixes
v1.8.1
- Small fix
v1.8
- Bug fixes
- Add support of ~ selector
- Add ability to direct search by CSS selector
- Add setInnerHtml method
- Add attributes method
v1.7.4
- Add support of text nodes
v1.7.3
- Bug fix
v1.7.2
- Fixed behavior of nth-child pseudo class
- Add nth-of-type pseudo class
v1.7.1
- Add pseudo class
has
and more attribute options
v1.7.0
- Bug fixes
- Add methods
previousSibling
,nextSibling
,child
,firstChild
,lastChild
,children
,getDocument
to the Element - Changed behavior of parent method. Now it returns parent node instead of owner document
v1.6.8
- Bug fix
v1.6.5
- Added ability to get an element attribute by CSS selector