Releases: jonathantorres/construct
Releases · jonathantorres/construct
v1.13.0
Added- Coding standard checks are only run against a single PHP version. Done by @raphaelstolt.
- PHP version
7.1is 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_csconfiguration withphp-cs-fixer^2.0 release. Done by @raphaelstolt.
- Aligned generated
v1.12.0
Added- A generated
.gitmessagetemplate 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
v1.11.0
Added- User can use the
githubalias implicating all--github-*options. Done by @raphaelstolt. - User can optionally generate GitHub documentation files. Done by @raphaelstolt.
- A Travis CI badge is now added in the constructed README.md.
- User can use the
Fixed- Generated
phpspecconfiguration file has a.distextension and aspecsdirectory is created. - The
.gitignoreentries are set dynamically and the nondisttests or specs configuration is ignored. - Xdebug is now disabled correctly in constructed
.travis.ymlfile.
- Generated
v1.10.1
Fixed- License, testing framework, and PHP version are validated from configuration file. Done by @raphaelstolt. See #126.
- Fixes on misleading documentation on configuration file. Done by @raphaelstolt. See #128.
- Add phpcs contribution guidelines.
- Update
php-cs-fixervendor name. Done by @raphaelstolt.
v1.10.0
Added- User can load common option settings from a configuration file. Done by @raphaelstolt. See #86.
Fixed- Generated
.envfile is now added on.gitignore. Done by @raphaelstolt. See #117. - Xdebug is now disabled on constructed
.travis.ymlfile. Done by @raphaelstolt. See #119. - Wording improvements on constructed
README. Done by @raphaelstolt. See #112.
- Generated
v1.9.0
Added- User can optionally generate a Code of Conduct file which is adapted from the Contributor Covenant, version 1.4. Done by @raphaelstolt.
- Composer test scripts for Codeception, behat and phpspec. Done by @raphaelstolt. See #102.
Fixed- User can use the more intent revealing option alias
--test-frameworkto select a testing framework. The--testoption will be removed in a future release. Done by @raphaelstolt. See #96. - Broken link in README when using the --github-templates option. Done by @raphaelstolt. See #105.
- Default PHP version is no longer set to the exact patch version. Done by @raphaelstolt. See #85.
- Missing PHP version in constructed Travis file. Done by @raphaelstolt. See #91.
- User can use the more intent revealing option alias
v1.8.0
Added- User can optionally generate GitHub templates. Done by @raphaelstolt.
- Test generated project on php nightly. Done by @raphaelstolt.
v1.7.1
Fixes- Use installed php version by default. See #77
- Php cs fixer composer script is now generated. Done by @raphaelstolt.
v1.7.0
v1.6.0
Added- User can optionally generate .env environment files. Done by @raphaelstolt.
- User can optionally generate LGTM configuration files. Done by @raphaelstolt.
- Allow user to specify php7 as the project's required php version.
Fixes- Run travis on php versions greater or equal than the generated project. See #72