Skip to content

Commit c85f8c9

Browse files
committed
Update README
1 parent 6fefef1 commit c85f8c9

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
v2.1.3:
2+
date: 2019-07-31
3+
changes:
4+
- Fix security deps
5+
- Update Puppeteer
16
v2.0.3:
27
date: 2018-11-14
38
changes:

README.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# grunt-contrib-jasmine v2.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)
1+
# grunt-contrib-jasmine v2.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)
22

33
> Run jasmine specs headlessly through Headless Chrome
44
@@ -168,12 +168,6 @@ Default: `false`
168168

169169
Display a list of all failed tests and their failure messages
170170

171-
#### options.allowFileAccess
172-
Type: `Boolean`
173-
Default: `false`
174-
175-
Launches puppeteer with --allow-file-access-from-files (Fix Issue https://github.com/gruntjs/grunt-contrib-jasmine/issues/298)
176-
177171
### Flags
178172

179173
Name: `build`
@@ -322,6 +316,7 @@ grunt.initConfig({
322316

323317
## Release History
324318

319+
* 2019-07-31   v2.1.3   Fix security deps Update Puppeteer
325320
* 2018-11-14   v2.0.3   [object Object] Build only should pass if the buildSpecrunner runs without error
326321
* 2018-08-13   v2.0.2   Fix noSandbox option. Fix startTime, and timing issues.
327322
* 2018-05-31   v2.0.1   Use the grunt current working directory to find the jasmine core. Implement options.version. Dependency updates.
@@ -361,4 +356,4 @@ grunt.initConfig({
361356

362357
Task submitted by [Jarrod Overson](http://jarrodoverson.com)
363358

364-
*This file was generated on Wed Nov 14 2018 17:45:18.*
359+
*This file was generated on Wed Jul 31 2019 12:27:22.*

package.json

Lines changed: 1 addition & 1 deletion
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 Headless Chrome",
4-
"version": "2.0.3",
4+
"version": "2.1.0",
55
"author": {
66
"name": "Grunt Team",
77
"url": "http://gruntjs.com/"

0 commit comments

Comments
 (0)