Skip to content

Releases: nelmio/alice

v3.1.1

31 Oct 12:54
Compare
Choose a tag to compare

Bugfixes

  • Allow usage of Symfony Yaml PHP constants (#829)

v2.3.4

31 Oct 12:55
Compare
Choose a tag to compare

Bugfixes

  • Allow usage of Symfony Yaml PHP constants (#828)

v3.1.0

22 Oct 15:46
11025bc
Compare
Choose a tag to compare

Features

  • Add new multifile loader (#821)

Bugfixes

  • Make loaders aliases public (#813)
  • Fix PHPUnit Bridge deprecation (#818)
  • Update unclonable trait (#820)

Other changes highlight

  • Add Project name in trigger error deprecation notices (#810)
  • Makefile tweaks & Update deps (#804)
  • Fix PHPUnit Bridge deprecation (#818)
  • Mention about addXxx() methods in upgrade path (#791)

v2.3.3

23 Oct 08:00
Compare
Choose a tag to compare

Misc

  • Add tests to pin the behaviour in case of duplicate fixtures (#766)
  • Add vendor name in trigger error deprecation notices (#807)
  • Remove useless extra option (#817)
  • Make invalid scenarios as passing tests instead of skipped ones (#814)
  • Added tests to ensure setting a private/protected property is deprecated (#816)

v3.0.1

14 Sep 07:26
Compare
Choose a tag to compare

Bugfixes

  • Combine string token followed by reference (#783)

Other changes highlight

  • Fix the MakeFile (#790)

v3.0.0

12 Sep 22:23
Compare
Choose a tag to compare

Features

  • Allow a fixture specs to be null (#767)

Bugfixes

  • [DX] Properly handle missing specs (#774)
  • Fixed array function arguments (#775)
  • Fixed string arguments for function calls (#787)

v3.0.0-RC.1

28 Jun 23:22
Compare
Choose a tag to compare
v3.0.0-RC.1 Pre-release
Pre-release

Bugfixes

  • Attempts to resolved objects completely whenever possible (#756)

v3.0.0-RC.0

21 May 14:49
Compare
Choose a tag to compare
v3.0.0-RC.0 Pre-release
Pre-release

Features

  • Add a ReflectionPropertyAccessor to access to private and protected properties (#716)
  • Make Faker seed configurable (#726)
  • Add the factory keyword (#729)
  • Add support for immutable functions (#731)

Bugfixes

  • Fix error on static factory with associative array (#714)
  • Fix a TypeError thrown when objected needed complete generation (#715)
  • Fix array value behaviour (#728)

Other changes highlight

  • Move deep_clone in Alice namespace (#727)
  • Rework callers (#734)
  • Add Makefile script (#737)

v3.0.0-beta.5

11 Apr 13:28
Compare
Choose a tag to compare
v3.0.0-beta.5 Pre-release
Pre-release

Features

  • Prepare for PHPUnit 6 (#705)
  • Provide compatibility with PHP 7.2 (#706)

Bugfixes

  • Create FixtureNotFoundException for resolver context (#713)

v2.3.1

14 Apr 13:50
Compare
Choose a tag to compare

Bugfixes

  • Prepare for PHPUnit 6 (#707)
  • Prepare for PHP 7.2 (#708)
  • Fixed required dependencies (#707)