This commit is contained in:
Vlad Filippov 2015-07-10 11:56:47 -04:00
parent a59915e7ef
commit 69b0b9e7a2
3 changed files with 10 additions and 4 deletions

View File

@ -1,3 +1,8 @@
v0.9.0:
date: 2015-07-10
changes:
- Fix deprecated package.json licenses.
- Fix Phantomjs dependency to include correct phantom kill
v0.8.2:
date: 2015-01-08
changes:

View File

@ -1,6 +1,6 @@
# 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) [![Build Status: Windows](https://ci.appveyor.com/api/projects/status/5985958by5rhnh31/branch/master?svg=true)](https://ci.appveyor.com/project/gruntjs/grunt-contrib-jasmine/branch/master)
# grunt-contrib-jasmine v0.9.0 [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt-contrib-jasmine.svg?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-jasmine) [![Build Status: Windows](https://ci.appveyor.com/api/projects/status/5985958by5rhnh31/branch/master?svg=true)](https://ci.appveyor.com/project/gruntjs/grunt-contrib-jasmine/branch/master)
> 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
* 2015-07-10v0.9.0Fix deprecated package.json licenses. Fix Phantomjs dependency to include correct phantom kill
* 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".
@ -322,4 +323,4 @@ for more information on the RequireJS template.
Task submitted by [Jarrod Overson](http://jarrodoverson.com)
*This file was generated on Fri Feb 27 2015 10:07:34.*
*This file was generated on Fri Jul 10 2015 11:56:26.*

View File

@ -1,7 +1,7 @@
{
"name": "grunt-contrib-jasmine",
"description": "Run jasmine specs headlessly through PhantomJS",
"version": "0.8.2",
"version": "0.9.0",
"author": {
"name": "Grunt Team",
"url": "http://gruntjs.com/"