This commit is contained in:
vladikoff 2014-09-17 22:12:42 -04:00
parent 5ef522852c
commit dfc76896a0
4 changed files with 20 additions and 8 deletions

View File

@ -1,3 +1,9 @@
v0.8.0:
date: 2014-07-26
changes:
- Plugin now uses Jasmine 2.0.4 from npm.
- Updates other dependencies.
- Added "options.polyfills".
v0.7.0:
date: 2014-07-26
changes:

View File

@ -1,4 +1,4 @@
# grunt-contrib-jasmine v0.7.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.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>
> Run jasmine specs headlessly through PhantomJS.
@ -71,11 +71,6 @@ Type: `String|Array`
Non-source, non-spec helper files. In the default runner these are loaded after `vendor` files
#### options.polyfills
Type: `String|Array`
Third party polyfill libraries like json2 that are loaded at the very top before anything else. es5-shim is loaded automatically with this library.
#### options.styles
Type: `String|Array`
@ -154,6 +149,11 @@ Default: `{}`
Options that will be passed to your template. Used to pass settings to the template.
#### options.polyfills
Type: `String|Array`
Third party polyfill libraries like json2 that are loaded at the very top before anything else. es5-shim is loaded automatically with this library.
#### options.display
Type: `String`
Default: `full`
@ -295,6 +295,7 @@ for more information on the RequireJS template.
## Release History
* 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.
* 2014-04-28v0.6.4Indent level fix. Moved scripts inside the body tag.
@ -319,4 +320,4 @@ for more information on the RequireJS template.
Task submitted by [Jarrod Overson](http://jarrodoverson.com)
*This file was generated on Sun Aug 03 2014 19:28:29.*
*This file was generated on Wed Sep 17 2014 22:12:07.*

View File

@ -98,6 +98,11 @@ Default: `{}`
Options that will be passed to your template. Used to pass settings to the template.
## options.polyfills
Type: `String|Array`
Third party polyfill libraries like json2 that are loaded at the very top before anything else. es5-shim is loaded automatically with this library.
## options.display
Type: `String`
Default: `full`

View File

@ -1,7 +1,7 @@
{
"name": "grunt-contrib-jasmine",
"description": "Run jasmine specs headlessly through PhantomJS.",
"version": "0.7.0",
"version": "0.8.0",
"homepage": "https://github.com/gruntjs/grunt-contrib-jasmine",
"author": {
"name": "Grunt Team",