All Versions
111
Latest Version
Avg Release Cycle
125 days
Latest Release
887 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v3.4.3 Changes
November 27, 2017๐ Fixed
- BC break due to parameters resolution in Dependency Injection Container
-
v3.4.2 Changes
November 20, 2017 -
v3.4.1 Changes
November 20, 2017๐ Fixed
- PHP 5.3 style cleanup.
-
v3.4.0 Changes
September 10, 2017โ Added
- #1071: Services auto-wiring
- #1054: PSR-11 support for helper containers.
- Support for modern PHPUnit.
๐ Fixed
- #1056: Make Gherkin aware of the base path so it can filter correctly
๐ Changed
- #1069: Rework argument validators
๐ Deprecated
- #1054: Deprecated usage
of
Interop\Container
. Versions prior to1.2
are not supported, but1.2
is a non-breaking change. If you depend heavily onInterop
, upgrade to1.2
, which is still supported by helper containers. Aim to migrate toPsr
before Behat 4.0 shows up on horizon - PHP versions prior to 5.6 and HHVM were dropped from CI build matrix. It doesn't mean that we'll start using features of 5.6 yet, it just means we don't get out of our way to support 5.3 and 5.4 anymore. In 4.0 support will be completely dropped.
-
v3.3.1 Changes
May 15, 2017โ Added
- #976: Add tests to check that snippets treat words containing apostrophes as a single word
๐ Fixed
-
v3.3.0 Changes
December 25, 2016 -
v3.2.3 Changes
December 25, 2016๐ Fixed
- #971: Added support for suite names with hyphens
-
v3.2.2 Changes
November 05, 2016๐ Fixed
- #959: Fix transformations not sorted properly on different php version
-
v3.2.1 Changes
September 25, 2016 -
v3.2.0 Changes
September 20, 2016โ Added
- #910: Return type based transformations
- #903: Multiline step definitions support
- #930: Whole table transformation
- #935: Narrative filters in suites
- #936: Debug command
- #931: Exception handlers extension point
- #870: Added build-related files and folders to .gitattributes
- #946: Official full Windows support with CI (AppVeyor) on every build
๐ Changed
- #922: Snippets generation revamp
- #920: More context for pending/failed steps with progress formatter
- #905: Transformations refactoring
- #864: Use only one autoloader if possible
- #920: Improve "No specifications found" error message
- Refactor changelog to follow Keep a Changelog
- Refreshed [CONTRIBUTING.md](CONTRIBUTING.md)
- Refreshed Scrutinizer config
๐ Fixed
- #911: Fix context isolation for Scenario Outlines
- #860: Include basepath in
generateKey
- #857: Only cache failed scenario's for rerun
- #933: Save failed runs with suite information
- #833: Properly handle interupts on PHP7
- #904: Provide clearer exception message when long token names used
- #941: Transformation should be allowed if printable chars are used
๐ Deprecated
- #922:
*SnippetAcceptingContext
interfaces - #905:
RuntimeTransformation
- #905:
Transformation::getPattern
- #920:
StepStat
โ Removed
- Remove behat.bat (by Konstantin Kudryashov)