All Versions
51
Latest Version
Avg Release Cycle
88 days
Latest Release
680 days ago
Changelog History
Page 5
Changelog History
Page 5
-
v0.4.1 Changes
- ⚡️ Updated for Xcode 7 Beta 5
swiftgen-storyboard
now allows to take a path to a.storyboard
file as argument (as an alternative to give a path to a whole directory)- 🖨 The
-v
and--version
flags are now recognized and print the executable version.
-
v0.4.0 Changes
- Reorganized files into an Xcode project with one target per executable.
#2 - ✅ Added Unit Tests (one per executable + one for common code).
#2 - 👌 Improved
SwiftGen-L10n
parsing of format strings and placeholders.
#4 #5 #6 - ⚡️ Updated
Rakefile
so that it now invokesxcodebuild install
. You can now easily build & install allswiftgen-xxx
executables in/usr/local/bin
or anywhere else. - 🔖 Added a version string (date + sha1) to the built executables (displayed when invoked with no argument)
- Reorganized files into an Xcode project with one target per executable.
-
v0.3.0 Changes
- 0️⃣ Reducted the default code generated by
SwiftGenColorEnumBuilder
to avoid clobbering theUIColor
namespace - 🔄 Changed the "namespacing
enum
" inUIStoryboard
to astruct
to avoid confusion with the inner enums - The
UIStoryboard.Scene
enums now usestatic func
instead ofstatic var
for the dedicatedViewController
constructors †
† because it feels more explicit that calling a function like
UIStoryboard.Scene.Wizard.validatePasswordViewController()
will actually instantiate a newViewController
, rather than returning an existing one. - 0️⃣ Reducted the default code generated by
-
v0.1.0 Changes
Considered to be the first cleaned-up version, far from finished but really usable with clean code.
- Cleaner README
- Namespace the generated
enums
in an outerenum
to avoid clobbering theUIStoryboard
namespace
-
v0.0.4 Changes
- Introducing
SwiftGenColorEnumBuilder
swiftgen-colors
CLI- ➕ Added ability to choose indentation
- Introducing
-
v0.0.3 Changes
- Introducing
SwiftGenL10nEnumBuilder
swiftgen-l10n
CLI- Started playing with
UIColor
enums in the playground
- Introducing
-
v0.0.2 Changes
- Introducing
SwiftGenStoryboardEnumBuilder
class swiftgen-storyboard
CLI
- Introducing