Skip to content

Releases: Imangazaliev/DiDOM

v1.8.2

19 Oct 17:09
Compare
Choose a tag to compare
  • Add ability to check that element matches selector
  • Add ability counting nodes by selector
  • Many minor fixes

v1.8.1

14 Oct 11:16
Compare
Choose a tag to compare
  • Small fix

v1.8

17 Sep 10:05
Compare
Choose a tag to compare
  • Bug fixes
  • Add support of ~ selector
  • Add ability to direct search by CSS selector
  • Add setInnerHtml method
  • Add attributes method

v1.7.4

02 Sep 18:25
Compare
Choose a tag to compare
  • Add support of text nodes

v1.7.3

28 Jul 20:00
Compare
Choose a tag to compare
  • Bug fix

v1.7.2

27 Jul 16:44
Compare
Choose a tag to compare
  • Fixed behavior of nth-child pseudo class
  • Add nth-of-type pseudo class

v1.7.1

24 Jul 05:34
Compare
Choose a tag to compare
  • Add pseudo class has and more attribute options

v1.7.0

01 Jul 14:31
Compare
Choose a tag to compare
  • 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

06 Jun 17:29
Compare
Choose a tag to compare
  • Bug fix

v1.6.5

07 Apr 04:53
Compare
Choose a tag to compare
  • Added ability to get an element attribute by CSS selector