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.
- Way more verbose exception messages to help the user track down the bug.
- 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.
- Bug in
AutoArgs::constructif the object does not have a constructor.
- pimpleContainer to container interop
- Removed callable typehints to allow for constructor argument resolving
- Added new
constructmethod to allow object construction
- Initial Implementation
- Added Documentation