All Versions
4
Latest Version
Avg Release Cycle
171 days
Latest Release
3398 days ago

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