Skip to content

Version 1.8.8 Stable

Compare
Choose a tag to compare
@usernane usernane released this 30 Dec 19:08
· 403 commits to master since this release

New Features:

  • Now its possible to loop throgh child nodes of HTMLNode instance using foreach loop.
  • Added new method that can be used to apply class name to multiple children.
  • Added support for using 'count()' to count number of children of HTMLNode instance.

Fixes:

  • Fix to a bug which can happen in case of parsing HTML from text to HTMLNode object.