All Versions
30
Latest Version
Avg Release Cycle
45 days
Latest Release
2551 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v1.11.0 Changes
September 10, 2016Added
- User can use the
github
alias 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
phpspec
configuration file has a.dist
extension and aspecs
directory is created. - The
.gitignore
entries are set dynamically and the nondist
tests or specs configuration is ignored. - Xdebug is now disabled correctly in constructed
.travis.yml
file.
- Generated
-
v1.10.1 Changes
July 09, 2016- ๐
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-fixer
vendor name. Done by @raphaelstolt.
- ๐
-
v1.10.0 Changes
May 28, 2016Added
- User can load common option settings from a configuration file. Done by @raphaelstolt. See #86.
- ๐
Fixed
- Generated
.env
file is now added on.gitignore
. Done by @raphaelstolt. See #117. - Xdebug is now disabled on constructed
.travis.yml
file. Done by @raphaelstolt. See #119. - Wording improvements on constructed
README
. Done by @raphaelstolt. See #112.
- Generated
-
v1.9.0 Changes
April 10, 2016Added
- 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-framework
to select a testing framework. The--test
option 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 Changes
March 12, 2016Added
- User can optionally generate GitHub templates. Done by @raphaelstolt.
- Test generated project on php nightly. Done by @raphaelstolt.
-
v1.7.1 Changes
January 24, 2016- ๐
Fixed
- Use installed php version by default. See #77.
- Php cs fixer composer script is now generated. Fix by @raphaelstolt.
- ๐
-
v1.7.0 Changes
December 30, 2015Added
- Interactive console mode. See #14.
-
v1.6.0 Changes
December 17, 2015Added
- 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.
- ๐
Fixed
- Run travis on php versions greater or equal than the generated project. See #72.
-
v1.5.0 Changes
November 07, 2015Added
- Add
--php
option to specify a php version for your project. - Generated project now uses phpunit
4.8
. - Show more console output when initializing a git repo, bootstrapping codeception and initializing behat.
- Add
-
v1.4.3 Changes
September 17, 2015- ๐
Fixed
- PHPUnit test is only generated if using
phpunit
as your testing framework. - Generate
phpspec.yml
file. When usingphpspec
as your testing framework. - Initialize
behat
if using it as your testing framework. - Bootstrap
codeception
if using it as your testing framework.
- PHPUnit test is only generated if using
- ๐