This commit is contained in:
Vlad Filippov 2016-04-07 03:30:01 -04:00
parent 1e78d89170
commit f1550b9204
3 changed files with 12 additions and 5 deletions

View File

@ -1,3 +1,9 @@
v1.0.1:
date: 2016-04-07
changes:
- Allow to use custom bootfile.
- Doc updates.
- Fix and use lodash directly.
v1.0.0:
date: 2016-01-26
changes:

View File

@ -1,4 +1,4 @@
# grunt-contrib-jasmine v1.0.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)
# grunt-contrib-jasmine v1.0.1 [![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
@ -261,8 +261,8 @@ grunt.initConfig({
helpers: 'spec/*Helper.js',
template: require('exports-process.js'),
vendor: [
"vendor/*.js",
"http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"
'vendor/*.js',
'http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js'
]
}
}
@ -295,6 +295,7 @@ for more information on the RequireJS template.
## Release History
* 2016-04-07v1.0.1Allow to use custom bootfile. Doc updates. Fix and use lodash directly.
* 2016-01-26v1.0.0Bump grunt-lib-phantomjs to 1.0.0. Bump jasmine to 2.2.0.
* 2015-09-24v0.9.2Fixes npm@3 issues.
* 2015-09-04v0.9.1Fix summary logging.
@ -326,4 +327,4 @@ for more information on the RequireJS template.
Task submitted by [Jarrod Overson](http://jarrodoverson.com)
*This file was generated on Fri Mar 18 2016 21:10:16.*
*This file was generated on Thu Apr 07 2016 03:18:14.*

View File

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