0.2.3
Pre-release
Pre-release
- Allowing additional args to be passed to plugin initializers.
- Plugin instance methods are now available to callbacks.
- Providing shortcut to
perform_{subject}methods as just{subject}. For example, instead of callingperform_savein an around wrapper, you can just callsave. - Allowing plugin blocks to be passed to
ComponentMixin#plugin.