Files
friends-of-behat-symfony-ex…/CHANGELOG.md
2020-04-04 15:54:18 +02:00

5.6 KiB

CHANGELOG FOR 2.1.x

v2.1.0-BETA.2 (2020-04-04)

  • #107 Add support for PHP 7.4 (@pamil)
  • #115 Add safety check for SymfonyDriverFactory to make sure BrowserKitDriver is installed (@pamil)
  • #116 Accessing tested application services easily via driver's service container (@pamil)
  • #117 Mention friends-of-behat forks of Mink-related repositories in the docs (@pamil)
  • #118 Remove support for Symfony 3.4 (@pamil)

v2.1.0-BETA.1 (2020-01-15)

CHANGELOG FOR 2.0.x

v2.0.10 (2019-12-09)

  • #101 Fix referencing context initializers (@kamazee)
  • #102 Fix the build & add tests for Symfony 4.3 and 4.4 (@pamil)

v2.0.9 (2019-10-10)

v2.0.8 (2019-03-21)

  • #76 Initialize contexts registered as services (@pamil)

v2.0.7 (2019-03-17)

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

v2.0.6 (2019-03-15)

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

v2.0.5 (2019-03-04)

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

v2.0.4 (2019-02-13)

v2.0.3 (2019-02-07)

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

v2.0.2 (2019-01-30)

v2.0.1 (2019-01-24)

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