All Versions
14
Latest Version
Avg Release Cycle
261 days
Latest Release
1977 days ago

Changelog History
Page 2

  • v1.2.1 Changes

    August 19, 2012
    • ๐Ÿ›  Fixes for JSON output.
    • ๐Ÿšš Move summary reporter and snippet output to stderr.
  • v1.2.0 Changes

    August 18, 2012
    • ๐Ÿ”„ Changed step name provided in snippets to avoid issues with the @step decorator.
    • ๐Ÿ‘‰ Use setup to create console scripts.
    • ๐Ÿ›  Fixed installation on Windows.
    • ๐Ÿ›  Fix ANSI escape sequences for cursor movement and text colourisation.
    • ๐Ÿ›  Fixes for various command-line argument issues.
    • ๐Ÿ–จ Only print snippets once per unique step.
    • ๐ŸŒฒ Reworked logging capture.
    • ๐Ÿ›  Fixes for dry-run mode.
    • ๐Ÿ›  General fixes.
  • v1.1.0 Changes

    January 23, 2012
    • ๐Ÿ”ง Context variable now contains current configuration.
    • โœ… Context values can now be tested for (name in context) and deleted.
    • __file__ now available inside step definition files.
    • ๐Ÿ›  Fixes for various formatting issues.
    • โž• Add support for configuration files.
    • โž• Add finer-grained controls for various things like log capture, coloured output, etc.
    • ๐Ÿ›  Fixes for tag handling.
    • ๐Ÿ“š Various documentation enhancements, including an example of full-stack testing with Django thanks to David Eyk.
    • Split reports into a set of modules, add junit output.
    • โž• Added work-in-progress ("wip") mode which is useful when developing new code or new tests. See documentation for more details.
  • v1.0.0 Changes

    December 05, 2011
    • ๐ŸŽ‰ Initial release