Skip to content

Releases: templado/engine

Release 2.3.2

26 Oct 13:42
2.3.2
Compare
Choose a tag to compare

Fixed

  • Simpler implementation for #10 that also works with PHP 7.3

Release 2.3.1

26 Oct 12:08
2.3.1
Compare
Choose a tag to compare

Fixed

  • #10: NULL returned in EmtpyElementsFilter

Release 2.3.0

25 Oct 13:31
2.3.0
Compare
Choose a tag to compare

Added

  • Implement model resolving using RDFa Lite resource annotation
  • Implement prefix support for view model resolving using RDFa prefix annotation
  • Added a transformation to optionally strip RDFa lite attributes

Release 2.2.7

11 Apr 14:09
2.2.7
Compare
Choose a tag to compare

Fixed

  • #9: Removing an Attribute breaks Iteration in View ModelRenderer

Release 2.2.6

06 Feb 21:35
2.2.6
Compare
Choose a tag to compare

Fixed

  • Ensure iterators implement countable to make them work as array (Regression from 2.2.5)

Release 2.2.5

06 Feb 21:14
2.2.5
Compare
Choose a tag to compare

Fixed

  • #8: Error: Call to a member function removeChild() on null in ViewModelRenderer

Changed

  • ViewModelRenderer: An empty array will be treated as boolean false, leading to removal of context node
  • ViewModelRenderer: Trying to remove the document element now throws an exception
  • ViewModelRenderer: Trying to apply an array with multiple items on document element now throws an exception

Release 2.2.4

20 Jan 13:40
2.2.4
Compare
Choose a tag to compare

Fixed

  • #7: SnapshotNodeList: Undefined offset -1

Release 2.2.3

07 Dec 19:09
2.2.3
Compare
Choose a tag to compare

Fixed

  • #5: Arguments of content in snippets are not processed the same way as non-snippet content?

Release 2.2.2

04 Dec 22:47
2.2.2
Compare
Choose a tag to compare

Fixed

  • #4: Snippets and CSRFTokens

Release 2.2.1

27 Nov 10:16
2.2.1
Compare
Choose a tag to compare
  • ViewModelRenderer: Attributes with dashes are now explicitly mapped (e.g. data-foo to getDataFoo)