Skip to content

Releases: doctrine/data-fixtures

1.3.2

10 Jul 18:36
v1.3.2
09b1694
Compare
Choose a tag to compare

1.3.2

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

Bug

v1.3.1

03 May 20:23
3a1e2c3
Compare
Choose a tag to compare

Total issues resolved: 1

Various other minor tweaks were included.

v1.3.0

27 Nov 18:51
7b76ccc
Compare
Choose a tag to compare

v1.2.2

v1.2.1

20 Jun 20:05
v1.2.1
Compare
Choose a tag to compare

v1.2.0

19 Jun 10:10
v1.2.0
Compare
Choose a tag to compare

v1.1.1

30 Mar 12:16
Compare
Choose a tag to compare
  • Handle versions of phpcr-odm without transactional #190.

v1.1.0

28 Mar 22:29
Compare
Choose a tag to compare
  • Added Loader::loadFromFile #79
  • Added exception on missing reference: #179
  • Add support for 2.5 embeddables: #137
  • Now requires doctrine/orm >= 2.4 if you use doctrine/orm
  • PHPCRExecutor is now ran in a transaction: #165
  • PHPCRExecutor now has tests: #165
  • MongoDBPurger will now recreate dropped indices: #188
  • MongoDB is now tested against a Mongo database if available: #188

v1.0.2

27 Mar 21:07
Compare
Choose a tag to compare

Fixes a BC break

  • Revert "#166: Use EntityManagerInterface instead of EntityManager"' (#186)

v1.0.1

23 Mar 02:41
v1.0.1
Compare
Choose a tag to compare
  • Added Travis: 69c2230
  • Now supports table quoting for dropping joined tables: #180
  • Fixed ProxyReferenceRepository which was forcing to have a getId: 8ffac1c
  • Fixed identifiers retrieval on ReferenceRepository if Entity is not yet managed my UnitOfWork: dfc0dc9
  • Doctrine dependencies relaxed: 83a910f
  • Fix purging non-public schema tables: #171