Releases: AcclimateContainer/acclimate-container
Releases · AcclimateContainer/acclimate-container
2.0.0
1.1.0
1.0.0 - Acclimate GA
Acclimate is now stable and generally available.
- Added Travis and Scrutinizer configs and badges
- Fixed the Nette adapter tests to not use deprecated features
- Moved the adapter map from
ContainerAcclimator.php
to it's own file:Adapter/map.php
- Minor updates to other tests
- Updates to README and various docblocks
- Removed
suggests
from composer.json because it creates a lot of meaningless noise
1.0.0 Release Candidate
Almost there!
- Adopted the container-interop project's
ContainerInterface
- Removed the acclimate/api dependency
- Updated PSR-4 support
- Added the
FailoverOnMissDecorator
- Now differentiating between
NotFoundException
s and the more generalContainerException
s - General code and docblock cleanup
Please review and provide feedback in preparation of the stable 1.0.0 release.
0.3.0 - Beta Release
Big Changes!
- Renamed the namespace to
Acclimate\Container
- Renamed the Packagist/Composer package to
acclimate/container
- Factored out the
ContainerInterface
into a separate package - Converted the package structure to PSR-4 style
0.2.0 - Beta Release
- Added container adapters for:
- Nette
- PHP-DI
0.1.0 - Beta Release
This is the beta release of Acclimate. This release includes the following features:
- Simple, readonly, service container interface
- Simple, concrete
ArrayContainer
implementation - Container adapters for:
- Aura
- Guzzle
- Laravel
- Pimple & Silex
- Symfony
- Zend Framework (Service Manager & Dependency Injection)
- Any other container that implements
ArrayAccess
- A
CompositeContainer
that allows you to combine containers - Container decorators for modifying the behavior of container misses