Releases: ergebnis/composer-normalize
Releases · ergebnis/composer-normalize
1.2.0
- Enhancement: Add note about GitHub action (#178), by @localheinz
- Fix: Rename and move test (#181), by @localheinz
- Enhancement: Update
localheinz/php-cs-fixer-config
(#182), by @localheinz - Fix: Methods can be
static
(#183), by @localheinz - Enhancement: Extract method (#184), by @localheinz
- Enhancement: Use
StrictUnifiedDiffOutputBuilder
when available (#180), by @localheinz
1.1.4
- Enhancement: Add
FUNDING.yml
(#176), by @localheinz - Fix: Do not require
composer.json
to be writable when using--dry-run
option (#177), by @localheinz
1.1.3
- Fix reversed red/green in
--dry-run
output (#173), by @TravisCarden - Fix: Changelog (#174), by @localheinz
1.1.2
- Enhancement: Update
localheinz/phpstan-rules
(#158), by @localheinz - Enhancement: Update
phpstan/phpstan
and friends (#159), by @localheinz - Fix: Update
phpunit/phpunit
(#160), by @localheinz - Enhancement: Synchronize project tooling configuration with
localheinz/repository
(#161), by @localheinz - Enhancement: Update
localheinz/test-util
(#163), by @localheinz - Fix: Revert deprecation of
file
argument (#166), by @localheinz
1.1.1
- Fix: Changelog (#147), by @localheinz
- Fix: Changelog (#149), by @localheinz
- Enhancement: Update
localheinz/php-cs-fixer-config
(#152), by @localheinz - Fix: Remove AppVeyor (#153), by @localheinz
- Fix: Update
phpstan/phpstan
(#155), by @localheinz - Enhancement: Require
phpstan/phpstan-deprecation-rules
(#156), by @localheinz - Fix: Update
localheinz/composer-json-normalizer
(#157), by @localheinz
1.1.0
- Enhancement: Add note about usage in continuous integration systems (#108), by @localheinz
- Enhancement: Add examples (#107), by @localheinz
- Docs: CHANGELOG.md - fix PR links (#110), by @keradus
- Enhancement: Use
ArrayInput
instead ofStringInput
when invoking commands (#109), by @localheinz - Fix: Remove sudo configuration (#111), by @localheinz
- Enhancement: Update
localheinz/phpstan-rules
(#112), by @localheinz - Fix: Configure rules via
phpstan.neon
instead of--level
option (#114), by @localheinz - Enhancement: Add PHP 7.3 to Travis CI build matrix (#116), by @localheinz
- Fix: Include
rules.neon
fromlocalheinz/phpstan-rules
(#115), by @localheinz - Enhancement: Update
localheinz/phpstan-rules
(#113), by @localheinz - Enhancement: Start development of 2.0 (#119), by @localheinz
- Enhancement: Update
phpunit/phpunit
(#120), by @localheinz - Fix: Remove
symfony/console
(#121), by @localheinz - Fix: Do not override
initialize()
(#117), by @localheinz - Enhancement: Update
localheinz/php-cs-fixer-config
(#123), by @localheinz - Fix: Do not self-update
composer
(#124), by @localheinz - Enhancement: Also run
phpstan
against tests (#122), by @localheinz - Fix: Update
infection/infection
(#125), by @localheinz - Enhancement: Synchronize project tooling configuration with
localheinz/repository
(#126), by @localheinz - Enhancement: Synchronize project tooling configuration with
localheinz/repository
(#127), by @localheinz - Fix: Branch name (#128), by @localheinz
- Fix: Configure temporary directory for
phpstan
(#130), by @localheinz - Fix: Remove test asserting that test classes are
abstract
orfinal
(#131), by @localheinz - Enhancement: Add PHP 7.3 to AppVeyor builds (#133), by @localheinz
- Fix: Add integration tests (#129), by @localheinz
- Fix: Add another integration test (#134), by @localheinz
- Fix: Properly invoke update command when needed after normalization (#135), by @localheinz
- Fix: Remove dependency on
composer.lock
when caching composer cache on AppVeyor (#136), by @localheinz - Fix: Increase timeout for
infection
from 10 to 30 seconds (#140), by @localheinz - Fix: Remove
infection/infection
(#142), by @localheinz - Enhancement: Synchronize project tooling configuration with
localheinz/repository
(#141), by @localheinz - Fix: Update locker when locker is not fresh after normalization (#139), by @localheinz
- Fix: Deprecate the
file
argument (#145), by @localheinz - Fix: Clean up
NormalizeCommand
(#146), by @localheinz
1.0.0
- Fix: Add note about static analysis and infection testing (#91), by @localheinz
- Enhancement: Switch to travis-ci.com (#93), by @localheinz
- Fix: Disallow installation of
phpunit/phpunit:7.4.1
(#95), by @localheinz - Enhancement: Provide a changelog (#94), by @localheinz
- Fix: Remove upper constraint for
phpunit/phpunit
(#96), by @localheinz - Enhancement: Update
phpunit/phpunit
(#97), by @localheinz - Fix: Heading level (#101), by @localheinz
- Fix: Move links to diff from headings into body (#102), by @localheinz
- Enhancement: Update
localheinz/json-normalizer
(#78), by @localheinz - Enhancement: Update
infection/infection
,phpstan/phpstan
, andphpstan/phpstan-strict-rules
(#104), by @localheinz - Enhancement: Require
localheinz/phpstan-rules
(#105), by @localheinz - Enhancement: Require
localheinz/composer-json-normalizer
and remove normalizers (#106), by @localheinz
0.9.0
- Fix: Update
phpunit/phpunit
(#63), by @localheinz - Fix: Set indent size of
Makefile
to 4 spaces (#67), by @localheinz - Fix: Allow installation of
sebastian/diff:^2.0
in development (#65), by @localheinz - Enhancement: Use
phpstan/phpstan-strict-rules
(#66), by @localheinz - Enhancement: Update
localheinz/php-cs-fixer-config
(#69), by @localheinz - Enhancement: Add configuration for probot-stale bot (#70), by @localheinz
- Fix: Update
localheinz/php-cs-fixer-config
(#71), by @localheinz - AppVeyor configuration (#72), by @WyriHaximus
- Enhancement: Tweak AppVeyor integration (#73), by @localheinz
- Enhancement: Split auto review tests from unit tests (#75), by @localheinz
- Fix: Make implicit dependency on
symfony/console
explicit (#76), by @localheinz - Fix: Use
void
return type (#77), by @localheinz - Fix: Simplify imports (#79), by @localheinz
- Fix: Normalize
composer.json
(#81), by @localheinz - Fix: Update
composer.lock
(#82), by @localheinz - Fix: Overrride
BaseCommand
'sinitialize()
(#83), by @localheinz - Enhancement: Update
localheinz/php-cs-fixer-config
(#84), by @localheinz - Recommend only updating the lock file in exception (#86), by @svenluijten
- Fix: Do not attempt to fetch and modify properties of something that isn't an object (#87), by @localheinz
- Enhancement: Sort
scripts-descriptions
(#89), by @localheinz
0.8.0
- Enhancement: Update
localheinz/php-cs-fixer-config
(#59), by @localheinz - Enhancement: Adjust
ConfigHashNormalizer
to also sortextra
section (#60), by @localheinz
0.7.0
- Enhancement: Add section for motivation behind
composer-normalize
(#54), by @localheinz - Fix: Update
phpunit/phpunit
(#55), by @localheinz - Enhancement: Update
infection/infection
(#56), by @localheinz - Enhancement: Update
phpunit/phpunit
(#61), by @localheinz - Enhancement: Update
localheinz/json-normalizer
(#62), by @localheinz