All Versions
7
Latest Version
Avg Release Cycle
227 days
Latest Release
2780 days ago
Changelog History
Changelog History
-
v2.0.0 Changes
June 15, 2017- ๐ Switching from the now-deprecated Container-Interop standard to FIG's PSR-11.
- โ Removes support for obsolete versions of the Guzzle curl library's container.
- โฌ๏ธ Drops support for PHP 5.5 and previous.
-
v1.1.0 Changes
April 29, 2017- ๐ Various bugfixes
- โ Adds Delegate Lookup support to ArrayContainer
- โ Adds Phalcon DI adapter
- ๐ Marks Guzzle as deprecated
-
v1.0.0 Changes
March 19, 2014Acclimate 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
-
v1.0.0-rc.1 Changes
March 18, 2014Almost 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.
- Adopted the container-interop project's
-
v0.3.0 Changes
December 18, 2013Big 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
- ๐ Renamed the namespace to
-
v0.2.0 Changes
October 15, 2013- โ Added container adapters for:
- Nette
- PHP-DI
- โ Added container adapters for:
-
v0.1.0 Changes
September 25, 2013This 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