CHANGELOG 897 B

1234567891011121314151617181920212223242526272829303132333435
  1. * 3.0.2 (2015-09-11)
  2. * refactored the C extension
  3. * minor non-significant changes
  4. * 3.0.1 (2015-07-30)
  5. * simplified some code
  6. * fixed a segfault in the C extension
  7. * 3.0.0 (2014-07-24)
  8. * removed the Pimple class alias (use Pimple\Container instead)
  9. * 2.1.1 (2014-07-24)
  10. * fixed compiler warnings for the C extension
  11. * fixed code when dealing with circular references
  12. * 2.1.0 (2014-06-24)
  13. * moved the Pimple to Pimple\Container (with a BC layer -- Pimple is now a
  14. deprecated alias which will be removed in Pimple 3.0)
  15. * added Pimple\ServiceProviderInterface (and Pimple::register())
  16. * 2.0.0 (2014-02-10)
  17. * changed extend to automatically re-assign the extended service and keep it as shared or factory
  18. (to keep BC, extend still returns the extended service)
  19. * changed services to be shared by default (use factory() for factory
  20. services)
  21. * 1.0.0
  22. * initial version