SwiftGen v6.1.0 Release Notes
Release Date: 2019-01-29 // over 4 years ago-
๐ Changes in core dependencies of SwiftGen
๐ New Features
- โ Adds support for generating code from Core Data models.
Grant Butler David Jennes Igor Palaguta #455 #567 #575 #581 #45 #185 #191 #195 - Config: expand environment variables in YAML files.
Wolfgang Lutz #355 #564 - Each command now accepts a
filter
option, which accepts a regular expression for filtering input paths. The filter is applied to individual paths as well as when the command recurses into directories.
David Jennes #383 #570
๐ Bug Fixes
- ๐ Colors: Fix an issue where the
public
access modifier was not being added correctly in theliterals-swift3
andliterals-swift4
templates when thepublicAccess
parameter was specified. Also remove some uneccessarypublic
access modifiers from theswift3
andswift4
templates.
Isaac Halvorson #549
Internal Changes
- Resolve path if the binary is a symbolic link in order to find bundled templates.
Liquidsoul #559 - โก๏ธ Update to SwiftLint 0.30.1 and enable some extra SwiftLint rules.
David Jennes #574 #583
- โ Adds support for generating code from Core Data models.