master
Vlad Filippov 8 years ago
parent 3a00b18f0f
commit bce574cce7

@ -1,3 +1,8 @@
v1.1.0:
date: 2017-01-12
changes:
- adds `tempDir` option.
- locks jasmine version
v1.0.3: v1.0.3:
date: 2016-04-07 date: 2016-04-07
changes: changes:

@ -1,4 +1,4 @@
# grunt-contrib-jasmine v1.0.3 [![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.1.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
@ -323,6 +323,7 @@ grunt.initConfig({
## Release History ## Release History
* 2017-01-12v1.1.0adds `tempDir` option. locks jasmine version
* 2016-04-07v1.0.3Move to a non-deprecated sprintf. * 2016-04-07v1.0.3Move to a non-deprecated sprintf.
* 2016-04-07v1.0.2Fix sprintf issues in error calls. * 2016-04-07v1.0.2Fix sprintf issues in error calls.
* 2016-04-07v1.0.1Allow to use custom bootfile. Doc updates. Fix and use lodash directly. * 2016-04-07v1.0.1Allow to use custom bootfile. Doc updates. Fix and use lodash directly.
@ -357,4 +358,4 @@ grunt.initConfig({
Task submitted by [Jarrod Overson](http://jarrodoverson.com) Task submitted by [Jarrod Overson](http://jarrodoverson.com)
*This file was generated on Tue Jun 14 2016 11:02:35.* *This file was generated on Thu Jan 12 2017 13:09:46.*

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

Loading…
Cancel
Save