Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 957 Bytes

File metadata and controls

39 lines (24 loc) · 957 Bytes

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased]

[0.3.1] - 2017-03-24

Added

  • Way more verbose exception messages to help the user track down the bug.

[0.3.0] - 2017-03-11

Fixed

  • Bug in auto wiring behavior so that subclassOf middleware runs before the container middleware
  • Updated composer deps to require 0.5 version of the mw package.

[0.2.1] - 2017-02-26

Fixed

  • Bug in AutoArgs::construct if the object does not have a constructor.

[0.2.0] - 2017-02-17

Changed

  • pimpleContainer to container interop
  • Removed callable typehints to allow for constructor argument resolving
  • Added new construct method to allow object construction

[0.1.0] - 2017-01-14

Added

  • Initial Implementation
  • Added Documentation