Releases: belkevich/ocfuntime
Releases · belkevich/ocfuntime
0.3.0
- Added objective-c protocol optional method injection
0.2.0
- Added property injection
- Refactored to modular structure
0.1.1
- Added reverting to default method implementations on OCFuntime instance deallocation
0.1.0
- Added exception if changed method doesn't exist in the class
- Fixed reverting to default method implementation, not previous implementation
- Fixed changing class and instance method with the same name
- Fixed setting empty implementations
- Converted to ARC