All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.7.0 (2021-06-02)
- apply changes of 993ce5a and e11b338
- move all exceptions to root namespace
- remove unused classes as stated in a74109b
-
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)
- 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)
- 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)
- few compatibility issue (28a7b2c)
0.4.5 (2021-03-07)
- fix returns type hints (cd53112)
0.4.4 (2020-11-08)
- fix ContainerAware::getContainer() return value (5347f98)
0.4.3 (2020-11-03)
- 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)
- move all exception classes under
Exception
namespace (8430d25)
- add additional exceptions (1cf58dd), closes #12
- autowire any
ContainerAwareInterface
instances (da3669e)
0.3.3 (2020-06-28)
- add helper class to integrate with the container (249b35a)
0.3.2 (2020-06-22)
- clonable container with new resolver instance (0db945e)
0.3.1 (2020-06-22)
- make sure everything had same instance (3955864)
0.3.0 (2020-06-20)
- invoke issue (6fb5e05), closes #discussion_r443084800
0.2.0 (2020-06-19)
- 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)
- php-7.1 supports (3d62f9e)
Initial Release