All Versions
8
Latest Version
2.0
Avg Release Cycle
86 days
Latest Release
2271 days ago

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
    • ๐Ÿ”„ Changed all templates and source code to support Swiftlint 0.24.2

  • v1.2.3 Changes

    January 06, 2017

    โž• Added SwiftLint

    ๐Ÿš€ Released on 2017-01-06

    โšก๏ธ Updated


  • v1.2.2 Changes

    December 25, 2016

    ๐Ÿ‘Œ Improved VIPER Templates

    ๐Ÿš€ Released on 2016-12-24

    โšก๏ธ Updated

    • ๐Ÿ”„ Changed template Interactor from struct to class

  • v1.2.1 Changes

    December 18, 2016

    ๐Ÿ‘Œ Improved VIPER Templates

    ๐Ÿš€ Released on 2016-12-18

    โž• Added

    • โž• Added final to certain template classes

    โšก๏ธ Updated

    • ๐Ÿ”„ Changed all template classes from NSObject subclasses to a plain Swift class
    • ๐Ÿ”„ Changed template Interactor from class to struct

    ๐Ÿ›  Fixed

    • โœ‚ Removed old ViewPresenterProtocol functions from Templates

  • v1.2.0 Changes

    December 02, 2016

    ๐Ÿ‘Œ Improved Presenter Interaction

    ๐Ÿš€ Released on 2016-12-01

    โšก๏ธ Updated

    • viewLoaded() no longer optional for Presenters conforming to ViewPresenterProtocol
    • CompletionBlock was renamed CodeBlock

    โœ‚ Removed

    • ViewPresenterProtocol.viewAppearing()
    • ViewPresenterProtocol.viewAppeared()
    • ViewPresenterProtocol.viewDisappeared()

  • v1.1 Changes

    December 01, 2016

    ๐Ÿ‘Œ Improved Storyboard Interaction

    ๐Ÿš€ Released on 2016-11-29

    โž• Added

    • 0๏ธโƒฃ StoryboardIdentifiable extension to enable default storyboardID value for a UIViewController

    โšก๏ธ Updated

    • The protocol ViewStoryboardProtocol was renamed StoryboardIdentifiable

  • v1.0.1 Changes

    November 21, 2016

    โšก๏ธ Minor Podspec Update

    ๐Ÿš€ Released on 2016-11-21

    ๐Ÿ›  Fixed

    • Officially requires automatic reference counting

  • v1.0 Changes

    December 02, 2016

    ๐Ÿš€ Official Release

    ๐Ÿš€ Released on 2016-11-16

    โž• Added

    • ๐Ÿ‘ iOS & tvOS Support
    • ๐Ÿ‘ Cocoapods, Carthage, and Manual Support

    โšก๏ธ Updated

    • ๐Ÿ‘Œ Improved VIPER Templates