Releases: templado/engine
Releases · templado/engine
Release 2.3.2
Fixed
- Simpler implementation for #10 that also works with PHP 7.3
Release 2.3.1
Fixed
- #10: NULL returned in EmtpyElementsFilter
Release 2.3.0
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
Fixed
- #9: Removing an Attribute breaks Iteration in View ModelRenderer
Release 2.2.6
Fixed
- Ensure iterators implement countable to make them work as array (Regression from 2.2.5)
Release 2.2.5
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
Fixed
- #7: SnapshotNodeList: Undefined offset -1
Release 2.2.3
Fixed
- #5: Arguments of content in snippets are not processed the same way as non-snippet content?
Release 2.2.2
Fixed
- #4: Snippets and CSRFTokens
Release 2.2.1
- ViewModelRenderer: Attributes with dashes are now explicitly mapped (e.g. data-foo to getDataFoo)