Releases: ergebnis/composer-normalize
Releases · ergebnis/composer-normalize
0.6.0
- Enhancement: Require
phpstan/phpstan
(#47), by @localheinz - Enhancement: Use
Composer\Factory
as direct collaborator (#48), by @localheinz - Fix: Configure order of stages (#49), by @localheinz
- Fix: Do not repeat file validation (#50), by @localheinz
- Enhancement: Add
file
argument (#51), by @localheinz - Fix: Output diff without extra new lines (#52), by @localheinz
0.5.0
- Enhancement: Update
localheinz/json-normalizer
(#42), by @localheinz
0.4.1
- Fix: Update
infection/infection
(#39), by @localheinz - Enhancement: Allow to install
sebastian/diff:^3.0.0
(#40), by @localheinz - Enhancement: Update
phpunit/phpunit
(#41), by @localheinz - Fix: Update
phpunit/phpunit
(#44), by @localheinz - Fix: Field is called
replace
, notreplaces
(#43), by @localheinz - Enhancement: Collect coverage on PHP 7.2 (#45), by @localheinz
- Fix: Extract method and rename method to make concepts clear (#46), by @localheinz
0.4.0
- Fix: Extract methods (#36), by @localheinz
- Fix: Rename test methods (#37), by @localheinz
- Enhancement: Add
--dry-run
option (#38), by @localheinz
0.3.0
- Fix: Handle empty namespace prefixes (#30), by @localheinz
- Enhancement: Leverage
Makefile
rule syntax (#31), by @localheinz - Enhancement: Add project URLs to
composer.json
(#32), by @localheinz - Enhancement: Update
localheinz/json-normalizer
(#33), by @localheinz - Enhancement: Update
localheinz/json-normalizer
(#34), by @localheinz - Enhancement: Add
--indent-size
and--indent-style
options (#35), by @localheinz
0.2.0
- Fix: Use
--no-scripts
option when invokingUpdateCommand
(#19), by @localheinz - Fix: Use current output rather than
NullOutput
(#20), by @localheinz - Enhancement: Output info before updating locker (#21), by @localheinz
- Enhancement: Implement
VersionConstraintNormalizer
(#18), by @localheinz - Fix: Name (#23), by @localheinz
- Enhancement: Properly handle sections where schema type is an array rather than a scalar (#24), by @localheinz
- Enhancement: Add reference to FlintCI (#22), by @localheinz
- Fix: Add docblock (#26), by @localheinz
- Enhancement: Pass through to
ValidateCommand
if schema validation fails (#25), by @localheinz - Fix: Skip autoloader and suggest when updating locker (#27), by @localheinz
- Enhancement: Add
--no-update-lock
option (#28), by @localheinz
0.1.0
- Enhancement: Implement
NormalizeCommand
(#1), by @localheinz - Enhancement: Implement
ConfigHashNormalizer
(#2), by @localheinz - Enhancement: Implement
NormalizePlugin
(#3), by @localheinz - Fix: Use helper method (#4), by @localheinz
- Enhancement: Implement
PackageHashNormalizer
(#6), by @localheinz - Fix: Remove duplicated test (#7), by @localheinz
- Fix: Disable plugins when updating lock file (#5), by @localheinz
- Enhancement: Extract
ComposerJsonNormalizer
(#8), by @localheinz - Enhancement: Implement
BinNormalizer
(#9), by @localheinz - Enhancement: Compose
SchemaNormalizer
intoComposerJsonNormalizer
(#10), by @localheinz - Fix: Run
composer normalize
(#11), by @localheinz - Fix: Handle empty hashes (#13), by @localheinz
- Fix: Update locker after success message (#12), by @localheinz