All Versions
111
Latest Version
Avg Release Cycle
125 days
Latest Release
806 days ago
Changelog History
Page 6
Changelog History
Page 6
-
v2.4.4 Changes
September 12, 2012๐ Changed
- Fixed
RuntimeException
namespacing error - Added
FormatterManager::disableFormatter(s)
method - Updated Gherkin parser and fixed couple of helper bugs
- Fixed
-
v2.4.3 Changes
July 28, 2012๐ Changed
- Fixed broken
output_path
setting (issue #169) - Added shellbang to phar executable (issue #167)
- Added feature title to progress exceptions (issue #166)
- Tuned failed formatter to print only failed examples in outline (issue #154)
- Small bugfixes
- Fixed broken
-
v2.4.2 Changes
June 26, 2012๐ Changed
- Fixed broken autoloading with Composer installation
-
v2.4.1 Changes
June 26, 2012๐ Changed
- Force custom context class usage if user changed it from
FeatureContext
- Clarified
Context class not found
exception - Use CWD for CLI options, basepath (config path) for everything else
- Pass
behat.extension.classes
container param to extensions during their load - Tuned
event_subscriber
priorities - Use
require_once
instead ofrequire
in closured loaders - Fixed transformers bug with falsy transformations (that return falsy values)
- Fixed custom formatters definition bug
- Fixed formatter manager exception bug
- Fixed czech translation
- Fixed CS to be PSR2 compliant
- Force custom context class usage if user changed it from
-
v2.4.0 Changes
May 15, 2012๐ Changed
- New extension system based on Symfony2 DIC component
- Refactored paths reading system (now relative paths are fully supported)
- Support latest Composer changes
- Removed static constraint for transformations
- Updated to latest Gherkin with immutable AST
- Fixed couple of definition snippet generator bugs
- Option for HTML formatter to provide step definition links
- Added fallback locale (in case if provided lang is unsupported yet)
- Print step snippets in HTML formatter only if they're enabled
- Escape placeholder brackets in HTML formatter
- Use different names for examples in JUnit formatter
- Major core cleanup
-
v2.3.5 Changes
March 30, 2012๐ Changed
- Fixed formatter language configuration and locale guesser
-
v2.3.4 Changes
March 28, 2012๐ Changed
- Added
StepEvent::getLogicalParent()
. Fixed issue ### 115
2.3.3 - 2012-03-09
๐ Changed
- Implemented Gherkin caching support (--cache)
- Line ranges filtering support (
behat features/some.feature:12-19
. Thanks @headrevision) behat.yml.dist
configs support out of the box- Minor bug fixes
- Updated Gherkin
- Added
-
v2.3.2 Changes
January 29, 2012๐ Changed
- Fixed bug in
ErrorException
, that caused wrong exceptions on warnings and notices
- Fixed bug in
-
v2.3.1 Changes
January 26, 2012๐ Changed
- Updated error handler to avoid suppressed exceptions
- Autoload bootstrap scripts in their name order
- Updated Gherkin dependency to v## 2.0.1
2.3.0 - 2012-01-19
๐ Changed
- Switch to the Behat\Gherkin 2.0 usage
- Migration to the single-file translation
- Support for callables inside steps chains
- Support for
*.yml
and*.php
as definition translations - Added opposite options to option switchers (
--[no-]colors
,--[no-]multiline
, etc.) - Redesigned
--story-syntax
- Refactored Runner
- Performance improvements
- Bugfixes
-
v2.2.7 Changes
January 13, 2012๐ Changed
- Added ability to search translated definitions with
--definitions
- Fixed custom formatters use bug
- Added ability to search translated definitions with