File tree 3 files changed +17
-3
lines changed
3 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ v0.2] ( https://github.com/cucumber/cucumber-js/compare/v0.1.5...master )
4
4
5
- ### [ master (unreleased)] ( https://github.com/cucumber/cucumber-js/compare/v0.2.19 ...master )
5
+ ### [ master (unreleased)] ( https://github.com/cucumber/cucumber-js/compare/v0.2.20 ...master )
6
6
7
7
** TBD**
8
8
9
+ ### [ v0.2.20] ( https://github.com/cucumber/cucumber-js/compare/v0.2.19...v0.2.20 )
10
+
11
+ #### New features
12
+
13
+ * Add JSON formatter (#79 ) (Chris Young)
14
+
15
+ #### Fixes
16
+
17
+ * Fix data table and tags handling in JSON formatter (Julien Biezemans)
18
+
19
+ #### Documentation, internals and tests
20
+
21
+ * Force example feature execution order in JSON feature (Julien Biezemans)
22
+
9
23
10
24
11
25
### [ v0.2.19] ( https://github.com/cucumber/cucumber-js/compare/v0.2.18...v0.2.19 )
Original file line number Diff line number Diff line change @@ -16,6 +16,6 @@ Cucumber.Type = require('./cucumber/type');
16
16
Cucumber . Util = require ( './cucumber/util' ) ;
17
17
Cucumber . VolatileConfiguration = require ( './cucumber/volatile_configuration' ) ;
18
18
19
- Cucumber . VERSION = "0.2.19 " ;
19
+ Cucumber . VERSION = "0.2.20 " ;
20
20
21
21
module . exports = Cucumber ;
Original file line number Diff line number Diff line change 8
8
" gherkin" ,
9
9
" tests"
10
10
],
11
- "version" : " 0.2.19 " ,
11
+ "version" : " 0.2.20 " ,
12
12
"homepage" : " http://github.com/cucumber/cucumber-js" ,
13
13
"author" :
" Julien Biezemans <[email protected] > (http://jbpros.net)" ,
14
14
"contributors" : [
You can’t perform that action at this time.
0 commit comments