Skip to content

Releases: AcclimateContainer/acclimate-container

2.0.0

15 Jun 11:14
Compare
Choose a tag to compare
  • 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.

1.1.0

29 Apr 23:20
Compare
Choose a tag to compare
  • Various bugfixes
  • Adds Delegate Lookup support to ArrayContainer
  • Adds Phalcon DI adapter
  • Marks Guzzle as deprecated

1.0.0 - Acclimate GA

19 Mar 20:38
Compare
Choose a tag to compare

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

18 Mar 23:27
Compare
Choose a tag to compare
Pre-release

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.

0.3.0 - Beta Release

18 Dec 07:08
Compare
Choose a tag to compare
0.3.0 - Beta Release Pre-release
Pre-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

15 Oct 16:55
Compare
Choose a tag to compare
0.2.0 - Beta Release Pre-release
Pre-release
  • Added container adapters for:
    • Nette
    • PHP-DI

0.1.0 - Beta Release

25 Sep 00:15
Compare
Choose a tag to compare
0.1.0 - Beta Release Pre-release
Pre-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