Files
huangjingfen/pro_v3.5.1/vendor/ergebnis/classy/CHANGELOG.md
panchengyong 7acbf45ff7 new files
2026-03-07 22:29:07 +08:00

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

1.3.0

For a full diff see 1.2.0...1.3.0.

Fixed

1.2.0

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

Added

Deprecated

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

1.0.1

For a full diff see 1.0.0...1.0.1.

Changed

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

0.5.1

For a full diff see 0.5.0...0.5.1.

Fixed

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

0.5.0

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