All Versions
23
Latest Version
Avg Release Cycle
134 days
Latest Release
-

Changelog History
Page 1

  • v4.1.2 Changes

    • ⚡️ Update Package.swift and .podspec to use newer min iOS version supported by Xcode 12+.
      @AliSoftware #115

    • 🛠 Fix Xcode 12.5 warnings about the class keyword for protocol inheritance that is deprecated.
      @johnarn #113

  • v4.1.1 Changes

    March 05, 2020
  • v4.1.0 Changes

    May 06, 2019
  • v4.0.5 Changes

    December 02, 2018
    • 🛠 Fix for only allowing the use of app extension API.
      @igorkulman #73
  • v4.0.4 Changes

    October 13, 2018
    • ⚠ Only allowing the use of app extension API so using the library in an app extension does not produce a warning.
      @igorkulman #70
  • v4.0.3 Changes

    August 25, 2018
    • ⬆️ Upgrade to CircleCI 2.
      @djbe #60

    • ⚡️ Update project to support Swift 4.2.
      @djbe #58

  • v4.0.2 Changes

    August 25, 2018

    ⚡️ Update project to support Swift 4.
    @AYastrebov
    #42

    🛠 Fix typo in StoryboardBased examples.
    @danshevluk
    #42

    ⚡️ Updated README instructions to Swift 3.
    @neilkimmett
    #41

  • v4.0.1 Changes

    February 16, 2017
    • ➕ Added a tvOS target in the Example project.
    • 👀 Carthage should now see the tvOS framework
  • v4.0.0 Changes

    February 16, 2017

    💥 Breaking changes

    • The method static func loadFromNib(owner:) of NibOwnerLoadable has been replaced by instance method func loadNibContent().
      This is more consistent as we need an instance (owner) anyway, and also avoids possible crashes when used with UIView subclasses not implementing non-required initializers init()/init(frame:). (Method static func loadFromNib() of NibLoadable is still unchanged).
      @Skoti #40
    • The storyboard property of StoryboardBased and StoryboardSceneBased protocols has been renamed to sceneStoryboard to avoid conflicts.
      @jakubgert #33

    🛠 Fixes

    • 🛠 Fixing documentation typos for CollectionHeaderView and MyXIBIndexSquaceCell.
      @Skoti

    • 🛠 Fixing TableView Controller scene in Example project, to display cells above UITabBar.
      @Skoti

  • v3.0.1 Changes

    December 05, 2016

    🐛 Bug Fixes

    • 🛠 Fix instantiate() implementation on StoryboardSceneBased ViewControllers.
      @jakubgert #38
    • ✂ Removed strict NibReusable protocol conforming in register functions.
      You can now make a Reusable-only cell with a NibLoadable subclass.
      @nekrich #37