Skip to content

Commit d53e404

Browse files
author
Charles Rudolph
committed
Release 4.1.0
1 parent 78363a1 commit d53e404

File tree

4 files changed

+602
-451
lines changed

4 files changed

+602
-451
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ dist/browser-example.js
88
lib/
99
node_modules
1010
usage.txt
11+
yarn-error.log

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
Please see [CONTRIBUTING.md](https://github.com/cucumber/cucumber/blob/master/CONTRIBUTING.md) on how to contribute to Cucumber.
22

3-
### [Unreleased](https://github.com/cucumber/cucumber-js/compare/v4.0.0...master) (In Git)
3+
### [Unreleased](https://github.com/cucumber/cucumber-js/compare/v4.1.0...master) (In Git)
4+
5+
### [4.1.0](https://github.com/cucumber/cucumber-js/compare/v4.0.0...v4.1.0) (2018-03-27)
6+
7+
#### New Features
8+
9+
* update step timeout error message for each interface ([#1028](https://github.com/cucumber/cucumber-js/pull/1028), Bruce Lindsay)
10+
* default to synchronous snippets
11+
* print text step attachments ([#1041](https://github.com/cucumber/cucumber-js/pull/1041), DevSide)
12+
13+
#### Bug Fixes
14+
15+
* cucumber-expressions: Upgrade from 5.0.7 to [5.0.13](https://github.com/cucumber/cucumber/blob/master/cucumber-expressions/CHANGELOG.md#5013---2018-01-21)
16+
* fix error serialization in parallel mode
417

518
### [4.0.0](https://github.com/cucumber/cucumber-js/compare/v3.2.1...v4.0.0) (2018-01-24)
619

0 commit comments

Comments
 (0)