Releases: codemonster-ru/razor
Releases · codemonster-ru/razor
Release v1.1.0
Added
- Implemented
SupportsInspectionInterfaceto allow engine introspection. - Added
getLocator()andgetExtensions()methods toPhpEngine. - Improved compatibility with the Annabel framework —
Viewcan now automatically detect and select engines by template file extension (e.g..razor.php,.php).
Release v1.0.0
Added
- First stable version of the Razor templating engine.
- Compatibility with the
codemonster-ru/viewpackage. - Directive support:
{{ $variable }}— safe variable output.@if/@endif— conditional blocks.@foreach/@endforeach— loops.@include— inserting other templates.- Caching of compiled templates.
- PHPUnit tests.
- Full README and documentation.