All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
0.3.1 - 2016-10-05
- Make the logging of registrations optional. Can be configured through the
'LogRegistrations'
config key, off by default.
0.3.0 - 2016-08-05
- Another try to eliminate
ContainerInterface
naming conflict.
0.2.0 - 2016-08-05
- Eliminate
ContainerInterface
naming conflict.
0.1.3 - 2016-08-02
- Small internal tweaks.
0.1.2 - 2016-08-02
- Fix missing
$id
to provide toput($id, $callable)
method.
0.1.1 - 2016-08-02
- Added
put($id, $callable)
method to container. - Add overview of Bright Nucleus Services Architecture to README.md.
- Changed link in file header to use https protocol.
- Small tweaks to runtime checks.
0.1.0 - 2016-08-01
- Initial release to GitHub.