Skip to content

Releases: ClassPreloader/Console

3.2.0

28 Aug 22:06
Compare
Choose a tag to compare

This is the first release in the 3.2.x series.

This release contains the following improvements:
  • Added support for PHP 8.1 (b82d2d1)

3.1.0...3.2.0

3.1.0

31 Dec 17:09
Compare
Choose a tag to compare

This is the first release in the 3.1.x series.

This release contains the following improvements:
  • Added support for PHP 8.0 (9dbeb09)

3.0.1...3.1.0

3.0.1

12 Apr 22:13
Compare
Choose a tag to compare

This is the first patch release in the 3.0.x series.

This release fixes the following regressions:
  • Updated funding information (aa465c5)

3.0.0...3.0.1

2.1.1

12 Apr 22:13
Compare
Choose a tag to compare

This is the first patch release in the 2.1.x series.

This release fixes the following regressions:
  • Updated funding information (2b671a2)

2.1.0...2.1.1

3.0.0

01 Jan 11:17
Compare
Choose a tag to compare

This is the first release in the 3.0.x series.

This release adds support for PHP 7.3 and 7.4, and drops support for PHP 5. It's still possible to parse PHP 5 code, but not to run Class Preloader on PHP 5. This is done by upgrading us to Class Preloader 4.x.

Note also that we have dropped support for symfony/console v2, but added support for v5, so we support versions 3, 4, and 5.


2.1.0...3.0.0

2.1.0

10 Dec 12:14
9593592
Compare
Choose a tag to compare

This is the first release in the 2.1.x series.

This release contains the following improvements:
  • Added support for Symfony 4 (#7)

2.0.0...2.1.0

2.0.0

09 Nov 23:06
Compare
Choose a tag to compare

This is the first release in the 2.0.x series.

This release adds support enabling strict types, and skipping files with strict types enabled if we don't want the compiled file to have strict types enabled. This is done by upgrading us to Class Preloader 3.x.


1.0.1...2.0.0

1.0.1

14 Aug 18:52
Compare
Choose a tag to compare

This is the first patch release in the 1.0.x series.

This release fixes the following regressions:
  • Fixed namespace in cli tool (#1)

1.0.0...1.0.1

1.0.0

28 Jun 21:48
Compare
Choose a tag to compare

This is the initial release.