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 1.6.0...main
.
- Added support for PHP 8.0 (#926), by @localheinz
- Added support for PHP 7.4 (#929), by @localheinz
- Added support for PHP 7.3 (#930), by @localheinz
For a full diff see 1.5.0...1.6.0
.
- Added support for PHP 8.3 (#795), by @localheinz
For a full diff see 1.4.0...1.5.0
.
- Dropped support for PHP 8.0 (#702), by @localheinz
For a full diff see 1.3.0...1.4.0
.
- Dropped support for PHP 7.4 (#619), by @localheinz
For a full diff see 1.2.0...1.3.0
.
- Dropped support for PHP 7.2 (#481), by @localheinz
- Dropped support for PHP 7.3 (#486), by @localheinz
For a full diff see [1.1.1...1.2.0
][1.1.0...1.2.0].
- Added support for
enum
(#478), by @localheinz
- Deprecated
Construct::__toString()
(#467), by @localheinz
For a full diff see 1.1.0...1.1.1
.
- Determine classy names within namespace with single segment on PHP 8.0 (#343), by @localheinz
For a full diff see 1.0.1...1.1.0
.
- Added support for PHP 8.0 (#235), by @localheinz
For a full diff see 1.0.0...1.0.1
.
- Dropped support for PHP 7.1 (#231), by @localheinz
For a full diff see 0.5.2...1.0.0
.
For a full diff see 0.5.1...0.5.2
.
- Brought back support for PHP 7.1 (#103), by @localheinz
For a full diff see 0.5.0...0.5.1
.
- Removed an inappropriate
replace
configuration fromcomposer.json
(#100), by @localheinz
For a full diff see 0.4.0...0.5.0
.
-
Renamed vendor namespace
Localheinz
toErgebnis
after move to @ergebnis (#88), by @localheinzRun
$ composer remove localheinz/classy
and
$ composer require ergebnis/classy
to update.
Run
$ find . -type f -exec sed -i '.bak' 's/Localheinz\\Classy/Ergebnis\\Classy/g' {} \;
to replace occurrences of
Localheinz\Classy
withErgebnis\Classy
.Run
$ find -type f -name '*.bak' -delete
to delete backup files created in the previous step.
- Dropped support for PHP 7.1 (#77), by @localheinz