Skip to content

Releases: Rct567/DomQuery

v0.4.2

04 Nov 15:08
Compare
Choose a tag to compare
  • clone imported nodes if they are from same document (support for $dom->append($dom->find('a')))
  • add siblings method
  • add slice method
  • add caching for 'css to xpath'

v0.4.1

01 Nov 09:37
Compare
Choose a tag to compare
  • add wrap and wrapAll methods

v0.4.0

30 Oct 18:21
Compare
Choose a tag to compare
  • csstoxpath optimizations
  • chainable methods now always return self

v0.3.0

28 Oct 09:57
Compare
Choose a tag to compare
  • better matching for first-child and last-child selector
  • switched argument in each() callback (following jquery in this case does not make sense in php context)

v0.2.0

27 Oct 15:33
Compare
Choose a tag to compare
  • improved xml support
  • support for meta character escaping in css selector
  • support for xml namespace

v0.1.8

22 Oct 14:28
Compare
Choose a tag to compare
v0.1.8 Pre-release
Pre-release
  • add addClass(), hasClass(), removeClass() methods
  • fix bug where white space should not be removed

v0.1.7

21 Oct 11:58
Compare
Choose a tag to compare
v0.1.7 Pre-release
Pre-release
  • add after() and before() method
  • add removeAttribute() method

v0.1.6

19 Oct 07:08
Compare
Choose a tag to compare
v0.1.6 Pre-release
Pre-release
  • added each() method
  • allow underscore in attribute match

v0.1.5

13 Oct 17:45
Compare
Choose a tag to compare
v0.1.5 Pre-release
Pre-release
  • added not() method
  • string type hinting for selector argument

v0.1.4

11 Oct 13:02
Compare
Choose a tag to compare
v0.1.4 Pre-release
Pre-release
  • added 'set html' option for html()
  • added remove() method