Skip to content

Latest commit

 

History

History
149 lines (77 loc) · 7.33 KB

CHANGELOG.md

File metadata and controls

149 lines (77 loc) · 7.33 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.7.0 (2021-06-02)

⚠ BREAKING CHANGES

  • apply changes of 993ce5a and e11b338
  • move all exceptions to root namespace
  • remove unused classes as stated in a74109b

Features

  • add ability to pass arguments to the constructor (9f5548f)

  • apply changes of 993ce5a and e11b338 (eb791c3)

  • move all exceptions to root namespace (e11b338)

  • remove unused classes as stated in a74109b (993ce5a)

0.6.0 (2021-05-26)

Features

  • add backward slash to all global functions (9e4e475)
  • add extend method (f911b2f), closes #39
  • change returns type of set() method (3cf9636)
  • change returns value of setContainer() method (0a4dd7a)
  • mark ArrayContainer & PropertyContainer as deprecated (a74109b)
  • mark ContainerInterace as deprecated & remove the use of it (8f743eb)
  • some behavior changes (c7ddba2)
  • unset now accepts spread operator in the argument (d56f12b)
  • excaption: make clearer excaption message (a0fc0b2)
  • resolver: cleanup methods (c63f18c)
  • resolver: simplify resolve method (1c6c606)

Bug Fixes

  • resolver: fix some unpredictable exceptions & only returns non-callable object as is (60b355d)
  • fix undefined method (6fcee4d), closes #29

0.5.0 (2021-03-07)

Bug Fixes

  • few compatibility issue (28a7b2c)

0.4.5 (2021-03-07)

Features

  • upgrade minimum php 7.2 (7c7fe73)
  • upgrade PSR Container 2.0 (4c579db)

Bug Fixes

0.4.4 (2020-11-08)

Bug Fixes

  • fix ContainerAware::getContainer() return value (5347f98)

0.4.3 (2020-11-03)

Bug Fixes

  • issue on ContainerAware when theres no Container instance assigned (03a1d35)

0.4.2 (2020-11-02)

0.4.1 (2020-07-10)

0.4.0 (2020-07-09)

⚠ BREAKING CHANGES

  • move all exception classes under Exception namespace (8430d25)

Features

  • add additional exceptions (1cf58dd), closes #12
  • autowire any ContainerAwareInterface instances (da3669e)

0.3.3 (2020-06-28)

Features

  • add helper class to integrate with the container (249b35a)

0.3.2 (2020-06-22)

Features

  • clonable container with new resolver instance (0db945e)

0.3.1 (2020-06-22)

Bug Fixes

  • make sure everything had same instance (3955864)

0.3.0 (2020-06-20)

Features

Bug Fixes

0.2.0 (2020-06-19)

Features

  • able to set & get an alias of instance (06ca623)
  • follow PSR-12 (29102a8)
  • mark it-self as a container (10fbce1)

0.1.1 (2020-06-15)

Features

0.1.0 (2020-06-12)

Initial Release