v3.1.0
3.1.0 (2017-02-07)
Enhancements
- Better structure for outputting results. Thanks to @dzol/@findmypast [#83]
- Use external Gherkin library. Shared with the https://github.com/cabbage-ex project.
Bug fixes
none
Backwards incompatible changes
- The way custom output is configured has changed. Previously a config key
outputer
was expected to give a
module implementing the output protocol. This has now been replaced with an event driven model and the keyoutputers
is now expected see #83 for details. This detail was not previously part of the official public interface.