All Versions
111
Latest Version
Avg Release Cycle
125 days
Latest Release
1152 days ago

Changelog History
Page 11

  • v0.2.4 Changes

    October 19, 2010

    ๐Ÿ”„ Changed

    • [Behat] Autoguess of colors support
    • [Behat] Formatter setup bugfix (properl casing)
  • v0.2.3 Changes

    October 19, 2010

    ๐Ÿ”„ Changed

    • [Behat] Filters optimisations
    • [Behat] Changed Core Loaders with topic-specific (StepDefinition\Loader\PHPLoader, Features\Loader\GherkinLoader)
    • [Behat] Simplified TestCommand in prepare of Symfony2 BehatBundle
    • [Behat] Configuration file/path setting update (you can now create behat.yml inside ./config/behat.yml & Behat will load it
    • [Behat] Updated Redundant & Ambiguous exceptions behavior
  • v0.2.2 Changes

    October 10, 2010

    ๐Ÿ”„ Changed

    • [Behat] Configuration file/path setting update
  • v0.2.1 Changes

    October 10, 2010

    ๐Ÿ”„ Changed

    • [PEAR] Fix path to phpbin on installation
  • v0.2.0 Changes

    October 08, 2010

    ๐Ÿ”„ Changed

    • [Behat] Brand new stateless testers, based on Visitor pattern
    • [Behat] Refactored event listeners & event names
    • [Behat] Refactored formatters to confirm with new stateless testers (statuses now sent as event parameters)
    • [Behat] Refactored ConsoleFormatter (and removed base formatter)
    • [Behat] Removed custom I18n classes & refactored Translator routines in flavor of Symfony\Component\Translation
    • [Behat] Added missed translation strings into XLIFF files
    • [Behat] Optimised multiline arguments (Node instances are sent to definitions instead of their plain representations)
    • [Behat] Support for Scenario Outline tokens replace in multiline arguments (tables & pystrings)
    • [Behat] Step arguments transformations (including table transformations)
    • [Behat] Colorize inline step arguments
    • [Behat] Optimized exit statuses of CLI
    • [Behat] Added ability to turn-off colors
    • [Behat] Added ability to translate formatters output with --i18n option
    • [Behat] Bunch of new core feature tests
    • [Gherkin] Parser now uses Symfony Dependency Injection to
    • [Gherkin] Refactored parser to be like AST (Nodes that supports Visitor pattern)
    • [Gherkin] Comments support
    • [Gherkin] Fixed PHPUnit warnings
    • [Behat,Gherkin] PEAR release script to support http://pear.everzet.com release model
    • [Behat,Gherkin] DIC naming refactoring
    • [Behat,Gherkin] Autoloader refactoring
    • [Behat,Gherkin] Removed Zend & Goutte depencies
  • v0.1.5 Changes

    September 25, 2010

    ๐Ÿ”„ Changed

    • Added ability to call other steps inside step definition
    • Added profiles
    • Refactored container creation routine
    • Single quotes support in step definitions
    • Added tests for hooks, profiles, inline steps
  • v0.1.4 Changes

    September 16, 2010

    ๐Ÿ”„ Changed

    • Refactored code
    • Removed logic from object constructors
    • Added Loader & Filter interfaces
  • v0.1.3 Changes

    September 14, 2010

    ๐Ÿ”„ Changed

    • Ability to specify arrays of paths/files for loaders
    • Event hooks and support for support/hooks.php
    • Formatters listens events with smallest priority
    • Don't try to load steps if steps folder doesn't exists
    • Bugfixes/refactoring
  • v0.1.2 Changes

    September 10, 2010

    ๐Ÿ”„ Changed

    • Added ability to read from behat.yml and behat.xml
    • Moved tags filter to separate object
    • Refactored injection controller
    • Optimized event names in event dispatcher
    • Other small fixes/refactorings
  • v0.1.1 Changes

    September 09, 2010

    ๐Ÿ”„ Changed

    • Added --tags option
    • Changed environment (world) routines
    • Added lots of core tests (writed in Behat itself)