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.
For a full diff see 2.0.1...main
For a full diff see 2.0.0...2.0.1
.
- Removed an inappropriate
replace
configuration fromcomposer.json
(#76), by @localheinz
For a full diff see 1.3.0...2.0.0
.
-
Added return type declarations (#71), by @localheinz
-
Renamed vendor namespace
Localheinz
toErgebnis
after move to @ergebnis (#73), by @localheinzRun
$ 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
withErgebnis\FactoryGirl\Definition
.Run
$ find -type f -name '*.bak' -delete
to delete backup files created in the previous step.
- Required
breerly/factory-girl-php
andfzaninotto/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
.
- Raised minimum stability to default levels (#4), by @localheinz
For a full diff see 0.1.0...0.1.1
.
- Ignored definitions with
private
constructors (#3), by @localheinz
For a full diff see 740095e...0.1.0
.
- Added interface and finder (#1), by @localheinz