Skip to content

Releases: FriendsOfBehat/SymfonyExtension

v2.0.7

17 Mar 22:37
v2.0.7
fad6548

Choose a tag to compare

  • #75 Hotfix for weird bug in Sylius (@pamil)

v2.0.6

15 Mar 14:39
v2.0.6
c22e21b

Choose a tag to compare

  • #74 Fix bug preventing changes of Mink default session service (@pamil)

v2.0.5

04 Mar 13:14
v2.0.5
e06ac7d

Choose a tag to compare

  • #72 Allow accessing a context in another context (@pamil)

v2.0.4

13 Feb 11:40
v2.0.4
b20eacd

Choose a tag to compare

v2.0.3

07 Feb 11:54
v2.0.3
0ac8f19

Choose a tag to compare

Removed the possibility to autoconfigure $minkParameters without a typehint due to an instable implementation in Symfony.

v2.0.2

30 Jan 16:24
v2.0.2
f615b31

Choose a tag to compare

v2.0.1

24 Jan 10:14
v2.0.1
460283a

Choose a tag to compare

  • #55 Require symfony/dependency-injection ^3.4.10|^4.1 (@pamil)

v2.0.0

24 Jan 10:14
v2.0.0
0b9f2bd

Choose a tag to compare

Over two years after the first stable release of this library, I'm happy to announce the second version which includes:

  • support for Symfony's autowiring and autoconfiguration for contexts
  • simplified usage, going down from using three interconnected extensions to one
  • zero-configuration for regular Symfony 3/4 applications
  • unified Behat configuration and dotenv file handling (very similar to PHPUnit one)
  • integration with Mink, out of the box
  • improved DX with more descriptive exceptions and more predictable overall behaviour
  • Symfony Flex contrib recipe to wrap this all up

v1.2.0

14 Feb 14:20
v1.2.0
db61931

Choose a tag to compare

Define symfony_driver as cross-container container

v1.1.0

13 Feb 18:09
v1.1.0
61b77f0

Choose a tag to compare

Symfony 4 support!