Skip to content

Commit 1786808

Browse files
committed
changelog updates
1 parent 44a0158 commit 1786808

File tree

3 files changed

+15
-10
lines changed

3 files changed

+15
-10
lines changed

CHANGELOG

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
v1.0.0:
2+
date: 2016-01-26
3+
changes:
4+
- bump grunt-lib-phantomjs to 1.0.0
15
v0.9.2:
26
date: 2015-09-24
37
changes:

README.md

+10-9
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# grunt-contrib-jasmine v0.9.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)
1+
# 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)
22

33
> Run jasmine specs headlessly through PhantomJS
44
@@ -78,7 +78,7 @@ CSS files that get loaded after the jasmine.css
7878

7979
#### options.version
8080
Type: `String`
81-
Default: '2.0.1'
81+
Default: `'2.0.1'`
8282

8383
This is the jasmine-version which will be used. currently available versions are:
8484

@@ -103,7 +103,7 @@ Prevents the auto-generated specfile used to run your tests from being automatic
103103

104104
#### options.junit.path
105105
Type: `String`
106-
Default: undefined
106+
Default: `undefined`
107107

108108
Path to output JUnit xml
109109

@@ -115,13 +115,13 @@ Consolidate the JUnit XML so that there is one file per top level suite.
115115

116116
#### options.junit.template
117117
Type: `String`
118-
Default: undefined
118+
Default: `undefined`
119119

120120
Specify a custom JUnit template instead of using the default `junitTemplate`.
121121

122122
#### options.host
123123
Type: `String`
124-
Default: ''
124+
Default: `''`
125125

126126
The host you want PhantomJS to connect against to run your tests.
127127

@@ -135,7 +135,7 @@ Without a `host`, your specs will be run from the local filesystem.
135135

136136
#### options.template
137137
Type: `String` `Object`
138-
Default: undefined
138+
Default: `undefined`
139139

140140
Custom template used to generate your Spec Runner. Parsed as underscore templates and provided
141141
the expanded list of files needed to build a specrunner.
@@ -156,7 +156,7 @@ Third party polyfill libraries like json2 that are loaded at the very top before
156156

157157
#### options.display
158158
Type: `String`
159-
Default: `full`
159+
Default: `'full'`
160160

161161
* `full` displays the full specs tree
162162
* `short` only displays a success or failure character for each test (useful with large suites)
@@ -259,7 +259,7 @@ grunt.initConfig({
259259
options: {
260260
specs: 'spec/*Spec.js',
261261
helpers: 'spec/*Helper.js',
262-
template: require('exports-process.js')
262+
template: require('exports-process.js'),
263263
vendor: [
264264
"vendor/*.js",
265265
"http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"
@@ -295,6 +295,7 @@ for more information on the RequireJS template.
295295

296296
## Release History
297297

298+
* 2016-01-26   v1.0.0   bump grunt-lib-phantomjs to 1.0.0
298299
* 2015-09-24   v0.9.2   Fixes npm@3 issues
299300
* 2015-09-04   v0.9.1   Fix summary logging
300301
* 2015-07-10   v0.9.0   Fix deprecated package.json licenses. Fix Phantomjs dependency to include correct phantom kill
@@ -325,4 +326,4 @@ for more information on the RequireJS template.
325326

326327
Task submitted by [Jarrod Overson](http://jarrodoverson.com)
327328

328-
*This file was generated on Thu Sep 24 2015 13:00:10.*
329+
*This file was generated on Tue Jan 26 2016 10:43:05.*

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "grunt-contrib-jasmine",
33
"description": "Run jasmine specs headlessly through PhantomJS",
4-
"version": "0.9.2",
4+
"version": "1.0.0",
55
"author": {
66
"name": "Grunt Team",
77
"url": "http://gruntjs.com/"

0 commit comments

Comments
 (0)