Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
1.1.0.tar.gz | 2014-05-04 | 298.2 kB | |
1.1.0.zip | 2014-05-04 | 307.8 kB | |
README.md | 2014-05-04 | 603 Bytes | |
Totals: 3 Items | 606.7 kB | 0 |
- Renamed the files from NSObject+Aspects.m/h to just Aspects.m/h.
- Removing now works via calling
remove
on the aspect token. - Allow hooking dealloc.
- Fixes infinite loop if the same method is hooked for multiple classes. Hooking will only work for one class in the hierarchy.
- Additional checks to prevent things like hooking retain/release/autorelease or forwardInvocation:
- The original implementation of forwardInvocation is now correctly preserved.
- Classes are properly cleaned up and restored to the original state after the last hook is deregistered.
- Lots and lots of new test cases!