Skip to content

Tags: jaikdean/data-fixtures

Tags

1.4.3

Toggle 1.4.3's commit message

Verified

This tag was signed with the committer’s verified signature.
doctrinebot Doctrine Bot
Release [1.4.3](https://github.com/doctrine/data-fixtures/milestone/17)

1.4.3
=====

- Total issues resolved: **0**
- Total pull requests resolved: **1**
- Total contributors: **1**

Improvement
-----------

 - [348: Allow Php 8](doctrine#348) thanks to @greg0ire

1.4.2

Toggle 1.4.2's commit message

Verified

This tag was signed with the committer’s verified signature.
doctrinebot Doctrine Bot
Release [1.4.2](https://github.com/doctrine/data-fixtures/milestone/15)

1.4.2
=====

- Total issues resolved: **0**
- Total pull requests resolved: **1**
- Total contributors: **1**

Bug
---

 - [340: Fix doctrine/data-fixtures PR#334](doctrine#340) thanks to @stephen-lewis

1.4.1

Toggle 1.4.1's commit message

Verified

This tag was signed with the committer’s verified signature.
doctrinebot Doctrine Bot
Release [1.4.1](https://github.com/doctrine/data-fixtures/milestone/14)

1.4.1
=====

- Total issues resolved: **0**
- Total pull requests resolved: **4**
- Total contributors: **4**




 - [334: Quote table names that also are reserved keywords](doctrine#334) thanks to @stephen-lewis
 - [333: Address deprecations from persistence](doctrine#333) thanks to @greg0ire
 - [267: Fix ID of custom dbal types](doctrine#267) thanks to @JustBlackBird

Bug
---

 - [332: Add correct return type to DependentFixtureInterface::getDependencies](doctrine#332) thanks to @ruudk

1.4.0

Toggle 1.4.0's commit message

Verified

This tag was signed with the committer’s verified signature.
doctrinebot Doctrine Bot
Release [1.4.0](https://github.com/doctrine/data-fixtures/milestone/11)

1.4.0
=====

- Total issues resolved: **0**
- Total pull requests resolved: **9**
- Total contributors: **4**

Improvement
-----------

 - [324: Modernise project](doctrine#324) thanks to @alcaeus
 - [320: Enhancement: Validate composer.json](doctrine#320) thanks to @localheinz
 - [319: Enhancement: Normalize composer.json](doctrine#319) thanks to @localheinz
 - [318: Fix: No need to update composer itself](doctrine#318) thanks to @localheinz
 - [317: Enhancement: Reference phpunit.xsd as installed with composer](doctrine#317) thanks to @localheinz
 - [316: Enhancement: Keep packages sorted in composer.json](doctrine#316) thanks to @localheinz
 - [315: Enhancement: Use SVG badge for Travis build status](doctrine#315) thanks to @localheinz
 - [299: CI: Test against PHP 7.3](doctrine#299) thanks to @Majkl578
 - [289: clean up phpcr executor](doctrine#289) thanks to @dbu

1.3.3

Toggle 1.3.3's commit message

Verified

This tag was signed with the committer’s verified signature.
doctrinebot Doctrine Bot
Release [1.3.3](https://github.com/doctrine/data-fixtures/milestone/13)

1.3.3
=====

- Total issues resolved: **0**
- Total pull requests resolved: **1**
- Total contributors: **1**

Improvement
-----------

 - [323: Fix travis build](doctrine#323) thanks to @alcaeus

v1.3.2

Toggle v1.3.2's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
alcaeus Andreas Braun
1.3.2

- Total issues resolved: 1
- Total pull requests resolved: 1
- Total contributors: 2

Bug
---

 - [312: Respect schema asset filters from DBAL 2.9+](doctrine#312) thanks to @alcaeus and @guillaumesmo

v1.3.1

Toggle v1.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request doctrine#289 from dbu/phpcr-executor

clean up phpcr executor

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
alcaeus Andreas Braun
Add changelog

v1.2.2

Toggle v1.2.2's commit message
Merge pull request doctrine#240 from elpiafo/fix_sorter

Fix sorter issue

v1.2.1

Toggle v1.2.1's commit message

Verified

This tag was signed with the committer’s verified signature.
Ocramius Marco Pivetta
Total issues resolved: **3**

- [227: ORMPurger failing after update to v1.2](doctrine#227)
- [228: TopologicalSorter breaks fixture load](doctrine#228)
- [229: Added support for self referencing classes in the TopologicalSorter](doctrine#229)