Skip to content

Releases: SwiftGen/StencilSwiftKit

2.10.1

03 Aug 00:02
2.10.1
20e2de5
Compare
Choose a tag to compare

Internal Changes

  • Pin Komondor to 1.1.3, to avoid issues with SPM for other packages depending on this package.
    redryerye
    #162

2.10.0

29 Jul 23:53
2.10.0
631c85b
Compare
Choose a tag to compare

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

2.9.0

21 Jul 21:34
2.9.0
a329217
Compare
Choose a tag to compare

New Features

Internal Changes

2.8.0

07 Feb 21:42
2.8.0
54cbedc
Compare
Choose a tag to compare

New Features

Bug Fixes

  • Fix crash with the lowerFirstWord filter when running on empty strings.
    @fortmarek
    #127

Internal Changes

2.7.2

28 Jan 00:12
dbf02bd
Compare
Choose a tag to compare

Bug Fixes

  • Parameters: ensure the flatten function correctly handles a flag with a false value.
    David Jennes
    #108

Internal Changes

2.7.1

02 Oct 22:24
a50ab97
Compare
Choose a tag to compare

Bug Fixes

2.7.0

26 Sep 00:42
cf0f76b
Compare
Choose a tag to compare

New Features

Internal Changes

  • Improved the documentation of string filters a bit for a better overview of the inputs & outputs.
    David Jennes
    #102
  • Updated to latest Xcode (10.0).
    David Jennes
    #103

2.6.0

30 Aug 14:06
17e6ae9
Compare
Choose a tag to compare

Bug fixes

New Features

  • The set tag can now directly accept an expression as value, see the
    documentation
    for an explanation on how this differs with the normal set/endset
    pair.
    David Jennes
    #247
  • Updated Stencil to the latest version (0.12.1).
    David Jennes
    #95
    #99

Internal Changes

2.5.0

30 Jul 12:53
Compare
Choose a tag to compare

New Features

Internal Changes

2.4.0

17 Mar 15:07
ffb22bf
Compare
Choose a tag to compare

New Features