All Versions
36
Latest Version
Avg Release Cycle
89 days
Latest Release
-

Changelog History
Page 4

  • v1.3.0 Changes

    February 09, 2015

    โž• Added

    • โž• Added ServiceProvider functionality to allow cleaner resolving of complex dependencies.
    • โž• Added Inflector functionality to allow for manipulation of resolved objects of a specific type.
    • ๐Ÿ‘Œ Improvements to DRY throughout the package.

    ๐Ÿ›  Fixed

    • Setter in ContainerAwareTrait now returns self ($this).
  • v1.2.1 Changes

    January 29, 2015

    ๐Ÿ›  Fixed

    • ๐Ÿ‘ Allow arbitrary values to be registered via container config.
  • v1.2.0 Changes

    January 13, 2015

    โž• Added

    • ๐Ÿ‘Œ Improvements to Container::call functionality.

    ๐Ÿ›  Fixed

    • General code tidy.
    • ๐Ÿ‘Œ Improvements to test suite.
  • v1.1.1 Changes

    January 13, 2015

    ๐Ÿ›  Fixed

    • ๐Ÿ‘ Allow singleton to be passed as method argument.
  • v1.1.0 Changes

    January 12, 2015

    โž• Added

    • โž• Addition of ContainerAwareTrait to provide functionality from ContainerAwareInterface.
  • v1.0.0 Changes

    January 12, 2015

    โž• Added