Skip to content

3.0.0

Choose a tag to compare

@JoshyPHP JoshyPHP released this 13 Oct 19:38
· 33 commits to master since this release
3.0.0

Full Changelog: 2.1.2...3.0.0

This is a major update with a number of deprecations. See UPGRADING.md for a conversion guide.

New features:

  • Magic methods now support the following DOM operations: after, append, before, prepend, and replaceWith.
  • Support for magic methods and XPath methods has been extended to more classes. See README.md for a list of classes.
  • s9e\SweetDOM\Document has a new $nodeCreator property that can be used to extend the range of nodes that can be created by magic methods.