Skip to content

Latest commit

 

History

History
194 lines (124 loc) · 5.63 KB

CHANGELOG.md

File metadata and controls

194 lines (124 loc) · 5.63 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 1.6.0...main.

Added

For a full diff see 1.5.0...1.6.0.

Added

For a full diff see 1.4.0...1.5.0.

Changed

For a full diff see 1.3.0...1.4.0.

Changed

For a full diff see 1.2.0...1.3.0.

Fixed

For a full diff see [1.1.1...1.2.0][1.1.0...1.2.0].

Added

Deprecated

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

For a full diff see 1.0.1...1.1.0.

Changed

For a full diff see 1.0.0...1.0.1.

Changed

For a full diff see 0.5.2...1.0.0.

For a full diff see 0.5.1...0.5.2.

Fixed

For a full diff see 0.5.0...0.5.1.

Fixed

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

For a full diff see 0.4.0...0.5.0.

Changed

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

    Run

    $ 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 with Ergebnis\Classy.

    Run

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

    to delete backup files created in the previous step.

Fixed