All Versions
8
Latest Version
Avg Release Cycle
86 days
Latest Release
2595 days ago
Changelog History
Changelog History
-
v2.0 Changes
February 05, 2018โก๏ธ Updated for Swift 4
๐ Released on 2018-02-04
โก๏ธ Updated
- ๐ Changed all templates and source code to support Swift 4.0
- Updated by Cody Winton
- ๐ Changed all templates and source code to support Swiftlint 0.24.2
- Updated by Cody Winton
- ๐ Changed all templates and source code to support Swift 4.0
-
v1.2.3 Changes
January 06, 2017โ Added SwiftLint
๐ Released on 2017-01-06
โก๏ธ Updated
- ๐ Implemented SwiftLint for the entire project
- Updated by Cody Winton
- ๐ Implemented SwiftLint for the entire project
-
v1.2.2 Changes
December 25, 2016๐ Improved VIPER Templates
๐ Released on 2016-12-24
โก๏ธ Updated
- ๐ Changed template Interactor from
struct
toclass
- Updated by Cody Winton
- ๐ Changed template Interactor from
-
v1.2.1 Changes
December 18, 2016๐ Improved VIPER Templates
๐ Released on 2016-12-18
โ Added
- โ Added
final
to certain template classes- Added by Cody Winton
โก๏ธ Updated
- ๐ Changed all template classes from
NSObject
subclasses to a plain Swiftclass
- Updated by Cody Winton
- ๐ Changed template Interactor from
class
tostruct
- Updated by Cody Winton
๐ Fixed
- โ Removed old
ViewPresenterProtocol
functions from Templates- Fixed by Cody Winton
- โ Added
-
v1.2.0 Changes
December 02, 2016๐ Improved Presenter Interaction
๐ Released on 2016-12-01
โก๏ธ Updated
viewLoaded()
no longer optional for Presenters conforming toViewPresenterProtocol
- Updated by Cody Winton
CompletionBlock
was renamedCodeBlock
- Updated by Cody Winton
โ Removed
ViewPresenterProtocol.viewAppearing()
- Removed by Cody Winton
ViewPresenterProtocol.viewAppeared()
- Removed by Cody Winton
ViewPresenterProtocol.viewDisappeared()
- Removed by Cody Winton
-
v1.1 Changes
December 01, 2016๐ Improved Storyboard Interaction
๐ Released on 2016-11-29
โ Added
- 0๏ธโฃ
StoryboardIdentifiable
extension to enable defaultstoryboardID
value for aUIViewController
- Added by Cody Winton
โก๏ธ Updated
- The protocol
ViewStoryboardProtocol
was renamedStoryboardIdentifiable
- Updated by Cody Winton
- 0๏ธโฃ
-
v1.0.1 Changes
November 21, 2016โก๏ธ Minor Podspec Update
๐ Released on 2016-11-21
๐ Fixed
- Officially requires automatic reference counting
- Fixed by Cody Winton
- Officially requires automatic reference counting
-
v1.0 Changes
December 02, 2016๐ Official Release
๐ Released on 2016-11-16
โ Added
- ๐ iOS & tvOS Support
- Fixed by Cody Winton
- ๐ Cocoapods, Carthage, and Manual Support
- Fixed by Cody Winton
โก๏ธ Updated
- ๐ Improved VIPER Templates
- Fixed by Cody Winton
- ๐ iOS & tvOS Support