Changelog
December 19, 2019 ยท View on GitHub
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.
Unreleased
For a full diff see 2.0.1...master.
2.0.1
For a full diff see 2.0.0...2.0.1.
Fixed
- Brought back support for PHP 7.1 (#53), by @localheinz
2.0.0
For a full diff see 1.0.2...2.0.0.
Changed
-
Started using
ergebnis/json-normalizerinstead oflocalheinz/json-normalizer(#44), by @localheinz -
Renamed vendor namespace
LocalheinztoErgebnisafter move to @ergebnis (#45), by @localheinzRun
$ composer remove localheinz/composer-json-normalizerand
$ composer require ergebnis/composer-json-normalizerto 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\NormalizerwithErgebnis\Composer\Json\Normalizer.Run
$ find -type f -name '*.bak' -deleteto delete backup files created in the previous step.
-
Removed default value for
$schemaUriparameter from constructor ofErgebnis\Composer\Json\Normalizer\ComposerJsonNormalizer(#47), by @localheinz
Fixed
- Dropped support for PHP 7.1 (#30), by @localheinz
- Required implicit dependency
ext-jsonexplicitly (#41), by @localheinz - Required implicit dependency
justinrainbow/json-schemaexplicitly (#44), by @localheinz
1.0.2
For a full diff see 1.0.1...1.0.2.
Removed
- Removed dependency on
composer/composer(#21), by @localheinz
1.0.1
For a full diff see 1.0.0...1.0.1.
Fixed
- Removed duplicated conditions (#2), by @localheinz
1.0.0
For a full diff see 149a393...1.0.0.
Added
- Imported all of the normalizers from
localheinz/json-normalizer(#1), by @localheinz