Skip to content

Releases: nelmio/alice

1.5.1

05 Feb 21:41
Compare
Choose a tag to compare
  • Fixed persist_once issue, it is now disabled by default again
  • Fixed regression in handling of suppressed constructors

1.5.0

29 Jul 19:35
Compare
Choose a tag to compare
  • Added extensibility features to allow the creation of a Symfony2 AliceBundle (hautelook/alice-bundle)
  • Added possibility to fetch objects by id with non-numeric ids
  • Added (local) flag for classes and objects to create value objects that should not be persisted
  • Added enums to create multiple objects (like fixture ranges but with names)
  • Added ProcessorInterface to be able to modify objects before they get persisted
  • Fixed cross-file references, everything is now persisted at once
  • Fixed self-referencing of objects