This repository was archived by the owner on Dec 27, 2025. It is now read-only.
Releases: steipete/Aspects
Releases · steipete/Aspects
1.3.1
1.3.0
1.2.0
1.1.0
- Renamed the files from NSObject+Aspects.m/h to just Aspects.m/h.
- Removing now works via calling
removeon 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!