Skip to content

Releases: jakzal/toolbox

Tools update

31 Jan 19:29
10ee4e7
Compare
Choose a tag to compare

Updates:

  • Move php-assumptions to its own namespace
  • Update infection 0.11.5 -> 0.12.0
  • Update phan 1.2.0 -> 1.2.1
  • Update psalm 3.0.11 -> 3.0.13
  • Re-enable pepakriz/phpstan-exception-rules

Disable pepakriz/phpstan-exception-rules

16 Jan 23:32
6596aa9
Compare
Choose a tag to compare
  • Disable pepakriz/phpstan-exception-rules until it works with latest phpstan.

Infection, phan and psalm update

14 Jan 15:57
faff627
Compare
Choose a tag to compare

Tool updates:

  • infection 0.11.4 -> 0.11.5
  • phan 1.1.10 -> 1.2.0
  • psalm 3.0.10 -> 3.0.11

Include simple-phpunit

14 Jan 12:10
311867b
Compare
Choose a tag to compare

New tools:

Updated tools:

  • deptrac 0.3 -> 0.4 (thanks @smoench)
  • psalm 3.0.7 -> 3.0.10 (thanks @ro0NL)

php-cs-fixer on PHP 7.3

07 Jan 16:20
Compare
Choose a tag to compare

The following tools are now available on PHP 7.3 (thanks @keradus):

  • ecs
  • php-coupling-detector
  • php-cs-fixer
  • php-formatter

The first release

02 Jan 11:50
31bd807
Compare
Choose a tag to compare

Features:

  • tool listing with toolbox list-tools
  • tool installation with toolbox install
  • tool testing with toolbox test
  • tool tagging and filtering with --tag and --exclude-tag
    (or TOOLBOX_TAGS and TOOLBOX_EXCLUDED_TAGS environment variables)
  • multiple tool sources with --tools
    (or TOOLBOX_JSON environment variable)
  • custom installation directory with --target-dir
    (or TOOLBOX_TARGET_DIR environment variable)
  • dry run with --dry-run

Tools included:

Release candidate 4

02 Jan 10:49
31bd807
Compare
Choose a tag to compare
Release candidate 4 Pre-release
Pre-release
Merge pull request #25 from jakzal/bugfix/phar-version

Read tag from the TRAVIS_TAG env variable instead of git

Release candidate 3

31 Dec 17:22
285c4b3
Compare
Choose a tag to compare
Release candidate 3 Pre-release
Pre-release
  • publish resources with each release

Release candidate 2

31 Dec 16:16
5d9444e
Compare
Choose a tag to compare
Release candidate 2 Pre-release
Pre-release
  • Introduced TOOLBOX_TAGS and TOOLBOX_EXCLUDED_TAGS environment variables to provide defaults for --tag and --exclude-tag options

Release candidate 1

31 Dec 15:29
37f5190
Compare
Choose a tag to compare
Release candidate 1 Pre-release
Pre-release
  • --dry-run option
  • --exclude-tags and --tags options
  • --target-dir option