Skip to content

September 2020

Compare
Choose a tag to compare
@g105b g105b released this 14 Sep 08:54
· 110 commits to master since this release
f0f8209

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 be Gt\DomTemplate\Element, but was sometimes indicating Gt\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.