- Add ability to specify hook method with name
- TinyHooks now works on class methods
- Support halting
- [BREAKING CHANGE] Inferface changed from
extend
toinclude
- Support public only mode enabled by
public_only!
- Support targeting with
target!
- Support
if
option ofdefine_hook
- Implement restoration of original method
- Support Ruby 2.5 and 2.6
- Initial release