Skip to content

Latest commit

History

History
195 lines (124 loc) 路 5.9 KB

CHANGELOG.md

File metadata and controls

195 lines (124 loc) 路 5.9 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 3.5.0...main.

For a full diff see 3.4.0...3.5.0.

Changed

For a full diff see 3.3.0...3.4.0.

Changed

Changed

For a full diff see 3.2.0...3.3.0.

Changed

For a full diff see 3.1.1...3.2.0.

Changed

For a full diff see 3.1.0...3.1.1.

Changed

For a full diff see 3.0.2...3.1.0.

Added

For a full diff see 3.0.1...3.0.2.

Fixed

For a full diff see 3.0.0...3.0.1.

Fixed

  • Removed an inappropriate replace configuration from composer.json (#72), by @localheinz

For a full diff see 2.0.1...3.0.0.

Changed

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

    Run

    $ composer remove localheinz/json-printer
    

    and

    $ composer require ergebnis/json-printer
    

    to update.

    Run

    $ find . -type f -exec sed -i '.bak' 's/Localheinz\\Json\\Printer/Ergebnis\\Json\\Printer/g' {} \;
    

    to replace occurrences of Localheinz\Json\Printer with Ergebnis\Json\Printer.

    Run

    $ find -type f -name '*.bak' -delete
    

    to delete backup files created in the previous step.

Fixed

  • Removed support for PHP 7.1 (#55), by @localheinz
  • Required implicit dependencies ext-json and ext-mbstring explicitly (#63), by @localheinz

For a full diff see 2.0.0...2.0.1.

Fixed

  • Started rejecting mixed tabs and spaces as indent (#37), by @localheinz

For a full diff see 1.1.0...2.0.0.

Changed

For a full diff see 1.0.0...1.1.0.

For a full diff see 8849fc6...1.0.0.