Skip to content

Releases: nelmio/alice

v3.5.0

01 Sep 16:40
ffa4ce8
Compare
Choose a tag to compare

Features

  • Add more context on failure (#943)
  • Parse tokens as regular strings when unrecognised (#946)

Bugfixes

  • Fix comparison of objects (#950)

Misc

  • Mention the hardening of extended fixtures declarations (#944)
  • Add doc regarding extending non-template fixtures & fix the include order (#945)
  • Add missing note in the upgrade guide (#949)

v3.4.1

17 Jun 12:17
Compare
Choose a tag to compare

Bugfixes

  • Allow usage of dots in the ReferenceRangeNameDenormalizer (#933)

v3.4.0

29 May 14:19
Compare
Choose a tag to compare

Features

  • Add support for steps with ranges (#539)
  • Add JSON Parser (#919)

Bugfixes

  • Fix property reference usage with a function call (#926)
  • Do not use minor version for branch alias (#928)

v3.3.0

07 Apr 09:11
Compare
Choose a tag to compare

Features

  • Allow one item collections (#905)
  • Add range name reference denormalizer (#903)

v2.3.5

07 Apr 09:35
Compare
Choose a tag to compare

Bugfixes

  • Fix faker regexp when we want to generate SR_LATN names (#906)

v3.2.2

17 Mar 22:17
34ee003
Compare
Choose a tag to compare

Bugfixes

  • Throw a friendly error when invalid argument is given (#896)
  • Fix usage of non string unresolvable values (#898)
  • Fix valid circular reference (#900)
  • Fix usage of functions in reference names (#901)

v3.2.1

03 Mar 11:46
Compare
Choose a tag to compare

Bugfixes

  • Fixed minimum parameter count (#880)
  • Do not deep clone resolved values — Fix 3.2.0 BC break (#883)

v3.2.0

23 Feb 11:18
Compare
Choose a tag to compare

Features

  • Make the Faker generator autowirable in Symfony (#846)
  • Autoconfigure custom Faker providers (#847, #866)

Bugfixes

  • Fixed some objects being hydrated + configured twice twice (#858, #865, #867)
  • Fix successive functions parsing (#863)
  • Avoid redundant inclusion #864

v3.1.3

17 Dec 18:17
ad305e8
Compare
Choose a tag to compare
  • Add theofidry/alice-data-fixtures as a suggested package
  • Cosmetic changes in the doc and tests

v3.1.2

17 Nov 01:29
620386d
Compare
Choose a tag to compare

Bugfixes

  • Add Symfony 4.0 support (#834)
  • Fix usage with current (#836)
  • Allow to configure faker locale (#837)