PHP Classes

File: vendor/pimple/pimple/CHANGELOG

Recommend this page to a friend!
  Classes of Gavin Gordon Markowski   Helphp PHP Class Generator   vendor/pimple/pimple/CHANGELOG   Download  
File: vendor/pimple/pimple/CHANGELOG
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Helphp PHP Class Generator
Generate classes from configuration parameters
Author: By
Last change:
Date: 2 years ago
Size: 927 bytes
 

Contents

Class file image Download
* 3.0.3 (2015-XX-XX) * a/a * 3.0.2 (2015-09-11) * refactored the C extension * minor non-significant changes * 3.0.1 (2015-07-30) * simplified some code * fixed a segfault in the C extension * 3.0.0 (2014-07-24) * removed the Pimple class alias (use Pimple\Container instead) * 2.1.1 (2014-07-24) * fixed compiler warnings for the C extension * fixed code when dealing with circular references * 2.1.0 (2014-06-24) * moved the Pimple to Pimple\Container (with a BC layer -- Pimple is now a deprecated alias which will be removed in Pimple 3.0) * added Pimple\ServiceProviderInterface (and Pimple::register()) * 2.0.0 (2014-02-10) * changed extend to automatically re-assign the extended service and keep it as shared or factory (to keep BC, extend still returns the extended service) * changed services to be shared by default (use factory() for factory services) * 1.0.0 * initial version