Releases: stencilproject/Stencil
Releases · stencilproject/Stencil
0.5.0
Breaking Change
- This version moves filters and tags to "namespaces", please consult the README for more information.
Enhancements
- Stencil can now be used with the Swift Package Manager (SPM).
- Stencil now support Linux.
0.3.0
This release adds Swift 2.0 support along with changing the complete API so that instead of returning a Result
-like type, we will either throw or return the appropriate value.
0.2.0
This release adds support for Swift 1.2.
Enhancements
- Adds the following template tags used for inheritance:
{% include "foo.html" %}
{% extends "base.html" %}
Release 0.1.1
- Adds support for running Stencil from Objective-C.