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

Changelog History
Page 3

  • v3.1.0 Changes

    March 28, 2016

    ๐Ÿ”„ Changed

    • Add support for Symfony 3 (thanks @benji07)
    • Add ability to specify execution order of suite (thanks @ciaranmcnulty)
    • Add translated keywords in definition printer (thanks @WouterJ)
    • Add 'rowtable' transformations (thanks @PurpleBooth)
    • Add 'narrative' filters (thanks @WouterJ)
    • Add JUnit formatter (thanks @WouterJ and @james75)
    • Add Japanese translation (thanks @SNakano)
    • Add romanian translation for formatters (thanks @Chriton)
    • Add table row transformations (thanks @ciaranmcnulty)
    • Add support for negative numbers without surrounding quotes (thanks @ryancookdev)
    • Handle case when non-existent config file is used (thanks @watermanio)
    • Handle non-default error_reporting()
    • Handle PHP7 errors implementing Throwable
    • Fix autoloading from the global installation (thanks @sroze)
    • Fix scenario scope naming (thanks @Taluu)
    • Fix output buffering errors (thanks @tscheepers)
    • Fix xdebug maximum nesting level errors (thanks @WorkingDevel)
    • Fix weird edge case in GroupedSpecificationIterator
    • Allow --verbose flag at CLI (thanks @pfrenssen)
    • Allow hyphens in suite names (thanks @WouterJ)
    • Allow suite settings with null values to exist (thanks @docteurklein)
    • Improve "can not generate snippets" message
    • Improve performance of Turnip parsing (thanks @Sam-Burns)
    • Improve the snippet generation by auto-importing needed classes (thanks @stof)
  • v3.0.15 Changes

    February 22, 2015

    ๐Ÿ”„ Changed

    • Fix broken null-transformations (Issue #669)
    • Improve exception messages (thanks @dantleech)
  • v3.0.14 Changes

    September 23, 2014

    ๐Ÿ”„ Changed

    • Improve generated context class
  • v3.0.13 Changes

    August 28, 2014

    ๐Ÿ”„ Changed

    • Add support for typehinted parameters
    • Allow any whitespace characters at the end of context class
    • Fix scenario with decimal number following string in Turnip pattern
    • Fix scenario with empty string in step with Turnip pattern
    • Fix scenario where step has slashes in Turnip pattern
  • v3.0.12 Changes

    July 17, 2014

    ๐Ÿ”„ Changed

    • Fix remaining issues with the definition arguments parsing
    • Introduce Testwork\Argument component
  • v3.0.11 Changes

    July 09, 2014

    ๐Ÿ”„ Changed

    • Fix argument resolution for functions with default values (thanks @alesblaznik)
    • Fix step colouring of internationalised definitions
    • Refactor ContextFactory and RepositorySearchEngine arguments resolution into the new Testwork component - ArgumentResolver
  • v3.0.10 Changes

    June 29, 2014

    ๐Ÿ”„ Changed

    • Fix argument resolution when named arguments used and method has defaults (thanks @WouterJ)
    • Fix support for decimal numbers in turnip placeholders
  • v3.0.9 Changes

    June 20, 2014

    ๐Ÿ”„ Changed

    • Fix definition translations reading bug with multi-suite configurations (thanks @WouterJ for reporting)
    • Fix pretty printer bug with failing background and 2 scenarios (thanks @andytson for reporting)
    • Fix memory footprint calculation (thanks @dready for reporting)
  • v3.0.8 Changes

    June 06, 2014

    ๐Ÿ”„ Changed

    • Profile level Gherkin filters are now overridable by CLI filter options
    • Rerun cache path is now configurable
    • Fix turnip-based step definitions starting from token
    • Fix token-based transformations interfering with regex-based ones
    • Rerun cache dump have been optimised
  • v3.0.7 Changes

    May 27, 2014

    ๐Ÿ”„ Changed

    • Properly generate keywords in snippets for non-english and And, But steps (thanks @kibao)
    • Fix regex check bug with transformations that return objects (thanks @vaidasm)
    • Return ability to use custom formatters by specifiying their class names