Releases: templado/engine
Releases · templado/engine
Release 2.2.0
- ViewModelRenderer: RDFa Lite attribute 'typeof' now supported for use as conditional selection
- Minor tweaks to improve performance
Release 2.1.2
Fix regression in 2.1.1
Release 2.1.1
Fixed
- #2: Problems with multiple properties
Release 2.1.0
Added
- ViewModel: Iterators are now supported as an alternative to array return types
Changed
- ViewModel: Call to asString() now gets the original nodeValue passed along
Fixed
- #1: XPathSelector produces Uncaught TypeError with empty query
Release 2.0.0
Changed
- Renamed Asset to Snippet, as that's what it truely is
- Renamed Page to HTML
- Snippet Interface changed:
applyTo()
now has to return a\DOMNode
Fixed
- Snippet processing: Replace now works recursively
Removed
- Examples got moved into their own project
Release 1.1.0
Changed
- Added support for text only assets
Release 1.0.0
- Initial Release