Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 715 Bytes

CHANGES.md

File metadata and controls

21 lines (18 loc) · 715 Bytes

CHANGELOG

0.2.1

hooks now aliased as spoon to avoid namespace conflicts

  • Fixes bugs w/Railties generators and other libraries that use a class method named hooks

0.2.0

Multiple bugs fixed and test for decent backtraces

  • before and after filters no longer assume argument-less-methods
  • before and after are now in method_missing so they won't conflict with other libraries

0.1.1

:if, :unless, and tested in production!

  • :if => :method and :unless => lambda { false } are now supported.
  • That, or any variation of those two you can imagine.

0.0.1

Basic functionality

  • Hooks / callbacks are working BEFORE OR AFTER a method gets defined
  • No :if or :unless options