Releases: aztech-digital/phinject
Releases · aztech-digital/phinject
0.2.9
0.2.8
Allow includes in included files
Add $name reference to inject service name into service
0.2.7
- Adds custom injector binding in configuration (not documented yet)
- Adds aggregate container to allow usage of multiple child containers
- Improves compliance of delegate lookup feature with specification
- Lots of minor bugfixes
0.2.6
Improves exception handling by always including the previous exception that was caught.
0.2.5
- Improves delegated container handling
- Adds ContainerAware interface to allow Phinject elements to receive their configuration node from
config - Minor bugfixes
0.2.4
Fixes a discrepancy between the documented and actual keys in config section of configuration files.
0.2.3
Release adds support for binding custom activators via the configuration instead of manually binding them during the container's bootstrap.
Read the associated documentation for more information.
0.2.2
Adds the delegate lookup feature of container-interop
0.2.1
Implement container-interop specification
0.2.0
Change syntax for special functions (use $ instead of @)