Skip to content

Commit aad94c4

Browse files
committed
Release 0.2.11
1 parent eaeed3f commit aad94c4

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

History.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,29 @@
22

33
## [v0.2](https://github.com/cucumber/cucumber-js/compare/v0.1.5...master)
44

5-
### [master (unreleased)](https://github.com/cucumber/cucumber-js/compare/v0.2.10...master)
5+
### [master (unreleased)](https://github.com/cucumber/cucumber-js/compare/v0.2.11...master)
66

77
**TBD**
88

99

10+
### [v0.2.11](https://github.com/cucumber/cucumber-js/compare/v0.2.10...v0.2.11)
11+
12+
#### Changed features
13+
14+
* Simplify World callbacks (close #49) (Julien Biezemans)
15+
16+
#### Fixes
17+
18+
* Fix callback.fail() when called without any reasons (Julien Biezemans)
19+
20+
#### Documentation, internals and tests
21+
22+
* Add toHaveBeenCalledWithInstanceOfConstructorAsNthParameter() spec helper (Julien Biezemans)
23+
* Simplify default World constructor callback (Julien Biezemans)
24+
* Adapt World constructors (Julien Biezemans)
25+
26+
27+
1028
### [v0.2.10](https://github.com/cucumber/cucumber-js/compare/v0.2.9...v0.2.10)
1129

1230
#### Fixes

lib/cucumber.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ Cucumber.Type = require('./cucumber/type');
1616
Cucumber.Util = require('./cucumber/util');
1717
Cucumber.VolatileConfiguration = require('./cucumber/volatile_configuration');
1818

19-
Cucumber.VERSION = "0.2.10";
19+
Cucumber.VERSION = "0.2.11";
2020

2121
module.exports = Cucumber;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{ "name" : "cucumber"
22
, "description" : "The official JavaScript implementation of Cucumber."
33
, "keywords" : [ "testing", "bdd", "cucumber", "gherkin", "tests" ]
4-
, "version" : "0.2.10"
4+
, "version" : "0.2.11"
55
, "homepage" : "http://github.com/cucumber/cucumber-js"
66
, "author" : "Julien Biezemans <[email protected]> (http://jbpros.net)"
77
, "contributors" : [

0 commit comments

Comments
 (0)