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