Changelog for
ruby3.1-rubygem-hooks-0.4.1-1.107.x86_64.rpm :
* Wed Aug 19 2015 cooloAATTsuse.com- updated to version 0.4.1 see installed CHANGES.md [#]# 0.4.1
* Introduce `define_hook .., scope: ->{}` option. This allows changing the callback execution context per callback. Many thanks to AATTdoudou for pushing this.
* Mon Oct 13 2014 cooloAATTsuse.com- adapt to new rubygem packaging
* Tue Mar 18 2014 cooloAATTsuse.com- updated to version 0.4.0
* Same as 0.3.6 but we wanna indicate an internal change (using uber).
* Use `Uber::Options::Value` for evaluating callbacks, now that we have that gem.
* Fixing bug where `uninitialized constant Hooks` was thrown when using InheritableAttribute exclusively. Thanks to AATThaswalt for reporting.
* Removing `InheritableAttribute` as we use uber\'s `InheritableAttr` now.
* Fri Nov 22 2013 cooloAATTsuse.com- updated to version 0.3.3
* Fix a bug where the hook writer method (e.g. `#after_dark`) wasn\'t available on the instance even when `InstanceHooks` was included.
* Added `Hooks::InstanceHooks` to add hooks and/or callbacks on instance level. Thanks to AATTmpapis for that suggestion.
* Thu Jun 06 2013 cooloAATTsuse.com- updated to version 0.3.1
* Fix a bug, string hook names are now treated as symbols.
* Sun May 26 2013 cooloAATTsuse.com- updated to version 0.3.0
* The callback chain can now be halted by configuring the hook as AATThalts_on_falsey: trueAATT and returning AATTnilAATT or AATTfalseAATT from the callback.
* Internal refactorings: hooks are now encapsulated in AATTHookAATT instances and run their callback chains.
* Mon Nov 26 2012 cooloAATTsuse.com- updated to version 0.2.2 `#run_hook` now returns the list of callback results.
* Fri Aug 03 2012 cooloAATTsuse.com- updated to version 0.2.1
* You can now pass multiple hook names to AATT#define_hooksAATT.
* Mon Jul 30 2012 cooloAATTsuse.com- initial package