v0.8.2
This commit is contained in:
parent
8bfe30f061
commit
d21731ee8d
@ -1,7 +1,11 @@
|
||||
v0.8.2:
|
||||
date: 2015-01-08
|
||||
changes:
|
||||
- Fixes to test summary reporting.
|
||||
v0.8.1:
|
||||
date: 2014-10-20
|
||||
changes:
|
||||
- Nowremoves listeners when using the build flag.
|
||||
- Now removes listeners when using the build flag.
|
||||
- Adds handler for fail.load.
|
||||
v0.8.0:
|
||||
date: 2014-07-26
|
||||
|
@ -1,4 +1,4 @@
|
||||
# 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>
|
||||
# grunt-contrib-jasmine v0.8.2 [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt-contrib-jasmine.svg?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-jasmine)
|
||||
|
||||
> Run jasmine specs headlessly through PhantomJS.
|
||||
|
||||
@ -295,7 +295,8 @@ for more information on the RequireJS template.
|
||||
|
||||
## Release History
|
||||
|
||||
* 2014-10-20 v0.8.1 Nowremoves listeners when using the build flag. Adds handler for fail.load.
|
||||
* 2015-01-08 v0.8.2 Fixes to test summary reporting.
|
||||
* 2014-10-20 v0.8.1 Now removes 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.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.
|
||||
@ -321,4 +322,4 @@ for more information on the RequireJS template.
|
||||
|
||||
Task submitted by [Jarrod Overson](http://jarrodoverson.com)
|
||||
|
||||
*This file was generated on Mon Oct 20 2014 11:50:15.*
|
||||
*This file was generated on Thu Jan 08 2015 16:18:55.*
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "grunt-contrib-jasmine",
|
||||
"description": "Run jasmine specs headlessly through PhantomJS.",
|
||||
"version": "0.8.1",
|
||||
"version": "0.8.2",
|
||||
"homepage": "https://github.com/gruntjs/grunt-contrib-jasmine",
|
||||
"author": {
|
||||
"name": "Grunt Team",
|
||||
|
Loading…
Reference in New Issue
Block a user