v1.0.01
This commit is contained in:
parent
1e78d89170
commit
f1550b9204
@ -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:
|
||||
|
@ -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-07 v1.0.1 Allow to use custom bootfile. Doc updates. Fix and use lodash directly.
|
||||
* 2016-01-26 v1.0.0 Bump grunt-lib-phantomjs to 1.0.0. Bump jasmine to 2.2.0.
|
||||
* 2015-09-24 v0.9.2 Fixes npm@3 issues.
|
||||
* 2015-09-04 v0.9.1 Fix 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.*
|
||||
|
@ -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/"
|
||||
|
Loading…
Reference in New Issue
Block a user