Skip to content

Commit

Permalink
Release 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jbpros committed Jul 3, 2015
1 parent b138589 commit 232b8f0
Show file tree
Hide file tree
Showing 5 changed files with 217 additions and 350 deletions.
23 changes: 22 additions & 1 deletion History.md
Expand Up @@ -2,7 +2,28 @@

## [v0.5.x](https://github.com/cucumber/cucumber-js/compare/v0.5.0...master)

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

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

#### New features

* Add rowsHash method to data tables (Mark Amery)

#### Documentation, internals and tests

* Remove CLI resource leak timeout (Julien Biezemans)
* Point to cucumber.io instead of cukes.info (Julien Biezemans)
* Fix mixed tabs and spaces (Mark Amery)
* Use hexadecimal values for console colours (Julien Biezemans)
* Update walkdir module to 0.0.10 (Artem Repko)
* Fix ruby tests on Windows (zs-zs)
* Fix npm test to run on Windows (zs-zs)
* Normalize OS-specific path separators in output assertions (zs-zs)
* Relax check for promises in step definitions (zs-zs)
* Add Ast.Feature.getFeatureElements() (Mark Derbecker)
* Add Util.Collection.sort() (Mark Derbecker)
* Add waffle.io badge (Julien Biezemans)

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

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

Cucumber.VERSION = '0.5.1';
Cucumber.VERSION = '0.5.2';

module.exports = Cucumber;
8 changes: 5 additions & 3 deletions package.json
Expand Up @@ -8,7 +8,7 @@
"gherkin",
"tests"
],
"version": "0.5.1",
"version": "0.5.2",
"homepage": "http://github.com/cucumber/cucumber-js",
"author": "Julien Biezemans <jb@jbpros.com> (http://jbpros.net)",
"contributors": [
Expand Down Expand Up @@ -61,8 +61,10 @@
"Will Farrell <will@mojotech.com>",
"Kevin Kirsche <Kev.Kirsche+GitHub@gmail.com>",
"chrismilleruk <chrismilleruk@gmail.com>",
"Mateusz Derks <mateusz.derks@schibsted.pl>"

"Mateusz Derks <mateusz.derks@schibsted.pl>",
"Mark Amery <markamery@btinternet.com>",
"Artem Repko <roby-boby@ukr.net>",
"zs-zs <zsolt.zsigmondi@hotmail.com>"
],
"repository": {
"type": "git",
Expand Down

0 comments on commit 232b8f0

Please sign in to comment.