Skip to content

Commit 623ff99

Browse files
committed
update change log
1 parent e206993 commit 623ff99

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Change LOG
22

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+
316
**2016-06-14** - **v0.5.0**
417
- godog now uses **go tool compile** and **go tool link** to support
518
vendor directory dependencies. It also compiles test executable the same

0 commit comments

Comments
 (0)