You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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