Releases: rbaumbach/Swizzlean
Releases · rbaumbach/Swizzlean
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0 🎉
0.2.0
- 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.
0.1.2
- 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.
0.1.1
- 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.