Skip to content

Releases: h4cc/AliceFixturesBundle

Alice compatibility bugfix.

14 Apr 07:43
Compare
Choose a tag to compare

This is a bugfix for a interface change with alice.

This release contains the following changes:

Referencing between fixture sets and made them sortable.

31 Oct 20:59
Compare
Choose a tag to compare

Changes

There have been changes in the interfaces, encouraging a version bump.

This release contains the following changes:

  • Made FixtureSets sortable. #38
  • Made references of sets and files global for commands. #37
  • Added --drop for load:sets command. #37
  • Removed the ORM detach call for the entities. #37
  • Made bundle compatible with Alice 1.7.2. #35

Fixed Bug: Multiple Alice Provider

19 Sep 11:02
Compare
Choose a tag to compare

Bugfix: FixtureManager::addProvider() Fixed #29

Added Warning for removed configuration option "object_manager"

08 Sep 20:42
Compare
Choose a tag to compare
Merge pull request #27 from h4cc/feature/config-warning

Feature: Config warning

Multiple Fixture Managers and Doctrine ManagerRegistry.

01 Sep 15:00
Compare
Choose a tag to compare

Attention:

This release is using Doctrine RegistryManagers instead of EntityManagers. This results in recreating the schema for all configured EntityMangers, not just the configured one.

Changes

This release contains the following changes:

Fix for "local" Entities.

04 Feb 10:53
Compare
Choose a tag to compare

This release contains a fix for issue #11

Automatic FixtureSet Loading and full MongoDB Support.

26 Jan 17:44
Compare
Choose a tag to compare
Mentioned the AliceDemo Application in README.

Removed hhvm from travis, because the ext-mongo is not available for hhvm.

Made object_manager service configureable.

25 Nov 14:34
Compare
Choose a tag to compare

Made the used doctrine object_manager service configureable.
With this change it is possible to use the MongoDB ObjectManager and persist your fixtures to MongoDB.

Fix for incorrect services definition.

25 Nov 12:43
Compare
Choose a tag to compare

There has been a mistake in the services.xml file that has been resolved.
Thanks for the Feedback so far.

Initial Feedback Release

17 Oct 13:54
Compare
Choose a tag to compare

First release, mainly as a source for feedback.