Skip to content

Releases: lcobucci/di-builder

6.1.0

29 Sep 21:06
6.1.0
71ad567
Compare
Choose a tag to compare

Build Status

This ships some minor improvements and ensures compatibility with the development version of Symfony DI.

  • Total issues resolved: 0
  • Total pull requests resolved: 3
  • Total contributors: 1

Improvement

CI

6.0.0

06 Sep 21:14
6.0.0
9b72cc6
Compare
Choose a tag to compare

5.8.0

26 Feb 11:47
5.8.0
d289fa7
Compare
Choose a tag to compare

Build Status

  • Total issues resolved: 0
  • Total pull requests resolved: 3
  • Total contributors: 2

Improvement

Dependencies

5.7.0

14 Jan 16:20
5.7.0
f53f2b9
Compare
Choose a tag to compare

5.6.0

23 Jun 20:00
5.6.0
0efd798
Compare
Choose a tag to compare

Build Status

This release improves test coverage and upgrades the required libraries.

  • Total issues resolved: 0
  • Total pull requests resolved: 7
  • Total contributors: 2

Improvement

v5.5.1

04 Jun 16:34
5.5.1
ad08948
Compare
Choose a tag to compare

Build Status

This release fixes a small edge-case when dealing with compiler passes that add new services/aliases (and are registered with a low priority).

Total issues resolved: 1

Bug

v5.5.0

06 May 21:38
5.5.0
0feffc4
Compare
Choose a tag to compare

Build Status

This release uses new Symfony features to dump the container in multiple files, reducing the amount of classes/files loaded while initialising the container.

Total issues resolved: 2

Improvement

5.4.2

12 Jan 09:00
5.4.2
da28b8a
Compare
Choose a tag to compare

Build Status

This release fixes the execution of mutation tests and also test coverage reports.

5.4.1

12 Jan 08:42
5.4.1
6dcc58c
Compare
Choose a tag to compare

Build Status

This release fixes a small bug related to XML dumping.

Total issues resolved: 1

Bug

5.4.0

12 Jan 08:41
5.4.0
b89022f
Compare
Choose a tag to compare

Build Status

This release introduces better development tools and some small features, like a compiler pass that generates the XML file for the container (which can be used together with lookyman/phpstan-symfony to help phpstan understand the return type of DI services).

Total issues resolved: 4

Improvement