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 3.7.0...main
.
For a full diff see 3.6.0...3.7.0
.
- Added support for PHP 8.4 (#863), by @localheinz
For a full diff see 3.5.0...3.6.0
.
- Allowed installation on PHP 8.4 (#841), by @localheinz
For a full diff see 3.4.0...3.5.0
.
- Added support for PHP 8.0 (#752), by @localheinz
- Added support for PHP 7.4 (#753), by @localheinz
For a full diff see 3.3.0...3.4.0
.
- Added support for PHP 8.3 (#682), by @localheinz
- Dropped support for PHP 8.0 (#625), by @localheinz
For a full diff see 3.2.0...3.3.0
.
- Dropped support for PHP 7.4 (#520), by @localheinz
For a full diff see 3.1.1...3.2.0
.
- Dropped support for PHP 7.2 (#404), by @localheinz
- Dropped support for PHP 7.3 (#410), by @localheinz
For a full diff see 3.1.0...3.1.1
.
- Dropped support for PHP 7.1 (#199), by @localheinz
For a full diff see 3.0.2...3.1.0
.
- Added support for PHP 8.0 (#172), by @localheinz
For a full diff see 3.0.1...3.0.2
.
- Brought back support for PHP 7.1 (#76), by @localheinz
For a full diff see 3.0.0...3.0.1
.
- Removed an inappropriate
replace
configuration fromcomposer.json
(#72), by @localheinz
For a full diff see 2.0.1...3.0.0
.
-
Renamed vendor namespace
Localheinz
toErgebnis
after move to @ergebnis (#67), by @localheinzRun
$ 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
withErgebnis\Json\Printer
.Run
$ find -type f -name '*.bak' -delete
to delete backup files created in the previous step.
- Removed support for PHP 7.1 (#55), by @localheinz
- Required implicit dependencies
ext-json
andext-mbstring
explicitly (#63), by @localheinz
For a full diff see 2.0.0...2.0.1
.
- Started rejecting mixed tabs and spaces as indent (#37), by @localheinz
For a full diff see 1.1.0...2.0.0
.
- Allowed specifying new-line character (#33), by @localheinz
For a full diff see 1.0.0...1.1.0
.
For a full diff see 8849fc6...1.0.0
.