Skip to content

Latest commit

 

History

History
44 lines (35 loc) · 1.52 KB

CHANGELOG.md

File metadata and controls

44 lines (35 loc) · 1.52 KB

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

0.3.1 - 2016-10-05

Changed

  • Make the logging of registrations optional. Can be configured through the 'LogRegistrations' config key, off by default.

0.3.0 - 2016-08-05

Changed

  • Another try to eliminate ContainerInterface naming conflict.

0.2.0 - 2016-08-05

Changed

  • Eliminate ContainerInterface naming conflict.

0.1.3 - 2016-08-02

Changed

  • Small internal tweaks.

0.1.2 - 2016-08-02

Fixed

  • Fix missing $id to provide to put($id, $callable) method.

0.1.1 - 2016-08-02

Added

  • Added put($id, $callable) method to container.
  • Add overview of Bright Nucleus Services Architecture to README.md.

Changed

  • Changed link in file header to use https protocol.
  • Small tweaks to runtime checks.

0.1.0 - 2016-08-01

Added

  • Initial release to GitHub.