v0.8.1
This commit is contained in:
parent
4ff0f80630
commit
14e8ab2478
@ -1,3 +1,8 @@
|
|||||||
|
v0.8.1:
|
||||||
|
date: 2014-10-20
|
||||||
|
changes:
|
||||||
|
- Nowremoves listeners when using the build flag.
|
||||||
|
- Adds handler for fail.load.
|
||||||
v0.8.0:
|
v0.8.0:
|
||||||
date: 2014-07-26
|
date: 2014-07-26
|
||||||
changes:
|
changes:
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# grunt-contrib-jasmine v0.8.0 [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt-contrib-jasmine.png?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-jasmine) <a href="https://ci.appveyor.com/project/gruntjs/grunt-contrib-jasmine"><img src="https://ci.appveyor.com/api/projects/status/5985958by5rhnh31/branch/master" alt="Build Status: Windows" height="18" /></a>
|
# grunt-contrib-jasmine v0.8.1 [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt-contrib-jasmine.png?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-jasmine) <a href="https://ci.appveyor.com/project/gruntjs/grunt-contrib-jasmine"><img src="https://ci.appveyor.com/api/projects/status/5985958by5rhnh31/branch/master" alt="Build Status: Windows" height="18" /></a>
|
||||||
|
|
||||||
> Run jasmine specs headlessly through PhantomJS.
|
> Run jasmine specs headlessly through PhantomJS.
|
||||||
|
|
||||||
@ -295,6 +295,7 @@ for more information on the RequireJS template.
|
|||||||
|
|
||||||
## Release History
|
## Release History
|
||||||
|
|
||||||
|
* 2014-10-20 v0.8.1 Nowremoves listeners when using the build flag. Adds handler for fail.load.
|
||||||
* 2014-07-26 v0.8.0 Plugin now uses Jasmine 2.0.4 from npm. Updates other dependencies. Added "options.polyfills".
|
* 2014-07-26 v0.8.0 Plugin now uses Jasmine 2.0.4 from npm. Updates other dependencies. Added "options.polyfills".
|
||||||
* 2014-07-26 v0.7.0 Merged 153 to add stack trace to summary. Updated for Jasmine 2.0.1 Merged 133 for minimal output Merged 139 changing file exclusion logic
|
* 2014-07-26 v0.7.0 Merged 153 to add stack trace to summary. Updated for Jasmine 2.0.1 Merged 133 for minimal output Merged 139 changing file exclusion logic
|
||||||
* 2014-05-31 v0.6.5 Option to allow specifying a junitTemplate.
|
* 2014-05-31 v0.6.5 Option to allow specifying a junitTemplate.
|
||||||
@ -320,4 +321,4 @@ for more information on the RequireJS template.
|
|||||||
|
|
||||||
Task submitted by [Jarrod Overson](http://jarrodoverson.com)
|
Task submitted by [Jarrod Overson](http://jarrodoverson.com)
|
||||||
|
|
||||||
*This file was generated on Wed Sep 17 2014 22:12:07.*
|
*This file was generated on Mon Oct 20 2014 11:50:15.*
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "grunt-contrib-jasmine",
|
"name": "grunt-contrib-jasmine",
|
||||||
"description": "Run jasmine specs headlessly through PhantomJS.",
|
"description": "Run jasmine specs headlessly through PhantomJS.",
|
||||||
"version": "0.8.0",
|
"version": "0.8.1",
|
||||||
"homepage": "https://github.com/gruntjs/grunt-contrib-jasmine",
|
"homepage": "https://github.com/gruntjs/grunt-contrib-jasmine",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Grunt Team",
|
"name": "Grunt Team",
|
||||||
|
Loading…
Reference in New Issue
Block a user