Skip to content

Native DOMDocument extension

Compare
Choose a tag to compare
@g105b g105b released this 02 Jul 10:05
· 44 commits to master since this release
4aabdd1

The major change in this release is the switch to phpgt/dom v4, which now extends the native DOMDocument rather than using a Facade pattern. This greatly improves efficiency.

Changes in functionality also include:

  • cyclic recursion in partials is now handled
  • binding of data only occurs once per bind, unless the data-rebind attribute is present

Full Changelog: v2.2.4...v3.0.0