File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Change LOG
2
2
3
+ ** 2016-10-30** - ** v0.6.0**
4
+ - added experimental ** events** format, this might be used for unified
5
+ cucumber formats. But should be not adapted widely, since it is highly
6
+ possible that specification will change.
7
+ - added ** RunWithOptions** method which allows to easily run godog from
8
+ ** TestMain** without needing to simulate flag arguments. These options
9
+ now allows to configure output writer.
10
+ - added flag ** -o, --output=runner.binary** which only compiles the test
11
+ runner executable, but does not execute it.
12
+ - ** FlagSet** initialization now takes io.Writer as output for help text
13
+ output. It was not showing nice colors on windows before.
14
+ ** --no-colors** option only applies to test run output.
15
+
3
16
** 2016-06-14** - ** v0.5.0**
4
17
- godog now uses ** go tool compile** and ** go tool link** to support
5
18
vendor directory dependencies. It also compiles test executable the same
You can’t perform that action at this time.
0 commit comments