Skip to content

Releases: templado/engine

4.2.5

14 Feb 12:56
4.2.5
30732da
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.2.4...4.2.5

Release 5.0.0-rc.2

03 Dec 13:06
5.0.0-rc.2
e4a4887
Compare
Choose a tag to compare
Release 5.0.0-rc.2 Pre-release
Pre-release

2nd Release Candidate for Templado 5.0.0

What's changed to 5.0.0-rc.1

  • Added NotDefined Signal to better support __call / __get implementors
  • Rewritten HTMLSerializer introduced in 5.0.0-rc.1 to address BC breaks in PHP 8.2

Release 5.0.0-rc.1

29 Aug 12:34
5.0.0-rc.1
ebd7c59
Compare
Choose a tag to compare
Release 5.0.0-rc.1 Pre-release
Pre-release

First Release Candidate for 5.0.0

What's Changed

  • Major Refactoring
  • updated API
  • new Features

Documentation can now be found at https://docs.templado.io [work in progress]

Release 4.2.4

22 Jul 14:48
4.2.4
Compare
Choose a tag to compare

This release is the last scheduled feature release in the 4.x branch. New features will
be implemented in Templad 5.x only. Updates to 4.x are going to be made to ensure compatibility
with upcoming PHP versions as long as possible. For Bugfixes, please just open a ticket.

Changed

  • Replaced generic ClearNamespaceDefinitionsFilter
    Replaced with a specifc one that only removes hopefully redundant xmlns defintions for xhtml.

    This still has many potential issues but is a lot better than the previous approach.

Release 4.2.3

16 May 21:40
4.2.3
aedf263
Compare
Choose a tag to compare

Fixed

  • CSRFProtectionRendererTest fails with PHP 8.3.0-dev due to invalid xmlns

Release 4.2.2

16 May 20:31
4.2.2
6fd2379
Compare
Choose a tag to compare

Changed

  • ClearNamespaceDefinitionsFilter now supports an optional root node name that will get the xhtml xmlns set

Fixed

  • Html::asString() no longer has unexpected side effects on the working DOM (which may have lead to namespaces being unset)

Release 4.2.1

24 Aug 14:32
4.2.1
Compare
Choose a tag to compare

Fixed

  • #26: EmptyElementsFilter can cause invalid markup

Release 4.2.0

28 Apr 21:28
4.2.0
Compare
Choose a tag to compare

Changed

  • Include information from libxml_get_last_error() in TempladoException message (Thanks @sebastianbergmann)

Added

  • Html::extractAsSnippets to allow extraction of elements as snippets

Release 4.1.4

25 Jan 21:27
4.1.4
Compare
Choose a tag to compare

Fixed

  • SnapshotAttributeList: PHP 8.1 deprecation notices

Release 4.1.2

25 Aug 20:49
4.1.2
Compare
Choose a tag to compare

Fixed

  • Regression from 4.1.1: SnippetRenderer was missing a type check