All Versions
7
Latest Version
Avg Release Cycle
227 days
Latest Release
2500 days ago

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, 2014

    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
  • v1.0.0-rc.1 Changes

    March 18, 2014

    Almost there!

    • Adopted the container-interop project's ContainerInterface
    • โœ‚ Removed the acclimate/api dependency
    • โšก๏ธ Updated PSR-4 support
    • โž• Added the FailoverOnMissDecorator
    • Now differentiating between NotFoundExceptions and the more general ContainerExceptions
    • General code and docblock cleanup

    ๐Ÿš€ Please review and provide feedback in preparation of the stable 1.0.0 release.

  • v0.3.0 Changes

    December 18, 2013

    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
  • v0.2.0 Changes

    October 15, 2013
    • โž• Added container adapters for:
      • Nette
      • PHP-DI
  • v0.1.0 Changes

    September 25, 2013

    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