All Versions
7
Latest Version
Avg Release Cycle
137 days
Latest Release
1748 days ago

Changelog History

  • v1.0.2 Changes

    July 14, 2019
    • ⚡️ Minor update with Xcode project updates only.
  • v1.0.1 Changes

    June 02, 2018
    • 🛠 Fix build warnings due to Xcode update
  • v1.0.0 Changes

    April 15, 2017
    • ➕ Add Carthage support
    • 🚀 Increase minimum deployment target to 8.0
  • v0.2.0 Changes

    April 15, 2017
    • 🆕 New Feature - Swizzlean objects now automatically reset swizzled methods when deallocated. Swizzlean objects now have a "resetWhenDeallocated" that is set to YES by default. If the functionality from Swizzlean version < 0.2.0 is warranted, manually set "resetWhenDeallocated" to NO. This will keep the methods swizzled after Swizzlean objects are deallocated.
  • v0.1.2 Changes

    April 15, 2017
    • ⚡️ Update -resetSwizzledInstanceMethod to throw exception if Swizzlean object is currently not swizzling an instance method on a class.
    • ⚡️ Update -resetSwizzledClassMethod to throw exception if Swizzlean object is currently not swizzling a class method on a class.
  • v0.1.1 Changes

    April 15, 2017
    • ⚡️ Update -swizzleInstanceMethod:withReplacementImplementation: to throw exception if called on an instance method that doesn't exist in swizzled class.
    • ⚡️ Update -swizzleClassMethod:withReplacementImplementation: to throw exception if called on a class method that doesn't exist in swizzled class.
  • v0.1.0 Changes

    April 15, 2017
    • Original Version of Swizzlean