We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23d6bc5 commit 4cb0876Copy full SHA for 4cb0876
CHANGELOG.md
@@ -1,4 +1,13 @@
1
# Changelog
2
+## v 0.3.0
3
+* Merged various pull requests for the following:
4
+* - Add ability to use logical AND for tags
5
+* - added cli overrides for steps, tags and format
6
+* - Support coffeescript option
7
+* - Cucumber 0.4.0 has been released, updated deps to 0.4.3
8
+* - Add feature for defining multiple steps as array
9
+* - Fixed support directory option
10
+
11
## v 0.2.3
12
* Fixed 'executable' rename to 'modulePath'
13
package.json
@@ -1,7 +1,7 @@
{
"name": "grunt-cucumber",
"description": "Grunt task for running Cucumber.js",
- "version": "0.2.3",
+ "version": "0.3.0",
"homepage": "https://github.com/s9tpepper/grunt-cucumber-js",
"author": {
"name": "Omar Gonzalez",
0 commit comments