All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
For a full diff see 2.0.1...master
.
For a full diff see 2.0.0...2.0.1
.
- Brought back support for PHP 7.1 (#53), by @localheinz
For a full diff see 1.0.2...2.0.0
.
-
Started using
ergebnis/json-normalizer
instead oflocalheinz/json-normalizer
(#44), by @localheinz -
Renamed vendor namespace
Localheinz
toErgebnis
after move to @ergebnis (#45), by @localheinzRun
$ composer remove localheinz/composer-json-normalizer
and
$ composer require ergebnis/composer-json-normalizer
to update.
Run
$ find . -type f -exec sed -i '.bak' 's/Localheinz\\Composer\\Json\\Normalizer/Ergebnis\\Composer\\Json\\Normalizer/g' {} \;
to replace occurrences of
Localheinz\Composer\Json\Normalizer
withErgebnis\Composer\Json\Normalizer
.Run
$ find -type f -name '*.bak' -delete
to delete backup files created in the previous step.
-
Removed default value for
$schemaUri
parameter from constructor ofErgebnis\Composer\Json\Normalizer\ComposerJsonNormalizer
(#47), by @localheinz
- Dropped support for PHP 7.1 (#30), by @localheinz
- Required implicit dependency
ext-json
explicitly (#41), by @localheinz - Required implicit dependency
justinrainbow/json-schema
explicitly (#44), by @localheinz
For a full diff see 1.0.1...1.0.2
.
- Removed dependency on
composer/composer
(#21), by @localheinz
For a full diff see 1.0.0...1.0.1
.
- Removed duplicated conditions (#2), by @localheinz
For a full diff see 149a393...1.0.0
.
- Imported all of the normalizers from
localheinz/json-normalizer
(#1), by @localheinz