- Added the has method to the Registry.
- Added the PRS-11 ContainerInterface.
- Added get and set magic methods to the Registry.
- Converted to camelcase.
- Added a reset method to the Registry.
- Updated composer.
- Refactoring.
- Added Redis singleton.
- Updated interfaces.
- Added mixed return type to the runnable interface.
Scheduled Release
- Fixed the return type of
Command\Invoker::processmethod.
- Scheduled release
- More composer updates.
- Composer update
- Added the Command pattern.
- Made Runnable Argv default to an array.
- Refactored Observerable into a trait.
- Created observer unit tests.