Skip to content

Releases: Maslosoft/Signals

4.0.5

16 Jun 07:18
Compare
Choose a tag to compare
New version: 4.0.5

4.0.4

11 May 08:50
Compare
Choose a tag to compare
New version: 4.0.4

4.0.0

22 Feb 18:11
Compare
Choose a tag to compare

PHP 8.1 compat

3.0.1

01 Dec 16:00
Compare
Choose a tag to compare
New version: 3.0.1

Version 1.0.0

15 Oct 09:45
Compare
Choose a tag to compare

Changes:

  • Use fqn instead of alias/getAliasOfPath

Version 0.0.9

14 Oct 13:53
Compare
Choose a tag to compare
Version 0.0.9 Pre-release
Pre-release

Changes:

  • Use standard exception instead of CException
  • Removed example signals as they might be misleading

Version 0.0.7

19 Aug 16:20
Compare
Choose a tag to compare
Version 0.0.7 Pre-release
Pre-release

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