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, andreplaceWith. - Support for magic methods and XPath methods has been extended to more classes. See README.md for a list of classes.
s9e\SweetDOM\Documenthas a new$nodeCreatorproperty that can be used to extend the range of nodes that can be created by magic methods.