Releases: Maslosoft/Signals
Releases · Maslosoft/Signals
4.0.5
4.0.4
New version: 4.0.4
4.0.0
PHP 8.1 compat
3.0.1
New version: 3.0.1
Version 1.0.0
Changes:
- Use fqn instead of alias/getAliasOfPath
Version 0.0.9
Changes:
- Use standard exception instead of CException
- Removed example signals as they might be misleading
Version 0.0.7
New:
- Added check for existence of signals definition to avoid errors on new applications
- Support for namespaced signals and slots
- Added option to define interface in signal gather
- Configurable search aliases
- Additional checks for emitting and gathering if no configuratin is defined
- Proper initialization of data for generating utility
- Possibility for reloading signals data
Changes:
- Log non existing signals, previously exception was thrown by yii autoloader
- Changed emit logic to get array of signals
- Upgraded Addendum dependence to 2.*
Fixes:
- Removed hardcoded
autogen
occurences