Skip to content

Releases: krakphp/auto-args

Version 0.3.1

25 Mar 02:35

Choose a tag to compare

Added

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

Version 0.3.0

12 Mar 04:12

Choose a tag to compare

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.

Version 0.2.1

27 Feb 07:47

Choose a tag to compare

Fixed

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

Version 0.2.0

17 Feb 22:56

Choose a tag to compare

Changed

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

Version 0.1.0

15 Jan 05:10

Choose a tag to compare

Added

  • Initial Implementation
  • Added Documentation