Releases: lagdo/symfony-facades
Releases · lagdo/symfony-facades
Release 3.0.0.
Release 2.3.1.
Changes:
- Added return type to the AbstractFacade method.
Release 2.3.0.
Changes:
- Private services can be tagged with
lagdo.facades.service
to make them available in the service locator.
Release 2.2.1.
Changes:
- Get the service locator from the container at boot time.
- PHP version requirement in composer.json.
Release 2.2.0.
Changes:
- The service instance can be saved in the facade class using a trait.
Release 2.1.0.
Changes:
- Symfony 7 support.
- Turned the Container class into a singleton.
Release 2.0.1
Changes:
- Minor improvments on container calls.
- Tests on service classes.
Release 2.0.0
Changes:
- Refactored the bundle, facade and container.
- Upgraded dependencies to Symfony 6.
- Updated the tests
Release 1.1.0
Changes:
- New facade: View.
Release 1.0.2
Changes:
- Save known services in the Container class.