Skip to content

Latest commit

 

History

History
133 lines (71 loc) · 6.11 KB

CHANGELOG.md

File metadata and controls

133 lines (71 loc) · 6.11 KB

Change Log

v2.0.1 (2017-05-05)

Full Changelog

v1.5.1 (2017-05-05)

Full Changelog

Merged pull requests:

  • Make sure our tests fail on unexpected notices #25 (tburry)

v2.0 (2017-05-03)

Full Changelog

Merged pull requests:

v1.5 (2017-05-03)

Full Changelog

Implemented enhancements:

  • Add constructor args to references #16
  • Adds support for dumping instances from the container. #23 (kaecyra)

Fixed bugs:

  • Fix ordinal references in constructor args #22 (tburry)

v1.4 (2017-04-02)

Full Changelog

Implemented enhancements:

  • Add variadics #15
  • Allow multiple aliases in addAlias() #21 (tburry)
  • Add constructor args to references #20 (tburry)
  • Add better error messages for required parameters #18 (tburry)
  • Deep copy rules when cloning #17 (tburry)

Fixed bugs:

  • Constructor incorrectly injects null to required parameter #14
  • Allow reference arguments to be resolved by ordinal #19 (tburry)

Merged pull requests:

  • Upgrade PHPUnit support to 5.6 #13 (tburry)
  • Remove support for PHP versions older than 5.6 #12 (tburry)

v1.3.4 (2017-02-05)

Full Changelog

Fixed bugs:

  • Fix issue with cyclic shared dependencies #11 (tburry)

v1.3.3 (2017-02-03)

Full Changelog

Fixed bugs:

v1.3.2 (2016-12-22)

Full Changelog

Implemented enhancements:

v1.3.1 (2016-12-20)

Full Changelog

Fixed bugs:

  • Fix bug where the container reports that it has an empty rule #7 (tburry)

Merged pull requests:

v1.3.0 (2016-12-20)

Full Changelog

Merged pull requests:

v1.2.0 (2016-12-15)

Full Changelog

Implemented enhancements:

  • Add the Container->hasRule() method #5 (tburry)

v1.1.0 (2016-12-14)

Full Changelog

Implemented enhancements:

  • Add rule getters #4 (tburry)
  • Make sure explicit constructor args can override automatic dependency injections #3 (tburry)

v1.0.0 (2016-12-14)

Full Changelog

Implemented enhancements:

Merged pull requests:

v0.1.0 (2016-11-11)

* This Change Log was automatically generated by github_changelog_generator