Skip to content

Releases: jonathantorres/construct

v1.13.0

11 Dec 21:38

Choose a tag to compare

  • Added
    • 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 with php-cs-fixer ^2.0 release. Done by @raphaelstolt.

v1.12.0

18 Sep 18:09

Choose a tag to compare

  • Added
    • 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.

v1.11.0

10 Sep 18:11

Choose a tag to compare

  • Added
    • 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.
  • Fixed
    • Generated phpspec configuration file has a .dist extension and a specs directory is created.
    • The .gitignore entries are set dynamically and the non dist tests or specs configuration is ignored.
    • Xdebug is now disabled correctly in constructed .travis.yml file.

v1.10.1

09 Jul 22:28

Choose a tag to compare

  • 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

28 May 16:24

Choose a tag to compare

  • Added
    • User can load common option settings from a configuration file. Done by @raphaelstolt. See #86.
  • Fixed

v1.9.0

10 Apr 16:32

Choose a tag to compare

  • Added
  • 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.

v1.8.0

12 Mar 19:22

Choose a tag to compare

v1.7.1

24 Jan 20:30

Choose a tag to compare

  • Fixes
    • Use installed php version by default. See #77
    • Php cs fixer composer script is now generated. Done by @raphaelstolt.

v1.7.0

30 Dec 17:09

Choose a tag to compare

  • Added
    • Interactive console mode. See #14

v1.6.0

18 Dec 02:53

Choose a tag to compare

  • 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