Skip to content

Releases: Roave/BackwardCompatibilityCheck

8.3.0

11 Feb 17:27
8.3.0
40956d5
Compare
Choose a tag to compare

Release Notes for 8.3.0

Feature release (minor)

8.3.0

  • Total issues resolved: 0
  • Total pull requests resolved: 4
  • Total contributors: 4

enhancement

bug

renovate

8.2.1

21 Dec 01:17
8.2.1
9deff3c
Compare
Choose a tag to compare

Release Notes for 8.2.1

8.2.x bugfix release (patch)

8.2.1

  • Total issues resolved: 1
  • Total pull requests resolved: 1
  • Total contributors: 2

bug

8.2.0

15 Dec 23:41
8.2.0
4a98f2f
Compare
Choose a tag to compare

Release Notes for 8.2.0

Feature release (minor)

8.2.0

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

enhancement

renovate

duplicate,renovate

8.1.0

23 Nov 09:09
8.1.0
8c6e978
Compare
Choose a tag to compare

Release Notes for 8.1.0

Feature release (minor)

8.1.0

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

enhancement

8.0.0

13 Nov 13:09
8.0.0
94edbfc
Compare
Choose a tag to compare

Release Notes for 8.0.0

Backwards incompatible release (major)

This release changes the base REF from which BC breaks are computed: it was X.Y.0 before, and it is now X.Y.Z (considers also Z).

To do so, we moved some classes around:

Class Roave\BackwardCompatibility\Git\PickLastMinorVersionFromCollection has been deleted

8.0.0

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

bc break,enhancement

renovate

7.4.0

31 Oct 21:53
7.4.0
670a5cd
Compare
Choose a tag to compare

Release Notes for 7.4.0

Feature release (minor)

7.4.0

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

dependencies,enhancement

renovate

7.3.0

12 Oct 21:31
7.3.0
e164a07
Compare
Choose a tag to compare

Release Notes for 7.3.0

Feature release (minor)

7.3.0

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

bug

enhancement

dependencies,php

7.2.0

10 Oct 19:59
7.2.0
f21e629
Compare
Choose a tag to compare

Release Notes for 7.2.0

Feature release (minor)

7.2.0

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

enhancement

dependencies,php

7.1.0

29 Aug 08:49
7.1.0
10abd71
Compare
Choose a tag to compare

7.0.0

31 Mar 09:58
7.0.0
1dd93f2
Compare
Choose a tag to compare

Release Notes for 7.0.0

Backwards incompatible release (major)

Due to BC breaks in symfony/console:^6, some incompatible changes were introduced:

The parameter $definition of Symfony\Component\Console\Command\Command#setDefinition() changed from no type to a non-contravariant array|Symfony\Component\Console\Input\InputDefinition
The parameter $default of Symfony\Component\Console\Command\Command#addArgument() changed from no type to a non-contravariant mixed|null
The parameter $shortcut of Symfony\Component\Console\Command\Command#addOption() changed from no type to a non-contravariant string|array
The parameter $default of Symfony\Component\Console\Command\Command#addOption() changed from no type to a non-contravariant mixed|null

7.0.0

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

dependencies,php

bc break,dependencies,php