Skip to content

2.10.0

Compare
Choose a tag to compare
@djbe djbe released this 29 Jul 23:53
· 7 commits to stable since this release
2.10.0
631c85b

Breaking Changes

  • With the Stencil update, we're deprecating our StencilSwiftTemplate template class which contained a workaround that's no longer needed. It will also no longer be set by default by the stencilSwiftEnvironment builder.
    David Jennes
    #159
  • With the Stencil update, we're deprecating our removeNewlines filter, as this can now be achieved by the built-in Stencil syntax.
    David Jennes
    #159

New Features

  • Updated to Stencil 0.15.0, which contains many improvements, chief amongst them is whitespace behaviour control.
    David Jennes
    #159
  • Added an import tag for reusing macro's in multiple templates from a common imported file.
    David Jennes
    #111
  • The swiftIdentifier now supports a valid mode, where it will do the bare minimum to get a valid identifier. I.e. it will not change the case of characters at all (compared to normal mode).
    David Jennes
    #160

Internal Changes