Skip to content

Releases: stencilproject/Stencil

0.5.0

08 Dec 16:15
Compare
Choose a tag to compare
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.4.0

30 Oct 19:36
Compare
Choose a tag to compare
Enhancements
  • This version of Stencil introduces template filters, allowing you to transform a variable.

    {{ variable|uppercase }}

0.3.0

26 Oct 15:07
Compare
Choose a tag to compare

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

26 Oct 15:16
Compare
Choose a tag to compare

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

26 Oct 15:18
Compare
Choose a tag to compare
  • Adds support for running Stencil from Objective-C.

0.1.0

26 Oct 15:18
Compare
Choose a tag to compare

Initial release.