Skip to content

Latest commit

 

History

History
37 lines (20 loc) · 514 Bytes

CHANGELOG.md

File metadata and controls

37 lines (20 loc) · 514 Bytes

Change Log

The change log describes what is "Added", "Removed", "Changed" or "Fixed" between each release.

0.2.0

Added

  • Support for services created with factories
  • Support for Symfony 6

Changed

  • All proxied services are lazy

0.1.3

Changed

  • The real object is updated whenever a proxy is initialized.

0.1.2

Changed

  • All proxied services are made public

0.1.1

Added

  • Trait RestoreServiceContainer
  • Support for ServiceMock::swap()

0.1.0

First version