Skip to content

0.2.3

Pre-release
Pre-release

Choose a tag to compare

@roberthoner roberthoner released this 04 Mar 22:32
· 15 commits to master since this 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 calling perform_save in an around wrapper, you can just call save.
  • Allowing plugin blocks to be passed to ComponentMixin#plugin.