Releases: krakphp/cargo
Releases · krakphp/cargo
Release list
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\ContainerDecoratorto help with creating container decorators.Container\AuxillaryMethodsTraitto implement all of the auxillary methods
in an object oriented manner.
Changed
- Updated all of the container decorators to use the
ContainerDecoratorclass
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
containercreation function - Bug for
InteropWrapper
Added
aliasfor aliasing boxesenvfor 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