All Versions
143
Latest Version
Avg Release Cycle
25 days
Latest Release
490 days ago

Changelog History
Page 8

  • v1.3.1 Changes

    September 30, 2016

    πŸ› Bug Fixes

    • pass formatter options to listener (#641, Charlie Rudolph)
    • rerun formatter: output any scenario that doesn't pass (Charlie Rudolph)
    • populate scenario definition (#647, Charlie Rudolph)
    • πŸ– handle empty stacktraces (#605, Hugues Malphettes)
    • πŸ‘‰ use cross-platform symbols (#635, Kevin Goslar)

    πŸ“š Documentation

    • πŸ›  fix node.js example (#637, Jonathan Gomez)
    • πŸ›  fix links in event_handlers.md (#638, Oliver Rogers)
    • πŸ›  fix hooks example (#644, John McLaughlin)
  • v1.3.0 Changes

    September 08, 2016

    πŸ†• New Features

    • βž• add --snippet-interface <INTERFACE> CLI option (Charlie Rudolph)
    • βž• add --world-parameters <JSON> CLI option (Charlie Rudolph)
    • βž• add snippets formatter (Charlie Rudolph)
    • βž• add support for ES6 default module syntax (dbillingham)
    • pretty formatter: add symbols (Charlie Rudolph)
    • βž• add simplified hook parameters (Charlie Rudolph)

    πŸ› Bug Fixes

    • step definition snippets internationalization (Charlie Rudolph)

    πŸ“š Documentation

    • document order of execution for multiple hooks (John McLaughlin)
    • πŸ“„ breakup README.md, organize docs (Charlie Rudolph)
  • v1.2.2 Changes

    August 05, 2016

    πŸ› Bug Fixes

    • πŸ›  Fix error when stack trace has no frames (#610, Jan Molak)
  • v1.2.1 Changes

    July 01, 2016

    πŸ› Bug Fixes

    • πŸ›  Fix hook / step definition location and stacktraces in the browser (#567, #538, Charlie Rudolph)
  • v1.2.0 Changes

    June 24, 2016

    πŸ› Bug Fixes

    • Attachments
      • Remove intermediate conversion to string (Charlie Rudolph)
      • Use native base64 encoding which can encode binary (#589, BenjamΓ­n Eidelman)
  • v1.1.0 Changes

    June 23, 2016

    πŸ†• New Features

    • βž• Add full support to registerHandler (Charlie Rudolph)
      • Can now use all supported functions interfaces (synchronous, callback, promise, generators)
      • Will throw any error received and immediately kill the test suite
      • Supports handler specific timeouts
      • Updated documentation

    πŸ› Bug Fixes

    • 🏁 CLI format: support absolute path on windows (Charlie Rudolph)
    • πŸ›  Fix typo in event name. (#590, Artur Pomadowski)
    • Don't run hooks in dry run mode (Charlie Rudolph)
  • v1.0.0 Changes

    May 30, 2016

    πŸ› Bug Fixes

    • Escape all instances of special characters in example / data table (Charlie Rudolph)
  • v0.10.4 Changes

    May 30, 2016

    πŸ†• New Features

    • πŸ‘ Allow time to be faked by utilities such as sinon.useFakeTimers (John McLaughlin)
  • v0.10.3 Changes

    May 19, 2016

    πŸ› Bug Fixes

    • Escape newlines in table cells in pretty formatter (Julien Biezemans)
    • πŸ›  Fix handling of unusual error objects (efokschaner)
  • v0.10.2 Changes

    April 07, 2016

    πŸ†• New Features

    • βž• Add match location to JSON formatter output (Charlie Rudolph)

    πŸ› Bug Fixes

    • Undefined background step (Scott Deakin)