Skip to content

Releases: nelmio/alice

v3.7.0

16 May 20:53
1cc70b4
Compare
Choose a tag to compare

Features

  • Better parsing of numeric, boolean and null values for function arguments (#1030)
  • Add named parameters support (#1026)

Misc

  • Remove unused variables $stringFlag (#1027)
  • Maintenance PR (#1032)
  • Upgrade PHPStan (#1033)
  • Upgrade to Infection 0.16 (#1034)

v3.6.0

08 Mar 23:26
1cfaca8
Compare
Choose a tag to compare

Features

  • Add support for sebastian/comparator 4 (#1024)

Misc

  • Make testsuite compatible with PHPUnit 8 (#1023)
  • Update the list of PHP versions on CI (#1021)

v3.5.8

04 Dec 08:36
Compare
Choose a tag to compare

Bugfixes

  • Allow Symfony 5 support (#1008)

Misc

  • Upgrade phpstan to v0.11 (#977)
  • Exclude some folders from downloading into vendor with Composer (#1000)
  • Fixed example for evaluated parameters (#1001)
  • Fix an example result (#1007)

v3.5.7

05 May 08:52
Compare
Choose a tag to compare

Bugfixes

  • Fix order-dependent fixtures (#963, #994)

v3.5.6

02 Apr 12:46
Compare
Choose a tag to compare

Bugfixes

  • Fix array values references (#984)

v3.5.5

14 Mar 21:22
Compare
Choose a tag to compare

Bugfixes

  • Fix lexer on long arguments (#980)
  • Add inheritance support to ReflectionPropertyAccessor (#978)
  • Fix reference range flags usage with templates (#979)

v3.5.4

28 Feb 18:12
Compare
Choose a tag to compare

Bugfixes

  • Changed use of self to static to allow for easier extension (#976)

v3.5.3

22 Dec 21:26
Compare
Choose a tag to compare

Bugfixes

  • Fixed root_node deprecation with Symfony 4.2 (#965)
  • Allow line breaks in function parameters (#967)

v3.5.2

21 Oct 21:59
Compare
Choose a tag to compare

Bugfixes

  • Fix tags auto-configuration for faker providers (#961)

v3.5.1

27 Sep 21:41
Compare
Choose a tag to compare

Bugfixes

  • Fix resolve current with range references (#955)