All Versions
11
Latest Version
Avg Release Cycle
141 days
Latest Release
2243 days ago

Changelog History
Page 2

  • v2.1.0 Changes

    April 02, 2014
    • 👌 Improved DocBlocks throughout the library.
    • 🚚 The insert() functionality has been moved to a new extension, called Nest.
    • A new get() function was also added with this extension, which offers an alternative syntax for nesting templates.
    • 👌 Improved error messages.
    • A new error check which prevents the calling of the render() function from within templates themselves. If this functionally is required, use the nesting functions instead.
    • âž• Added a clearer error message to the content() function when calling it from a non layout template.
    • âž• Added a clearer error message to the batch() extension function when a provided function does not exist.
    • 🛠 Fixed a bug in the engine where it was possible to overwrite a default extension when loading extensions.