Skip to content

Releases: lagdo/symfony-facades

Release 3.0.0.

21 Nov 01:28
Compare
Choose a tag to compare

Changes:

  • Depends on Symfony >=7.0.

Release 2.3.1.

27 Sep 20:06
Compare
Choose a tag to compare

Changes:

  • Added return type to the AbstractFacade method.

Release 2.3.0.

21 Sep 03:42
Compare
Choose a tag to compare

Changes:

  • Private services can be tagged with lagdo.facades.service to make them available in the service locator.

Release 2.2.1.

05 Feb 16:54
Compare
Choose a tag to compare

Changes:

  • Get the service locator from the container at boot time.
  • PHP version requirement in composer.json.

Release 2.2.0.

20 Jan 23:15
Compare
Choose a tag to compare

Changes:

  • The service instance can be saved in the facade class using a trait.

Release 2.1.0.

17 Dec 17:10
Compare
Choose a tag to compare

Changes:

  • Symfony 7 support.
  • Turned the Container class into a singleton.

Release 2.0.1

03 Feb 16:03
Compare
Choose a tag to compare

Changes:

  • Minor improvments on container calls.
  • Tests on service classes.

Release 2.0.0

31 Jan 21:06
Compare
Choose a tag to compare

Changes:

  • Refactored the bundle, facade and container.
  • Upgraded dependencies to Symfony 6.
  • Updated the tests

Release 1.1.0

25 Oct 16:53
Compare
Choose a tag to compare

Changes:

  • New facade: View.

Release 1.0.2

24 Oct 04:41
Compare
Choose a tag to compare

Changes:

  • Save known services in the Container class.