Releases: krakphp/cargo
Releases · krakphp/cargo
Version 0.2.4
Version 0.2.3
Added
- Ability to bind classes to entries to be auto resolved.
Version 0.2.2
Version 0.2.1
Added
Container\ContainerDecorator
to help with creating container decorators.Container\AuxillaryMethodsTrait
to implement all of the auxillary methods
in an object oriented manner.
Changed
- Updated all of the container decorators to use the
ContainerDecorator
class
Version 0.2.0
Changed
- Container interface to allow for greater extendability
- Simplified the BoxContainer and split functionality into several Containers: AliasContainer, BoxFactoryContainer, FreezingContainer,
SingletonContainer - Updated the interop wrapper to use the Psr Container
Fixed
- Bug within
container
creation function - Bug for
InteropWrapper
Added
alias
for aliasing boxesenv
for accessing values from the env- Added a new countable trait
- Added more and more tests
Version 0.1.0
Added
- Initial Implementation
- Containers
- Pimple Wrapper
- Container Interop Wrapper
- Initial Documentation