All Versions
4
Latest Version
Avg Release Cycle
171 days
Latest Release
3099 days ago
Changelog History
Changelog History
-
v0.1.3 Changes
December 09, 2014๐ Changelog
- โ Added currentUrl to Twig Extension and SmartyPlugins.
- ๐ Moved codebase over to PSR4.
-
v0.1.2 Changes
April 03, 2014๐ Changelog
- โ Added in new array syntax for smarty urlFor extension
- ๐ Fixed Twig view render method not using the data argument correctly.
-
v0.1.1 Changes
December 08, 2013๐ Changelog
- โ Added in additional parameter to render method to allow local data to be passed into a template during rendering.
-
v0.1.0 Changes
July 14, 2013๐ Release Notes
๐ This is the first release of the newly created Slim Views which takes the only two officially supported Views from the Slim-Extras repository.
Below we will outline what has changed between this and the Slim-Extras Twig and Smarty view classes.
๐ Changelog
- Methods and properties are no longer static (breaking change)
- Method and property names are more consistent
- getInstance()
- parserExtensions
- parserDirectory
- Checking if Smarty class is available before including it
- View helper extensions