Skip to content

1.3.0

Compare
Choose a tag to compare
@philipobenito philipobenito released this 09 Feb 22:35
· 365 commits to 4.x since this release

1.3.0 - 2015-02-09

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).