This commit is contained in:
Vlad Filippov 2015-01-08 16:19:06 -05:00
parent 8bfe30f061
commit d21731ee8d
3 changed files with 10 additions and 5 deletions

View File

@ -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

View File

@ -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-20v0.8.1Nowremoves listeners when using the build flag. Adds handler for fail.load.
* 2015-01-08v0.8.2Fixes to test summary reporting.
* 2014-10-20v0.8.1Now removes listeners when using the build flag. Adds handler for fail.load.
* 2014-07-26v0.8.0Plugin now uses Jasmine 2.0.4 from npm. Updates other dependencies. Added "options.polyfills".
* 2014-07-26v0.7.0Merged 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-31v0.6.5Option 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.*

View File

@ -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",