Skip to content
This repository has been archived by the owner on Jan 9, 2020. It is now read-only.

Latest commit

 

History

History
114 lines (72 loc) · 3.91 KB

CHANGELOG.md

File metadata and controls

114 lines (72 loc) · 3.91 KB

Changelog

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.

For a full diff see 2.0.0...2.0.1.

Fixed

For a full diff see 1.0.2...2.0.0.

Changed

  • Started using ergebnis/json-normalizer instead of localheinz/json-normalizer (#44), by @localheinz

  • Renamed vendor namespace Localheinz to Ergebnis after move to @ergebnis (#45), by @localheinz

    Run

    $ 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 with Ergebnis\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 of Ergebnis\Composer\Json\Normalizer\ComposerJsonNormalizer (#47), by @localheinz

Fixed

  • 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

For a full diff see 1.0.0...1.0.1.

Fixed

For a full diff see 149a393...1.0.0.

Added