3.3 KiB
3.3 KiB
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)
- #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)