0.6.5
This commit is contained in:
parent
f2a98381de
commit
be208ce154
@ -1,3 +1,7 @@
|
||||
v0.6.5:
|
||||
date: 2014-05-31
|
||||
changes:
|
||||
- Option to allow specifying a junitTemplate.
|
||||
v0.6.4:
|
||||
date: 2014-04-28
|
||||
changes:
|
||||
|
11
README.md
11
README.md
@ -1,4 +1,4 @@
|
||||
# grunt-contrib-jasmine v0.6.4 [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt-contrib-jasmine.png?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-jasmine)
|
||||
# grunt-contrib-jasmine v0.6.5 [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt-contrib-jasmine.png?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-jasmine)
|
||||
|
||||
> Run jasmine specs headlessly through PhantomJS.
|
||||
|
||||
@ -112,6 +112,12 @@ Default: `false`
|
||||
|
||||
Consolidate the JUnit XML so that there is one file per top level suite.
|
||||
|
||||
#### options.junit.template
|
||||
Type: `String`
|
||||
Default: undefined
|
||||
|
||||
Specify a custom JUnit template instead of using the default `junitTemplate`.
|
||||
|
||||
#### options.host
|
||||
Type: `String`
|
||||
Default: ''
|
||||
@ -282,6 +288,7 @@ for more information on the RequireJS template.
|
||||
|
||||
## Release History
|
||||
|
||||
* 2014-05-31 v0.6.5 Option to allow specifying a junitTemplate.
|
||||
* 2014-04-28 v0.6.4 Indent level fix. Moved scripts inside the body tag.
|
||||
* 2014-01-29 v0.6.0 Jasmine 2.0.0 support Improved logging support Various merges/bugfixes
|
||||
* 2013-08-02 v0.5.2 Fixed breakage with iframes /44 Added filter flag / 70 Fixed junit failure output /77
|
||||
@ -304,4 +311,4 @@ for more information on the RequireJS template.
|
||||
|
||||
Task submitted by [Jarrod Overson](http://jarrodoverson.com)
|
||||
|
||||
*This file was generated on Mon Apr 28 2014 15:48:58.*
|
||||
*This file was generated on Sat May 31 2014 21:18:20.*
|
||||
|
@ -61,6 +61,12 @@ Default: `false`
|
||||
|
||||
Consolidate the JUnit XML so that there is one file per top level suite.
|
||||
|
||||
## options.junit.template
|
||||
Type: `String`
|
||||
Default: undefined
|
||||
|
||||
Specify a custom JUnit template instead of using the default `junitTemplate`.
|
||||
|
||||
## options.host
|
||||
Type: `String`
|
||||
Default: ''
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "grunt-contrib-jasmine",
|
||||
"description": "Run jasmine specs headlessly through PhantomJS.",
|
||||
"version": "0.6.4",
|
||||
"version": "0.6.5",
|
||||
"homepage": "https://github.com/gruntjs/grunt-contrib-jasmine",
|
||||
"author": {
|
||||
"name": "Grunt Team",
|
||||
@ -36,8 +36,8 @@
|
||||
"devDependencies": {
|
||||
"grunt-contrib-internal": "~0.4.5",
|
||||
"grunt-contrib-nodeunit": "~0.2.0",
|
||||
"grunt-contrib-jshint": "~0.6.2",
|
||||
"grunt": "~0.4.1",
|
||||
"grunt-contrib-jshint": "~0.10.0",
|
||||
"grunt": "~0.4.5",
|
||||
"grunt-contrib-connect": "~0.4.0",
|
||||
"grunt-contrib-watch": "~0.5.3"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user