September 2020
The following improvements have been made in this release:
- Docblock improvements to resolve the issue of nested properties losing their DomTemplate extensions (for example
$document->getElementById("test")->parentNode->nextElementSibling
should still beGt\DomTemplate\Element
, but was sometimes indicatingGt\Dom\Element
. - Dropped CircleCI for Github Actions - now everything is in once place (still to do: code quality scoring, currently handled by Scrutinizer)
- Bind attributes are removed in bulk at the end of the page render, which slightly improves performance, but mainly catches the error where not all attributes were removed.
_bindNames
implemented, allowing form elements to have their values bound by their names.