957 B
957 B
Changelog
All notable changes to this project will be documented in this file.
1.1.6
Fixed
- The
the_esc()method is now wired correctly.
1.1.5
Fixed
- The
the_esc()method is now wired correctly.
1.1.4
Added
- Template function to escape and echo template var:
the_esc()
1.1.3
Fixed
- PHP 7.0 compatibility
1.1.2
Added
- Default value for template vars passed as the second argument to
getandthemethods and it's closure eqivalents
734d8dc20b45d52be9d95baa779da6033d8bcb4b
1.1.1
Added
- Magic method for string converstion. Now you are able to
echo new Template()
Changed
- Before printing the template, the file existance is checked. If not present, the
TemplateExceptionis thrown - If the storage wasn't set previously, the
StorageExceptionis thrown while creating newTemplateobject
1.1.0
Added
- Procedural helper functions
1.0.0
Initial release