Releases: nelmio/alice
Releases · nelmio/alice
1.6.0
- The array of instances returned by load() now has the fixture name as key
- Added support for static factory methods to replace __construct
- Added a special __set property to define a custom setter for all properties
- Added support for @-references within faker provider calls e.g.
<foo(@obj)>
- Added support for escaping @-signs to create literal strings starting with
@
, e.g.\@foo
- Fixed support for null variable references
- Fixed invalid invocation of private setters
1.5.2
1.5.1
1.5.0
- 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