Skip to content

Releases: jonathantorres/construct

v1.5.0

07 Nov 19:59

Choose a tag to compare

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

v1.4.3

18 Sep 03:17

Choose a tag to compare

  • Fixes
    • PHPUnit test is only generated if using phpunit as your testing framework.
    • Generate phpspec.yml file. When using phpspec as your testing framework.
    • Initialize behat if using it as your testing framework.
    • Bootstrap codeception if using it as your testing framework.

v1.4.2

07 Sep 20:46

Choose a tag to compare

  • Fixes
    • Include author name on GPL license files.
    • No longer using illuminate components.
    • Improved tests. Added integration test.

v1.4.1

29 Aug 18:27

Choose a tag to compare

  • Fixes
    • Fix console dependency. Always use latest stable version.
    • Minor docs updates.

v1.4.0

08 Aug 22:42

Choose a tag to compare

  • Added
    • User can optionally generate an EditorConfig configuration. Done by @raphaelstolt.
    • Display warning against using php as part of project name in micro-packages. Done by @raphaelstolt.
  • Fixes
    • Update phpunit to 4.7.* and codeception to 2.1.*

v1.3.0

10 Jun 01:48

Choose a tag to compare

  • Added
    • User can optionally generate a Vagrant file. Done by @raphaelstolt.
    • User can optionally specify composer keywords. Done by @raphaelstolt.

v1.2.0

28 May 02:13

Choose a tag to compare

  • Added
    • User can optionally generate a PHP Coding Standards Fixer configuration. Done by @raphaelstolt.
    • CHANGELOG.md and CONTRIBUTING.md are now also generated. Done by @raphaelstolt.
    • README.md has more additional content. Done by @raphaelstolt.
  • Fixed
    • Generated LICENSE.md now contains author name. Fix by @raphaelstolt. See #42.
    • Code coverage included on generated phpunit.xml.dist file. Fix by @raphaelstolt. See #7.

v1.1.0

19 May 03:11

Choose a tag to compare

  • Added
    • User can optionally initialize an empty git repository.
    • User can now specify a namespace for the constructed project. See #12.

v1.0.3

15 May 05:24

Choose a tag to compare

  • Added
  • Fixed
    • Generated PHPUnit file is now phpunit.xml.dist. Fix by @mikeSimonson. See #6.
    • Improvements on generated .travis.yml file. Fix by @hannesvdvreken.
    • Filemode on construct executable file. Fix by @agostlg.
    • Author details on composer.json are determined from user's git config. Fix by @raphaelstolt. See #9.
    • Package name is validated correctly. Using the same as composer. See #10.

v1.0.2

12 May 03:49

Choose a tag to compare

  • Added
    • Specify a testing framework.
    • Add author info on composer.json.