Skip to content

Commit

Permalink
Release 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jbpros committed Oct 22, 2015
1 parent 862da3d commit 9cc203a
Show file tree
Hide file tree
Showing 5 changed files with 767 additions and 1,050 deletions.
39 changes: 37 additions & 2 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,43 @@
# Cucumber.js changelog

## [v0.7.x](https://github.com/cucumber/cucumber-js/compare/v0.7.0...master)
## [v0.8.x](https://github.com/cucumber/cucumber-js/compare/v0.8.0...master)

### [master (unreleased)](https://github.com/cucumber/cucumber-js/compare/v0.7.0...master)
### [master (unreleased)](https://github.com/cucumber/cucumber-js/compare/v0.8.0...master)

### [v0.8.0](https://github.com/cucumber/cucumber-js/compare/v0.7.0...v0.8.0)

#### Breaking changes

* Add strict function length checking to hooks and step definitions (Charlie Rudolph)
* Make World constructors strictly synchronous (Julien Biezemans)

#### New features

* Add cli option to fail fast (Charlie Rudolph)
* Add cli for specifying multiple formatters (Charlie Rudolph)
* Add support for passing multiple line numbers (Charlie Rudolph)
* Add ability to disable colors (Charlie Rudolph)
* Add support for custom snippet syntaxes (Charlie Rudolph)

#### Changed features

* Hide errors in pretty formatter summary (Charlie Rudolph)
* Remove unnecessary whitespaces in pretty formatter output (Charlie Rudolph)

#### Fixes

* Properly ask configurations for strict mode (Julien Biezemans)

#### Documentation, internals and tests

* Document data table interface (Charlie Rudolph)
* Refactor: statuses (Charlie Rudolph)
* Refactor: cleanup step definitions (Charlie Rudolph)
* Cleanup: remove log to console from listeners (Charlie Rudolph)
* Use svg badges (Charlie Rudolph)
* Rename CONTRIBUTE.md to CONTRIBUTING.md (Julien Biezemans)
* Require maintainers to document API changes in release tag descriptions (Julien Biezemans)
* Add build-release NPM script (Julien Biezemans)

### [v0.7.0](https://github.com/cucumber/cucumber-js/compare/v0.6.0...v0.7.0)

Expand Down
2 changes: 1 addition & 1 deletion lib/cucumber.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ Cucumber.Type = require('./cucumber/type');
Cucumber.Util = require('./cucumber/util');
Cucumber.VolatileConfiguration = require('./cucumber/volatile_configuration');

Cucumber.VERSION = '0.7.0';
Cucumber.VERSION = '0.8.0';

module.exports = Cucumber;
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"gherkin",
"tests"
],
"version": "0.7.0",
"version": "0.8.0",
"homepage": "http://github.com/cucumber/cucumber-js",
"author": "Julien Biezemans <[email protected]> (http://jbpros.net)",
"contributors": [
Expand Down
Loading

0 comments on commit 9cc203a

Please sign in to comment.