SwiftGen-Colors v4.0.0 Release Notes

  • πŸ’₯ Breaking Changes

    • πŸ”„ Change swift 3 storyboard segue template's sender from AnyObject to Any.
      Derek Ostrander #197
    • πŸ›  Fix swift 3 storyboard templates to be compliant with swift 3 api design guidelines.
      Afonso #194
    • βœ‚ Remove the key param label from the tr function for Localized String in the Swift 3 template.
      AndrewSB #190
    • πŸ”Š The swiftgen images command now uses the actool utility to parse asset catalogs, ensuring that the parser correctly handles namespaced folders.
       ⚠️ Note that you now have to specify the exact path to your .xcassets assets catalogs  when using swiftgen images (and not just a directory to parse).
      David Jennes #199

    πŸ†• New Features

    • βž• Add support for multiline strings in *.strings file.
      Jeong Yonguk #192
    • βž• Add option to add import statements at the top of the generated swift file (for storyboards) using the import flag.
      David Jennes #175
    • Escape reserved swift keywords in the structured and dot-syntax generated strings code.
      Afonso #198