- Updated to logging 0.9
- Adds scaffolding commands.
- Added additional type hints and return types.
- Updated tests to 100% coverage.
- Resolved an issue with duplicate broadcasters.
- Cleaned up tests.
- Updated the IBroadcaster interface.
- No longer registers duplicate events.
- Updated to logger 0.7
- Dependency update
- Updated documentation.
- Added addListener() to emitter.
- Fixed a regression caused by phpstorm losing changes. :(
- registered listeners can now be class names or objects.
- Updated logger requirement to 0.6.*
- General refactoring.
- Fixed "Uncaught Error" in the Generic class.
- Added Log broadcaster.
- Refactored broadcasters to use a common base class.
- Refactored broadcasters and adder Log broadcaster.
- Added getBroadcasters to Emitter.