Skip to content
This repository has been archived by the owner on Jan 4, 2022. It is now read-only.

Latest commit

 

History

History
127 lines (83 loc) · 3.76 KB

CHANGELOG.md

File metadata and controls

127 lines (83 loc) · 3.76 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.1.0...main.

Added

Changed

  • Renamed DataProvider\BooleanProvider to DataProvider\BoolProvider (#334), 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.9.1...1.0.0.

For a full diff see 0.9.0...0.9.1.

Fixed

For a full diff see 0.8.0...0.9.0.

Changed

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

    Run

    $ composer remove localheinz/test-util
    

    and

    $ composer require ergebnis/test-util
    

    to update.

    Run

    $ find . -type f -exec sed -i '.bak' 's/Localheinz\\Test\\Util/Ergebnis\\Test\\Util/g' {} \;
    

    to replace occurrences of Localheinz\Test\Util with Ergebnis\Test\Util.

    Run

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

    to delete backup files created in the previous step.

For a full diff see 0.7.0...0.8.0.

Changed