6.4 KiB
6.4 KiB
CHANGELOG FOR 2.1.x
v2.1.0-RC.2 (2020-04-04)
- #114 Remove conflict with Symplify libraries (@pamil)
- #120 Recommend Mink forks in suggests section of composer.json (@pamil)
v2.1.0-RC.1 (2020-04-04)
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)
- #60 Remove support for Symfony 4.1 as it's EOLed (@pamil)
- #69 Expose the Mink service (@pamil)
- #82 Provide simple BrowserKit integration (@pamil)
- #83 Fix master build (@pamil)
- #87 Update README.md (@DonCallisto)
- #98 Add Symfony 4.3.* build to Travis CI (@pamil)
- #100 Add support for Symfony 4.4 and 5.0; remove for 4.2 and 4.3 (@pamil)
- #105 Add integration with FriendsOfBehat/PageObjectExtension (@pamil)
- #106 Fix the build (@pamil)
- #108 Add compatibility with Symfony 5 (@pamil)
CHANGELOG FOR 2.0.x
v2.0.11 (2020-04-04)
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)
- #77 Fix docs: change 'kernel.file' to 'kernel.path' (@mkilmanas)
- #78 Use right namespace for service definition (@alanpoulain)
- #84 Minor improvements to CI config (@pamil)
- #92 Improve Mink installation docs (@pamil)
- #93 [HotFix] Force object typehint (@lchrusciel)
- #96 Add base_url to docs for configuring Mink (@liquorvicar)
- #97 Do not require base URL set with Mink (@pamil)
v2.0.8 (2019-03-21)
v2.0.7 (2019-03-17)
v2.0.6 (2019-03-15)
v2.0.5 (2019-03-04)
v2.0.4 (2019-02-13)
- #68 Better compatibility with Behat itself (@pamil, @alanpoulain)
v2.0.3 (2019-02-07)
Removed the possibility to autoconfigure $minkParameters without a typehint due to an instable implementation in Symfony.
- #64 Fix typo (@rogamoore)
- #66 Revert mink parameters autoconfiguration (@pamil)
v2.0.2 (2019-01-30)
- #57 Fix support for context initializers (@pamil)
- #58 Add support for PHP 7.3 (@pamil)
- #59 Fix Symfony 4.1 build (@pamil)