Skip to content
This repository has been archived by the owner on Aug 29, 2020. It is now read-only.

Latest commit

 

History

History
132 lines (83 loc) · 4.16 KB

CHANGELOG.md

File metadata and controls

132 lines (83 loc) · 4.16 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 2.0.1...main

For a full diff see 2.0.0...2.0.1.

Fixed

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

For a full diff see 1.3.0...2.0.0.

Changed

  • Added return type declarations (#71), by @localheinz

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

    Run

    $ composer remove localheinz/factory-girl-definition
    

    and

    $ composer require ergebnis/factory-girl-definition
    

    to update.

    Run

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

    to replace occurrences of Localheinz\FactoryGirl\Definition with Ergebnis\FactoryGirl\Definition.

    Run

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

    to delete backup files created in the previous step.

Fixed

  • Required breerly/factory-girl-php and fzaninotto/faker (#69), by @localheinz

For a full diff see 1.2.0...1.3.0.

For a full diff see 1.1.0...1.2.0.

For a full diff see 1.0.0...1.1.0.

For a full diff see 0.2.0...1.0.0.

For a full diff see 0.1.1...0.2.0.

Fixed

  • Raised minimum stability to default levels (#4), by @localheinz

For a full diff see 0.1.0...0.1.1.

Fixed

  • Ignored definitions with private constructors (#3), by @localheinz

For a full diff see 740095e...0.1.0.

Added