All Versions
30
Latest Version
Avg Release Cycle
45 days
Latest Release
2442 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v2.0.0 Changes
April 01, 2018Breaking Changes
- Support for PHP7 only.
- Bump Symfony dependencies to
3.0
. - Bump PHPUnit to
6.0
and Mockery to1.0
.
Added
- Added Composer script descriptions to improve Composer script documentation when runtime Composer is >=
1.6.0
. Done by @raphaelstolt. See #215. - Added Composer script descriptions for internal Composer scripts, bumps the by Construct required Composer version to
^1.6.0
. Done by @raphaelstolt.
- Added Composer script descriptions to improve Composer script documentation when runtime Composer is >=
-
v1.16.0 Changes
October 26, 2017Added
- Added PHP version 7.2 to the available versions. Done by @raphaelstolt.
- ðŸ›
Fixed
- Removed EOL PHP versions (i.e.
5.4
and5.5
). Done by @raphaelstolt. See #211. - Added a guard to check if the project directory to be already exists. Done by @raphaelstolt. See #212.
- Generated AppVeyor configuration uses minor versions instead of ZIP archives. Done by @raphaelstolt.
- Minor improvements on GitHub template files. Done by @piotr-zuralski.
- Removed EOL PHP versions (i.e.
-
v1.15.2 Changes
September 19, 2017- ðŸ›
Fixed
- Major codebase refactor.
- ðŸ›
-
v1.15.1 Changes
August 29, 2017- ðŸ›
Fixed
- Use the default CLI framework
symfony/console
if the one specified has an invalid name. Done by @jonathantorres. See 1b297ca.
- Use the default CLI framework
- ðŸ›
-
v1.15.0 Changes
July 17, 2017Added
- Generate initial AppVeyor configuration for CLI projects. Done by @raphaelstolt. See #196.
- ðŸ›
Fixed
- The Xdebug extension disabling has been removed from the Travis CI configuration as Composer takes care of this since 1.3. Done by @raphaelstolt. See #194.
- Utilise PHPUnit's forward compatibility layer for PHPUnit 6. Done by @raphaelstolt. See #179.
- The email notification for successful Travis CI builds has been disabled. Done by @raphaelstolt. See #198.
- The generated change log has been aligned with the Keep a Changelog format. Done by @raphaelstolt. See #202.
- The CLI binary has been moved to
bin
to achieve PDS compliance. Done by @raphaelstolt.
-
v1.14.1 Changes
April 07, 2017Added
- Make the PHP Coding Standards Fixer linting fail early to speedup builds. Done by @raphaelstolt. See #187.
- ðŸ›
Fixed
- The PHP Coding Standards Fixer cache directory is present in the generated Travis CI configuration. Done by @raphaelstolt. See #186.
- The PHPUnit 6 test skeleton is created on PHP 7.0.* after a fix of the version guard. Done by @raphaelstolt. See #192.
- The CLI artifacts are constructed as expected. Done by @raphaelstolt. See #190.
-
v1.14.0 Changes
March 30, 2017Added
- With the
--cli-framework
option a CLI project can be generated. Done by @raphaelstolt. See #175.
- With the
- ðŸ›
Fixed
- The package
vlucas/phpdotenv
is added as a non development requirement. Done by @raphaelstolt. See #176. - Fix PHP Coding Standards Fixer Composer scripts are set on Windows. Done by @raphaelstolt. See #183.
- Command integration tests use no output decoration and are green again. Also enabled CI of the command integration tests on Windows via AppVeyor. Done by @raphaelstolt. See #181.
- The package
-
v1.13.1 Changes
March 01, 2017- ðŸ›
Fixed
- Fix generated PHP Coding Standards Fixer configuration. Done by @raphaelstolt. See #172.
- Executable test skeleton for PHPUnit 6. Done by @raphaelstolt. See #170.
- ðŸ›
-
v1.13.0 Changes
December 11, 2016Added
- Coding standard checks are only run against a single PHP version. Done by @raphaelstolt.
- PHP version
7.1
is added to Travis CI builds. Done by @raphaelstolt. - Coding standard checks based on the PHP Coding Standards Fixer are cached and validated via Travis CI. Done by @raphaelstolt and initiated by @localheinz.
- Composer dependencies are sorted. Done by @raphaelstolt.
- Composer dependencies are cached for Travis CI builds. Done by @raphaelstolt.
- ðŸ›
Fixed
- Aligned generated
.php_cs
configuration withphp-cs-fixer
2.0 release. Done by @raphaelstolt.
- Aligned generated
-
v1.12.0 Changes
September 18, 2016Added
- A generated
.gitmessage
template and a Composer script for it's configuration can be used to improve the commit message quality and consistency. Done by @raphaelstolt. See #144.
- A generated