Skip to content
This repository has been archived by the owner on Sep 6, 2018. It is now read-only.

1.1.0

Compare
Choose a tag to compare
@djbe djbe released this 08 May 17:53

Bug Fixes

New Features

Internal Changes

  • Switch from Travis CI to Circle CI, clean up the Rakefile in the process.
    David Jennes
    #24
    #40
  • Disable SwiftLint conditional_returns_on_newline in the font template.
    Tom Baranes
    #33
  • Updated templates to use Stencil 0.9.0 features, such as for loops with a where condition.
    David Jennes
    #42

Deprecations

Note that in preparation for the upcoming SwiftGen 5.0, some variables available in the SwiftGen's Stencil templates have been deprecated and will be renamed. To prepare for SwiftGen 5.0, we strongly advise to migrate your custom templates so they use the new variables (already available in SwiftGen 4.2.1 / SwiftGenKit 1.1.0) instead of the old ones, so that they will continue to work in SwiftGen 5.0

See the migration guide in SwiftGen's wiki.