Skip to content

Releases: Roave/BackwardCompatibilityCheck

1.0.3

04 Jun 16:09
1.0.3
95b5c0d
Compare
Choose a tag to compare

This release fixes a few mistakes in the handling of --from. Specifically:

  • omitting --from will now lead to --from to default to the lowest latest minor release
  • specifying --from is now permitted again (bug introduced in 1.0.2)

Total issues resolved: 1

1.0.2

27 May 15:01
1.0.2
9e95a60
Compare
Choose a tag to compare

This release fixes the omission of the --from flag in the CLI interface,
which was defaulting to the incorrect '' (empty string).

Also, classes that were previously not found are now stubbed out as
interfaces without inheritance nor methods, which allows scanning for
BC breaks in packages with optional dependencies.

Total issues resolved: 5

1.0.1

27 May 11:17
1.0.1
81b816e
Compare
Choose a tag to compare

This release fixes an autoloading issue when the project is required as a
composer dependency rather than being installed standalone.

Total issues resolved: 3

1.0.0

26 May 14:44
1.0.0
Compare
Choose a tag to compare

This is the first public release of roave/backward-compatibility-check.

From this release on, this library follows strict semantic versioning, with
each release that introduces a new backwards compatibility break (BC)
being a new major version.

Total issues resolved: 40