v0.9.0
This commit is contained in:
parent
a59915e7ef
commit
69b0b9e7a2
@ -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:
|
||||
|
@ -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-10 v0.9.0 Fix deprecated package.json licenses. Fix Phantomjs dependency to include correct phantom kill
|
||||
* 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".
|
||||
@ -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.*
|
||||
|
@ -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/"
|
||||
|
Loading…
Reference in New Issue
Block a user