Skip to content

Commit f6089be

Browse files
author
charlierudolph
committed
Release 1.1.0
1 parent 7d7ba96 commit f6089be

File tree

4 files changed

+700
-768
lines changed

4 files changed

+700
-768
lines changed

CHANGELOG.md

+17-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,20 @@
1-
### [master (unreleased)](https://github.com/cucumber/cucumber-js/compare/v0.10.4...master)
1+
### [master (unreleased)](https://github.com/cucumber/cucumber-js/compare/v1.1.0...master)
2+
3+
### [1.1.0](https://github.com/cucumber/cucumber-js/compare/v1.0.0...v1.1.0) (2016-06-323)
4+
5+
#### New Features
6+
7+
* Add full support to `registerHandler` (Charlie Rudolph)
8+
* Can now use all supported functions interfaces (synchronous, callback, promise, generators)
9+
* Will throw any error received and immediately kill the test suite
10+
* Supports handler specific timeouts
11+
* Updated documentation
12+
13+
#### Bug Fixes
14+
15+
* CLI format: support absolute path on windows (Charlie Rudolph)
16+
* Fix typo in event name. (#590) (Artur Pomadowski)
17+
* Don't run hooks in dry run mode (Charlie Rudolph)
218

319
### [1.0.0](https://github.com/cucumber/cucumber-js/compare/v0.10.4...v1.0.0) (2016-05-30)
420

package.json

+5-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"gherkin",
99
"tests"
1010
],
11-
"version": "1.0.0",
11+
"version": "1.1.0",
1212
"homepage": "http://github.com/cucumber/cucumber-js",
1313
"author": "Julien Biezemans <[email protected]> (http://jbpros.net)",
1414
"contributors": [
@@ -83,7 +83,9 @@
8383
"Ádám Gólya <[email protected]>",
8484
"Scott Deakin <[email protected]>",
8585
"efokschaner <[email protected]>",
86-
"John McLaughlin <[email protected]>"
86+
"John McLaughlin <[email protected]>",
87+
"Josh Goldberg <[email protected]>",
88+
"Artur Pomadowski <[email protected]>"
8789
],
8890
"repository": {
8991
"type": "git",
@@ -103,7 +105,7 @@
103105
"dependencies": {
104106
"base-64": "^0.1.0",
105107
"callsite": "^1.0.0",
106-
"camel-case": "^1.2.0",
108+
"camel-case": "^3.0.0",
107109
"cli-table": "^0.3.1",
108110
"co": "^4.6.0",
109111
"colors": "^1.1.2",

0 commit comments

Comments
 (0)