Skip to content

Releases: ClassPreloader/Console

3.3.0

Choose a tag to compare

@GrahamCampbell GrahamCampbell released this 13 Jan 00:32
3663f13

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

This release contains the following improvements:
  • Added support for Symfony 7
  • Added support for PHP Parser 5
  • Added support for PHP 8.2, 8.3, and 8.4
  • Dropped support for Symfony 4
  • Dropped support for PHP 7.0 and 7.1

3.2.0...3.3.0

3.2.0

Choose a tag to compare

@GrahamCampbell GrahamCampbell released this 28 Aug 22:06

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

Choose a tag to compare

@GrahamCampbell GrahamCampbell released this 31 Dec 17:09

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

Choose a tag to compare

@GrahamCampbell GrahamCampbell released this 12 Apr 22:13

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

Choose a tag to compare

@GrahamCampbell GrahamCampbell released this 12 Apr 22:13

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

Choose a tag to compare

@GrahamCampbell GrahamCampbell released this 01 Jan 11:17

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

Choose a tag to compare

@GrahamCampbell GrahamCampbell released this 10 Dec 12:14
9593592

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

Choose a tag to compare

@GrahamCampbell GrahamCampbell released this 09 Nov 23:06

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

Choose a tag to compare

@GrahamCampbell GrahamCampbell released this 14 Aug 18:52

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

Choose a tag to compare

@GrahamCampbell GrahamCampbell released this 28 Jun 21:48

This is the initial release.