Skip to content

Commit

Permalink
Release 0.2.17
Browse files Browse the repository at this point in the history
  • Loading branch information
jbpros committed Jun 20, 2012
1 parent e750a9e commit 6e5549b
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 4 deletions.
17 changes: 16 additions & 1 deletion History.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,25 @@

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

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

**TBD**

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


#### New features

* Add pretty formatter (simplified, monochrome) (#59) (@renier, Julien Biezemans)

#### Documentation, internals and tests

* Display only master branch build status in README (Julien Biezemans)
* Rename "summary logger" to "summarizer" (#59) (Julien Biezemans)
* Extract common formatter methods (#59, #63) (Julien Biezemans)



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


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Cucumber.js is still a work in progress. Here is its current status.
| [Hooks](https://github.com/cucumber/cucumber-tck/blob/master/hooks.feature) | Done |
| [I18n](https://github.com/cucumber/cucumber-tck/blob/master/i18n.feature) | To do |
| [JSON formatter](https://github.com/cucumber/cucumber-tck/blob/master/json_formatter.feature) | To do |
| [Pretty formatter](https://github.com/cucumber/cucumber-tck/blob/master/pretty_formatter.feature) | To do<sup>2</sup> |
| [Pretty formatter](https://github.com/cucumber/cucumber-tck/blob/master/pretty_formatter.feature) | WIP<sup>2</sup> |
| [Scenario outlines and examples](https://github.com/cucumber/cucumber-tck/blob/master/scenario_outlines_and_examples.feature) | To do |
| [Stats collector](https://github.com/cucumber/cucumber-tck/blob/master/stats_collector.feature) | To do |
| [Step argument transforms](https://github.com/cucumber/cucumber-tck/blob/master/step_argument_transforms.feature) | To do |
Expand Down
2 changes: 1 addition & 1 deletion lib/cucumber.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ Cucumber.Type = require('./cucumber/type');
Cucumber.Util = require('./cucumber/util');
Cucumber.VolatileConfiguration = require('./cucumber/volatile_configuration');

Cucumber.VERSION = "0.2.16";
Cucumber.VERSION = "0.2.17";

module.exports = Cucumber;
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ "name" : "cucumber"
, "description" : "The official JavaScript implementation of Cucumber."
, "keywords" : [ "testing", "bdd", "cucumber", "gherkin", "tests" ]
, "version" : "0.2.16"
, "version" : "0.2.17"
, "homepage" : "http://github.com/cucumber/cucumber-js"
, "author" : "Julien Biezemans <[email protected]> (http://jbpros.net)"
, "contributors" : [
Expand All @@ -12,6 +12,7 @@
, "Olivier Melcher <[email protected]>"
, "Tristan Dunn <[email protected]>"
, "Ted de Koning"
, "@renier"
]
, "repository" :
{ "type" : "git"
Expand Down

0 comments on commit 6e5549b

Please sign in to comment.